direct_ssh 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,10 +31,10 @@ def main(argv)
31
31
  puts host + ' - ' + ssh.exec!('cat /etc/*-release')
32
32
 
33
33
  input = ''
34
- until input == 'exit0'
34
+ until input == 'exit'
35
35
  print '# '
36
36
  input = $stdin.gets.chomp
37
- ssh_exec!(ssh, input) if input != 'exit0'
37
+ ssh_exec!(ssh, input) if input != 'exit'
38
38
  end
39
39
  }
40
40
  rescue ArgumentError => e
@@ -1,3 +1,3 @@
1
1
  module DirectSsh
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: direct_ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: