Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gruis committed Jun 18, 2013
1 parent 2519785 commit 50d4d36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.6.2
- [#24](https://github.com/simulacre/em-ssh/pull/24) - Fix callbacks defined on EM::Ssh::Shell don't work [@mandre](https://github.com/mandre)

0.6.1
- Allow Shell#buffer to be cleared

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
em-ssh (0.5.1)
em-ssh (0.6.2)
eventmachine
net-ssh

Expand All @@ -12,7 +12,7 @@ GEM
diff-lcs (1.1.3)
eventmachine (1.0.3)
highline (1.6.13)
net-ssh (2.6.6)
net-ssh (2.6.7)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/em-ssh/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module EventMachine
class Ssh
VERSION='0.6.1'
VERSION='0.6.2'
end # class::Ssh
end # module::EventMachine

0 comments on commit 50d4d36

Please sign in to comment.