cardmagic-sumo 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/sumo.rb +1 -1
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.1
|
data/lib/sumo.rb
CHANGED
@@ -187,7 +187,7 @@ class Sumo
|
|
187
187
|
unless IO.read(File.expand_path("~/.ssh/known_hosts")).include?(hostname)
|
188
188
|
`ssh-keyscan -t rsa #{hostname} >> $HOME/.ssh/known_hosts`
|
189
189
|
end
|
190
|
-
IO.popen("ssh -
|
190
|
+
IO.popen("ssh -i #{keypair_file} #{config['user']}@#{hostname} > ~/.sumo/ssh.log 2>&1", "w") do |pipe|
|
191
191
|
pipe.puts cmds.join(' && ')
|
192
192
|
end
|
193
193
|
unless $?.success?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cardmagic-sumo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Wiggins
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-06-
|
18
|
+
date: 2010-06-15 00:00:00 -07:00
|
19
19
|
default_executable: sumo
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|