Skip to content

Commit

Permalink
0.9.11.2 bugfix for windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
banister committed Jan 16, 2013
1 parent 19aa778 commit 80e772a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.11.1"
VERSION = "0.9.11.2"
end

0 comments on commit 80e772a

Please sign in to comment.