summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2012-07-15 00:00:50 +1200
committerJohn Mair <jrmair@gmail.com>2012-07-15 00:00:50 +1200
commitcfc5890d1c9df6de21605a7cefd1d4e2655752a0 (patch)
tree2364e28a7c81a7b48f5bd8a7bb24c579a1c980da /pry.gemspec
parentc12f7c0e67a48882a9ffb41588f16993490a7ca4 (diff)
downloadpry-cfc5890d1c9df6de21605a7cefd1d4e2655752a0.tar.gz
version 0.9.10 releasev0.9.10
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 639c7a43..737912a8 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -2,11 +2,11 @@
Gem::Specification.new do |s|
s.name = "pry"
- s.version = "0.10.pre.1"
+ s.version = "0.9.10"
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mair (banisterfiend)", "Conrad Irwin"]
- s.date = "2012-07-13"
+ s.date = "2012-07-15"
s.description = "An IRB alternative and runtime developer console"
s.email = ["jrmair@gmail.com", "conrad.irwin@gmail.com"]
s.executables = ["pry"]