o swaying lillies!, o silver enemas!

This commit is contained in:
John Mair 2011-09-27 13:25:17 +13:00
parent 791f2958ac
commit d7dde63ec2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
27/9/2011 version 0.9.6.1 HOTFIX release
27/9/2011 version 0.9.6.2 HOTFIX release
* downgrading to CodeRay 0.9.8 due to problems with 1.0 and rails (autoloading problem) see #280 on pry and #6 on CodeRay
* also added (as a minor feature) cirwin's implementation of edit --in
* added early break/exit for objectpath errors (the 'cd 34/@hello/bad_path/23')

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.6.1"
VERSION = "0.9.6.2"
end

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{pry}
s.version = "0.9.6.1"
s.version = "0.9.6.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{John Mair (banisterfiend)}]