thor-ssh 0.2.6 → 0.2.7
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/thor-ssh/remote_server.rb +0 -4
- data/lib/thor-ssh/version.rb +1 -1
- metadata +3 -3
|
@@ -50,8 +50,6 @@ module ThorSsh
|
|
|
50
50
|
end
|
|
51
51
|
connection.loop
|
|
52
52
|
|
|
53
|
-
# puts "OUTPUT: #{[stdout_data, stderr_data, exit_code, exit_signal].inspect}"
|
|
54
|
-
|
|
55
53
|
return stdout_data, stderr_data, exit_code, exit_signal
|
|
56
54
|
end
|
|
57
55
|
|
|
@@ -66,8 +64,6 @@ module ThorSsh
|
|
|
66
64
|
# user. You can also do as_user(nil) do ... to get to the login
|
|
67
65
|
# user.
|
|
68
66
|
|
|
69
|
-
puts command
|
|
70
|
-
|
|
71
67
|
# A few notes on running commands as a different user
|
|
72
68
|
# 1) we use -i to get it as if you had logged in directly
|
|
73
69
|
# as the other user
|
data/lib/thor-ssh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thor-ssh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -207,7 +207,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
207
207
|
version: '0'
|
|
208
208
|
segments:
|
|
209
209
|
- 0
|
|
210
|
-
hash:
|
|
210
|
+
hash: -1839400333026886195
|
|
211
211
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
212
|
none: false
|
|
213
213
|
requirements:
|
|
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
216
216
|
version: '0'
|
|
217
217
|
segments:
|
|
218
218
|
- 0
|
|
219
|
-
hash:
|
|
219
|
+
hash: -1839400333026886195
|
|
220
220
|
requirements: []
|
|
221
221
|
rubyforge_project:
|
|
222
222
|
rubygems_version: 1.8.22
|