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:
John Mair 2013-01-17 00:54:49 +01:00
parent 19aa778526
commit 80e772ac8d
2 changed files with 6 additions and 1 deletions

View File

@ -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
* fixed minor bug in 'gist' command where i neglected to remove
a call to a non-existent method (no_arg) which was called when

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.11.1"
VERSION = "0.9.11.2"
end