From d7dde63ec2d7ea7875cf0bdb671b80c38754025c Mon Sep 17 00:00:00 2001 From: John Mair Date: Tue, 27 Sep 2011 13:25:17 +1300 Subject: [PATCH] o swaying lillies!, o silver enemas! --- CHANGELOG | 2 +- lib/pry/version.rb | 2 +- pry.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c7e66a28b..b7a7fb174 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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') diff --git a/lib/pry/version.rb b/lib/pry/version.rb index 86944714a..40ea4f85d 100644 --- a/lib/pry/version.rb +++ b/lib/pry/version.rb @@ -1,3 +1,3 @@ class Pry - VERSION = "0.9.6.1" + VERSION = "0.9.6.2" end diff --git a/pry.gemspec b/pry.gemspec index 87aa42955..887be0547 100644 --- a/pry.gemspec +++ b/pry.gemspec @@ -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)}]