mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
0.9.11.2 bugfix for windows
minor bug fix for gist on windows, rescuing Jist::ClipboardError rather than letting the scary error spill out to users and potentially have them think the gist didnt post.
This commit is contained in:
parent
19aa778526
commit
80e772ac8d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
16/01/2012 version 0.9.11.2
|
||||||
|
* minor bug fix for gist on windows, rescuing Jist::ClipboardError
|
||||||
|
rather than letting the scary error spill out to users and potentially
|
||||||
|
have them think the gist didnt post.
|
||||||
|
|
||||||
16/01/2012 version 0.9.11.1
|
16/01/2012 version 0.9.11.1
|
||||||
* fixed minor bug in 'gist' command where i neglected to remove
|
* fixed minor bug in 'gist' command where i neglected to remove
|
||||||
a call to a non-existent method (no_arg) which was called when
|
a call to a non-existent method (no_arg) which was called when
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
class Pry
|
class Pry
|
||||||
VERSION = "0.9.11.1"
|
VERSION = "0.9.11.2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue