summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-08-09 01:35:35 +0800
committerKyrylo Silin <silin@kyrylo.org>2019-08-09 01:35:35 +0800
commit0241cc02ce717afa1e276966d59b21b2b452393d (patch)
tree521844e83e3ea3b914c51139854f04d9a94c8be7 /pry.gemspec
parent83458e617c0f1cc0cb159b46792431bdd72ff086 (diff)
downloadpry-0241cc02ce717afa1e276966d59b21b2b452393d.tar.gz
gemspec: fix the 'identical summary' warning when building
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec9
1 files changed, 7 insertions, 2 deletions
diff --git a/pry.gemspec b/pry.gemspec
index d5acfb5d..2bc7e235 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -20,8 +20,13 @@ Gem::Specification.new do |s|
'rwfitzge@gmail.com',
'silin@kyrylo.org'
]
- s.summary = "An IRB alternative and runtime developer console"
- s.description = s.summary
+ s.summary = 'A runtime developer console and IRB alternative with powerful ' \
+ 'introspection capabilities.'
+ s.description = <<DESC
+Pry is a runtime developer console and IRB alternative with powerful
+introspection capabilities. Pry aims to be more than an IRB replacement. It is
+an attempt to bring REPL driven programming to the Ruby language.
+DESC
s.homepage = "http://pryrepl.org"
s.licenses = ['MIT']