mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
version 0.9.9.3 docfix release
This commit is contained in:
parent
2cb97d8477
commit
78fba28f3d
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.9.9.2"
|
||||
VERSION = "0.9.9.3"
|
||||
end
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue