ssh-manager 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57446a2656dfec20efcfd79080f720344cf62bd9
4
- data.tar.gz: 789b334d476700cf9ffdd8e145b0330afacf7a43
3
+ metadata.gz: c9b216c021dd7443511b6be26cfea97b2d678919
4
+ data.tar.gz: 0922536a67d9e27a9768130cf2c08d14c82d8f16
5
5
  SHA512:
6
- metadata.gz: df48f146b2f7fddf319df69be378c028e09b79b207375e97f1a0cc269d283bc90348f2fdd5ce0d099c117f0c8dd8facc4515002c99b50344f7c6d5073a9d0f81
7
- data.tar.gz: c92c2b88b207dfe07f9a6958fa36882aa65515b46e582bd62958c600e5ecc37490202b512d181257aefd71e10a1095c82736cc9e876f8616b8789d78eaf513c4
6
+ metadata.gz: b62d9ec90a085bcdd57a5d51d9e758393fdfb0f066a2606f54350d73195d690b87638f6a01dee62f55d9f1f75007a957b889210ac998eee8ea0337eda4a8bbd4
7
+ data.tar.gz: 608b405b7263d7a9f6d97ab7fba879df5ad7cca7209cc4926f57f324e1ec2d520ea5b4b49fe3d4b0fc502af718dfb5a7cd5d4d51a23d07f2e39b62d0d9608f54
@@ -266,6 +266,9 @@ module SSH
266
266
  case input
267
267
  when 'execute_command'
268
268
  # which commands
269
+ print "command: "
270
+ input = STDIN.gets.chomp
271
+ ids.unshift(input)
269
272
  self.execute_command(ids)
270
273
  exit
271
274
  when 'connect'
@@ -1,5 +1,5 @@
1
1
  module SSH
2
2
  module Manager
3
- VERSION = "1.1.4"
3
+ VERSION = "1.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssh-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Schmid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-17 00:00:00.000000000 Z
11
+ date: 2015-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler