mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
o swaying lillies!, o silver enemas!
This commit is contained in:
parent
791f2958ac
commit
d7dde63ec2
3 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.9.6.1"
|
||||
VERSION = "0.9.6.2"
|
||||
end
|
||||
|
|
|
@ -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)}]
|
||||
|
|
Loading…
Add table
Reference in a new issue