1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

updated gemspec

This commit is contained in:
John Mair 2011-12-21 04:35:35 +13:00
parent 9bde80ba2b
commit a068e22414

View file

@ -2,11 +2,11 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "pry" s.name = "pry"
s.version = "0.9.8.0pre1" s.version = "0.9.8pre2"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mair (banisterfiend)"] s.authors = ["John Mair (banisterfiend)"]
s.date = "2011-12-17" s.date = "2011-12-21"
s.description = "An IRB alternative and runtime developer console" s.description = "An IRB alternative and runtime developer console"
s.email = "jrmair@gmail.com" s.email = "jrmair@gmail.com"
s.executables = ["pry"] s.executables = ["pry"]