ssh_voodoo 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ssh_voodoo.rb +1 -1
  2. data/ssh_voodoo.gemspec +1 -1
  3. 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
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path("../lib", __FILE__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "ssh_voodoo"
7
- s.version = "0.0.3"
7
+ s.version = "0.0.4"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Darren Dao"]
10
10
  s.email = ["darrendao@gmail.com"]
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
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-03 00:00:00 Z
18
+ date: 2012-05-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: net-ssh