summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorConrad Irwin <conrad.irwin@gmail.com>2012-05-09 23:46:13 -0700
committerConrad Irwin <conrad.irwin@gmail.com>2012-05-09 23:46:13 -0700
commitb50c3ee7b1611220aad4ae415a3564c7190bedb4 (patch)
treef9458d6089be4e4f65f99d5f2a3dba797f8dbda9 /Rakefile
parent808b4a61ad4cf183faa373fc92d1494f66ff59a4 (diff)
downloadpry-b50c3ee7b1611220aad4ae415a3564c7190bedb4.tar.gz
I WAZ ERE 2012
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 63d60f57..f4aaa8f0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,8 +12,8 @@ def apply_spec_defaults(s)
s.summary = "An IRB alternative and runtime developer console"
s.version = Pry::VERSION
s.date = Time.now.strftime '%Y-%m-%d'
- s.author = "John Mair (banisterfiend)"
- s.email = 'jrmair@gmail.com'
+ s.authors = ["John Mair (banisterfiend)", "Conrad Irwin"]
+ s.email = ['jrmair@gmail.com', 'conrad.irwin@gmail.com']
s.description = s.summary
s.homepage = 'http://pry.github.com'
s.executables = ['pry']