version 0.9.9.3 docfix release

This commit is contained in:
John Mair 2012-04-20 13:09:54 +12:00
parent 2cb97d8477
commit 78fba28f3d
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.9.2"
VERSION = "0.9.9.3"
end

View File

@ -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"]