net-ssh-simple 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -3
- data/doc/Net.html +1 -1
- data/doc/Net/SSH.html +1 -1
- data/doc/Net/SSH/Simple.html +2 -2
- data/doc/Net/SSH/Simple/Error.html +5 -3
- data/doc/Net/SSH/Simple/Result.html +3 -3
- data/doc/_index.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/top-level-namespace.html +1 -1
- data/lib/net/ssh/simple.rb +2 -2
- data/lib/net/ssh/simple/version.rb +1 -1
- data/net-ssh-simple.gemspec +1 -1
- metadata +5 -5
data/README.rdoc
CHANGED
@@ -6,8 +6,8 @@ It reduces the amount of boilerplate code that you need to write for
|
|
6
6
|
handling SSH-connections, thereby preventing many common mistakes related
|
7
7
|
to error-handling, threading, timeouts and keep-alive.
|
8
8
|
|
9
|
-
It also
|
10
|
-
|
9
|
+
It also simplifies advanced usage such as talking to many hosts
|
10
|
+
in parallel or performing streaming operations (stdio).
|
11
11
|
|
12
12
|
== Features
|
13
13
|
|
@@ -137,7 +137,7 @@ then the following idiom will provide the best performance:
|
|
137
137
|
|
138
138
|
== Documentation
|
139
139
|
|
140
|
-
See {Net::SSH::Simple}[http://busyloop.github.com/net-ssh-simple/doc/Net/SSH/Simple] for more examples and full API.
|
140
|
+
See {Net::SSH::Simple}[http://busyloop.github.com/net-ssh-simple/doc/Net/SSH/Simple.html] for more examples and full API.
|
141
141
|
|
142
142
|
== Running the test suite
|
143
143
|
|
data/doc/Net.html
CHANGED
@@ -108,7 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on Sat Jan 26 17:
|
111
|
+
Generated on Sat Jan 26 17:33:13 2013 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
113
|
0.8.3 (ruby-1.9.3).
|
114
114
|
</div>
|
data/doc/Net/SSH.html
CHANGED
@@ -108,7 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on Sat Jan 26 17:
|
111
|
+
Generated on Sat Jan 26 17:33:13 2013 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
113
|
0.8.3 (ruby-1.9.3).
|
114
114
|
</div>
|
data/doc/Net/SSH/Simple.html
CHANGED
@@ -364,7 +364,7 @@
|
|
364
364
|
<dt id="VERSION-constant" class="">VERSION =
|
365
365
|
|
366
366
|
</dt>
|
367
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.6.
|
367
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.6.1</span><span class='tstring_end'>"</span></span></pre></dd>
|
368
368
|
|
369
369
|
</dl>
|
370
370
|
|
@@ -2975,7 +2975,7 @@ are translated to the corresponding Logger constant.</p>
|
|
2975
2975
|
</div>
|
2976
2976
|
|
2977
2977
|
<div id="footer">
|
2978
|
-
Generated on Sat Jan 26 17:
|
2978
|
+
Generated on Sat Jan 26 17:33:14 2013 by
|
2979
2979
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2980
2980
|
0.8.3 (ruby-1.9.3).
|
2981
2981
|
</div>
|
@@ -142,7 +142,8 @@
|
|
142
142
|
|
143
143
|
|
144
144
|
<span class="summary_desc"><div class='inline'>
|
145
|
-
<p><span class='object_link'><a href="Result.html" title="Net::SSH::Simple::Result (class)">Result</a></span> of the interrupted operation
|
145
|
+
<p><span class='object_link'><a href="Result.html" title="Net::SSH::Simple::Result (class)">Result</a></span> of the interrupted operation (may be
|
146
|
+
incomplete!).</p>
|
146
147
|
</div></span>
|
147
148
|
|
148
149
|
</li>
|
@@ -309,7 +310,8 @@
|
|
309
310
|
</h3><div class="docstring">
|
310
311
|
<div class="discussion">
|
311
312
|
|
312
|
-
<p><span class='object_link'><a href="Result.html" title="Net::SSH::Simple::Result (class)">Result</a></span> of the interrupted operation
|
313
|
+
<p><span class='object_link'><a href="Result.html" title="Net::SSH::Simple::Result (class)">Result</a></span> of the interrupted operation (may be
|
314
|
+
incomplete!).</p>
|
313
315
|
|
314
316
|
|
315
317
|
</div>
|
@@ -423,7 +425,7 @@
|
|
423
425
|
</div>
|
424
426
|
|
425
427
|
<div id="footer">
|
426
|
-
Generated on Sat Jan 26 17:
|
428
|
+
Generated on Sat Jan 26 17:33:14 2013 by
|
427
429
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
428
430
|
0.8.3 (ruby-1.9.3).
|
429
431
|
</div>
|
@@ -140,7 +140,7 @@
|
|
140
140
|
|
141
141
|
|
142
142
|
<span class="summary_desc"><div class='inline'>
|
143
|
-
<p>Shell command (
|
143
|
+
<p>Shell command (ssh) or :upload/:download (scp).</p>
|
144
144
|
</div></span>
|
145
145
|
|
146
146
|
</li>
|
@@ -602,7 +602,7 @@
|
|
602
602
|
</h3><div class="docstring">
|
603
603
|
<div class="discussion">
|
604
604
|
|
605
|
-
<p>Shell command (
|
605
|
+
<p>Shell command (ssh) or :upload/:download (scp)</p>
|
606
606
|
|
607
607
|
|
608
608
|
</div>
|
@@ -1631,7 +1631,7 @@
|
|
1631
1631
|
</div>
|
1632
1632
|
|
1633
1633
|
<div id="footer">
|
1634
|
-
Generated on Sat Jan 26 17:
|
1634
|
+
Generated on Sat Jan 26 17:33:15 2013 by
|
1635
1635
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1636
1636
|
0.8.3 (ruby-1.9.3).
|
1637
1637
|
</div>
|
data/doc/_index.html
CHANGED
@@ -153,7 +153,7 @@
|
|
153
153
|
</div>
|
154
154
|
|
155
155
|
<div id="footer">
|
156
|
-
Generated on Sat Jan 26 17:
|
156
|
+
Generated on Sat Jan 26 17:33:13 2013 by
|
157
157
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
158
158
|
0.8.3 (ruby-1.9.3).
|
159
159
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
<iframe id="search_frame"></iframe>
|
63
63
|
|
64
64
|
<div id="content"><div id='filecontents'>
|
65
|
-
<h1>Net::SSH::Simple
|
65
|
+
<h1>Net::SSH::Simple <a href="https://gemnasium.com/busyloop/net-ssh-simple"><img src="https://gemnasium.com/busyloop/net-ssh-simple.png" alt="Dependency Status" /></a></h1>
|
66
66
|
|
67
67
|
<p>Net::SSH::Simple is a simple wrapper around Net::SSH and Net::SCP.</p>
|
68
68
|
|
@@ -249,7 +249,7 @@ DEALINGS IN THE SOFTWARE.</p>
|
|
249
249
|
</div></div>
|
250
250
|
|
251
251
|
<div id="footer">
|
252
|
-
Generated on Sat Jan 26 17:
|
252
|
+
Generated on Sat Jan 26 17:33:13 2013 by
|
253
253
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
254
254
|
0.8.3 (ruby-1.9.3).
|
255
255
|
</div>
|
data/doc/index.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
<iframe id="search_frame"></iframe>
|
63
63
|
|
64
64
|
<div id="content"><div id='filecontents'>
|
65
|
-
<h1>Net::SSH::Simple
|
65
|
+
<h1>Net::SSH::Simple <a href="https://gemnasium.com/busyloop/net-ssh-simple"><img src="https://gemnasium.com/busyloop/net-ssh-simple.png" alt="Dependency Status" /></a></h1>
|
66
66
|
|
67
67
|
<p>Net::SSH::Simple is a simple wrapper around Net::SSH and Net::SCP.</p>
|
68
68
|
|
@@ -249,7 +249,7 @@ DEALINGS IN THE SOFTWARE.</p>
|
|
249
249
|
</div></div>
|
250
250
|
|
251
251
|
<div id="footer">
|
252
|
-
Generated on Sat Jan 26 17:
|
252
|
+
Generated on Sat Jan 26 17:33:13 2013 by
|
253
253
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
254
254
|
0.8.3 (ruby-1.9.3).
|
255
255
|
</div>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on Sat Jan 26 17:
|
106
|
+
Generated on Sat Jan 26 17:33:13 2013 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
108
|
0.8.3 (ruby-1.9.3).
|
109
109
|
</div>
|
data/lib/net/ssh/simple.rb
CHANGED
@@ -701,7 +701,7 @@ module Net
|
|
701
701
|
# Reference to the underlying Exception
|
702
702
|
attr_reader :wrapped
|
703
703
|
|
704
|
-
# {Net::SSH::Simple::Result} of the interrupted operation.
|
704
|
+
# {Net::SSH::Simple::Result} of the interrupted operation (may be incomplete!).
|
705
705
|
attr_reader :result
|
706
706
|
|
707
707
|
def initialize(msg, e=$!)
|
@@ -720,7 +720,7 @@ module Net
|
|
720
720
|
#
|
721
721
|
# @attr [String] host Hostname/IP address
|
722
722
|
# @attr [Symbol] op :ssh or :scp
|
723
|
-
# @attr [String] cmd Shell command (
|
723
|
+
# @attr [String] cmd Shell command (ssh) or :upload/:download (scp)
|
724
724
|
# @attr [Time] start_at Timestamp of operation start
|
725
725
|
# @attr [Time] finish_at Timestamp of operation finish
|
726
726
|
# @attr [Time] last_keepalive_at Timestamp of last keepalive (if any)
|
data/net-ssh-simple.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.required_ruby_version = '>= 1.9.2'
|
15
15
|
|
16
16
|
s.add_dependency "net-ssh", "~> 2.6.3"
|
17
|
-
s.add_dependency "net-scp", "~> 1.0
|
17
|
+
s.add_dependency "net-scp", "~> 1.1.0"
|
18
18
|
s.add_dependency "blockenspiel", "~> 0.4.3"
|
19
19
|
s.add_dependency "hashie", ">= 1.1.0"
|
20
20
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: net-ssh-simple
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-02-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
requirements:
|
35
35
|
- - ~>
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: 1.0
|
37
|
+
version: 1.1.0
|
38
38
|
type: :runtime
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
requirements:
|
43
43
|
- - ~>
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: 1.0
|
45
|
+
version: 1.1.0
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: blockenspiel
|
48
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
237
237
|
version: '0'
|
238
238
|
segments:
|
239
239
|
- 0
|
240
|
-
hash: -
|
240
|
+
hash: -3467061191469711006
|
241
241
|
requirements: []
|
242
242
|
rubyforge_project:
|
243
243
|
rubygems_version: 1.8.23
|