pry-try.gemspec in pry-try-0.2.0 vs pry-try.gemspec in pry-try-0.2.1
- old
+ new
@@ -7,11 +7,11 @@
spec.name = "pry-try"
spec.version = PryTry::VERSION
spec.authors = ["Gert Goet"]
spec.email = ["gert@thinkcreate.nl"]
- spec.summary = %q{try a gem or script}
- spec.description = %q{try a gem or script}
+ spec.summary = %q{Quickly try a gem or script on the repl}
+ spec.description = %q{Start a pry-session with specific gems or a (remote) script loaded.}
spec.homepage = "https://gitlab.com/eval/pry-try/tree/master#pry-try"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})