summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec14
1 files changed, 12 insertions, 2 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 38d74b78..8dcc8f1d 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -7,8 +7,18 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.3'
- s.authors = ["John Mair (banisterfiend)", "Conrad Irwin", "Ryan Fitzgerald"]
- s.email = ["jrmair@gmail.com", "conrad.irwin@gmail.com", "rwfitzge@gmail.com"]
+ s.authors = [
+ 'John Mair (banisterfiend)',
+ 'Conrad Irwin',
+ 'Ryan Fitzgerald',
+ 'Kyrylo Silin'
+ ]
+ s.email = [
+ 'jrmair@gmail.com',
+ 'conrad.irwin@gmail.com',
+ 'rwfitzge@gmail.com',
+ 'silin@kyrylo.org'
+ ]
s.summary = "An IRB alternative and runtime developer console"
s.description = s.summary
s.homepage = "http://pryrepl.org"