Skip to content

Commit

Permalink
version 0.9.9.3 docfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Apr 20, 2012
1 parent 2cb97d8 commit 78fba28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
19/4/2012 version 0.9.9.3 major doc bugfix
* show-doc would fail on some core classes, i.e `show-doc Bignum`. This is now fixed
and show allow a wider range of core documentation to be viewed directly in Pry.

18/4/2012 version 0.9.9.2 minor bugfix
* make correct_indentation's auto-colorization respect Pry.color

Expand Down
2 changes: 1 addition & 1 deletion lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.9.2"
VERSION = "0.9.9.3"
end
4 changes: 2 additions & 2 deletions pry.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = "pry"
s.version = "0.9.9.2"
s.version = "0.9.9.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mair (banisterfiend)"]
s.date = "2012-04-19"
s.date = "2012-04-20"
s.description = "An IRB alternative and runtime developer console"
s.email = "jrmair@gmail.com"
s.executables = ["pry"]
Expand Down

0 comments on commit 78fba28

Please sign in to comment.