summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2012-09-07 00:34:22 -0700
committerRyan Fitzgerald <rwfitzge@gmail.com>2012-09-07 00:34:55 -0700
commite7d350b47da3aeb9b61ab252393a51045e710ead (patch)
treedec12b8e35af3820e18aa37ebe5fd2b33d3734df /Rakefile
parentc7846263eafefc141c88c3e6ad38de89508f5541 (diff)
downloadpry-e7d350b47da3aeb9b61ab252393a51045e710ead.tar.gz
Add self to author list
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index c0c6d376..63afdfdf 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.authors = ["John Mair (banisterfiend)", "Conrad Irwin"]
- s.email = ['jrmair@gmail.com', 'conrad.irwin@gmail.com']
+ s.authors = ["John Mair (banisterfiend)", "Conrad Irwin", "Ryan Fitzgerald"]
+ s.email = ['jrmair@gmail.com', 'conrad.irwin@gmail.com', 'rwfitzge@gmail.com']
s.description = s.summary
s.homepage = 'http://pry.github.com'
s.executables = ['pry']