ssh_voodoo 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ssh_voodoo.rb +1 -1
- data/ssh_voodoo.gemspec +1 -1
- metadata +4 -4
data/lib/ssh_voodoo.rb
CHANGED
|
@@ -83,7 +83,7 @@ class SshVoodoo
|
|
|
83
83
|
|
|
84
84
|
begin
|
|
85
85
|
Net::SSH.start(server, username, params) do |ssh|
|
|
86
|
-
puts "Connecting to #{server}"
|
|
86
|
+
# puts "Connecting to #{server}"
|
|
87
87
|
ch = ssh.open_channel do |channel|
|
|
88
88
|
# now we request a "pty" (i.e. interactive) session so we can send data
|
|
89
89
|
# back and forth if needed. it WILL NOT WORK without this, and it has to
|
data/ssh_voodoo.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ssh_voodoo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Darren Dao
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-05-
|
|
18
|
+
date: 2012-05-11 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: net-ssh
|