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.
@@ -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 makes it very easy to talk to many hosts in parallel
10
- synchronously or asynchronously.
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
 
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="footer">
111
- Generated on Sat Jan 26 17:16:23 2013 by
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>
@@ -108,7 +108,7 @@
108
108
  </div>
109
109
 
110
110
  <div id="footer">
111
- Generated on Sat Jan 26 17:16:23 2013 by
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>
@@ -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'>&quot;</span><span class='tstring_content'>1.6.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>
367
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.6.1</span><span class='tstring_end'>&quot;</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:16:24 2013 by
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.</p>
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.</p>
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:16:24 2013 by
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 (SSH only).</p>
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 (SSH only)</p>
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:16:25 2013 by
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>
@@ -153,7 +153,7 @@
153
153
  </div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Sat Jan 26 17:16:23 2013 by
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>
@@ -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</h1>
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:16:23 2013 by
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>
@@ -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</h1>
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:16:23 2013 by
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:16:23 2013 by
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>
@@ -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 (SSH only)
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)
@@ -1,7 +1,7 @@
1
1
  module Net
2
2
  module SSH
3
3
  class Simple
4
- VERSION = "1.6.1"
4
+ VERSION = "1.6.2"
5
5
  end
6
6
  end
7
7
  end
@@ -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.4"
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.1
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-01-26 00:00:00.000000000 Z
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.4
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.4
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: -1758599569363745847
240
+ hash: -3467061191469711006
241
241
  requirements: []
242
242
  rubyforge_project:
243
243
  rubygems_version: 1.8.23