net-ssh-simple 1.6.18 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +54 -46
- data/coverage/index.html +279 -231
- data/doc/Net.html +1 -1
- data/doc/Net/SSH.html +1 -1
- data/doc/Net/SSH/Simple.html +4 -15
- data/doc/Net/SSH/Simple/Error.html +19 -19
- data/doc/Net/SSH/Simple/Result.html +69 -69
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +10 -10
- data/doc/top-level-namespace.html +1 -1
- data/lib/net/ssh/simple.rb +12 -4
- data/lib/net/ssh/simple/version.rb +1 -1
- data/net-ssh-simple.gemspec +2 -2
- data/spec/net-ssh-simple.rb +1 -1
- metadata +10 -9
data/doc/Net.html
CHANGED
@@ -108,7 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on
|
111
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
113
|
0.8.7.6 (ruby-2.4.0).
|
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
|
111
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
113
|
0.8.7.6 (ruby-2.4.0).
|
114
114
|
</div>
|
data/doc/Net/SSH/Simple.html
CHANGED
@@ -362,25 +362,14 @@
|
|
362
362
|
<dl class="constants">
|
363
363
|
|
364
364
|
<dt id="MAX_TIMEOUT-constant" class="">MAX_TIMEOUT =
|
365
|
-
|
366
|
-
<div class="discussion">
|
367
|
-
|
368
|
-
<p>set lower default timeout on 32bit ruby</p>
|
369
|
-
|
370
|
-
|
371
|
-
</div>
|
372
|
-
</div>
|
373
|
-
<div class="tags">
|
374
|
-
|
375
|
-
|
376
|
-
</div>
|
365
|
+
|
377
366
|
</dt>
|
378
|
-
<dd><pre class="code"><span class='
|
367
|
+
<dd><pre class="code"><span class='id identifier rubyid_is_64bit_platform'>is_64bit_platform</span> <span class='op'>?</span> <span class='int'>2</span><span class='op'>**</span><span class='int'>32</span> <span class='op'>:</span> <span class='int'>2</span><span class='op'>**</span><span class='int'>16</span></pre></dd>
|
379
368
|
|
380
369
|
<dt id="VERSION-constant" class="">VERSION =
|
381
370
|
|
382
371
|
</dt>
|
383
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.
|
372
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.7.0</span><span class='tstring_end'>"</span></span></pre></dd>
|
384
373
|
|
385
374
|
</dl>
|
386
375
|
|
@@ -2719,7 +2708,7 @@ are translated to the corresponding Logger constant.</p>
|
|
2719
2708
|
</div>
|
2720
2709
|
|
2721
2710
|
<div id="footer">
|
2722
|
-
Generated on
|
2711
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
2723
2712
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2724
2713
|
0.8.7.6 (ruby-2.4.0).
|
2725
2714
|
</div>
|
@@ -272,14 +272,14 @@ incomplete!).</p>
|
|
272
272
|
<pre class="lines">
|
273
273
|
|
274
274
|
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
275
|
+
697
|
276
|
+
698
|
277
|
+
699
|
278
|
+
700
|
279
|
+
701</pre>
|
280
280
|
</td>
|
281
281
|
<td>
|
282
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
282
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 697</span>
|
283
283
|
|
284
284
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='comma'>,</span> <span class='id identifier rubyid_e'>e</span><span class='op'>=</span><span class='gvar'>$!</span><span class='rparen'>)</span>
|
285
285
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_msg'>msg</span><span class='rparen'>)</span>
|
@@ -325,12 +325,12 @@ incomplete!).</p>
|
|
325
325
|
<pre class="lines">
|
326
326
|
|
327
327
|
|
328
|
-
|
329
|
-
|
330
|
-
|
328
|
+
695
|
329
|
+
696
|
330
|
+
697</pre>
|
331
331
|
</td>
|
332
332
|
<td>
|
333
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
333
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 695</span>
|
334
334
|
|
335
335
|
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
336
336
|
<span class='ivar'>@result</span>
|
@@ -368,12 +368,12 @@ incomplete!).</p>
|
|
368
368
|
<pre class="lines">
|
369
369
|
|
370
370
|
|
371
|
-
|
372
|
-
|
373
|
-
|
371
|
+
692
|
372
|
+
693
|
373
|
+
694</pre>
|
374
374
|
</td>
|
375
375
|
<td>
|
376
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
376
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 692</span>
|
377
377
|
|
378
378
|
<span class='kw'>def</span> <span class='id identifier rubyid_wrapped'>wrapped</span>
|
379
379
|
<span class='ivar'>@wrapped</span>
|
@@ -405,12 +405,12 @@ incomplete!).</p>
|
|
405
405
|
<pre class="lines">
|
406
406
|
|
407
407
|
|
408
|
-
|
409
|
-
|
410
|
-
|
408
|
+
703
|
409
|
+
704
|
410
|
+
705</pre>
|
411
411
|
</td>
|
412
412
|
<td>
|
413
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
413
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 703</span>
|
414
414
|
|
415
415
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
416
416
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='ivar'>@wrapped</span><span class='embexpr_end'>}</span><span class='tstring_content'> @ </span><span class='embexpr_beg'>#{</span><span class='ivar'>@result</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span>
|
@@ -425,7 +425,7 @@ incomplete!).</p>
|
|
425
425
|
</div>
|
426
426
|
|
427
427
|
<div id="footer">
|
428
|
-
Generated on
|
428
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
429
429
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
430
430
|
0.8.7.6 (ruby-2.4.0).
|
431
431
|
</div>
|
@@ -634,12 +634,12 @@
|
|
634
634
|
<pre class="lines">
|
635
635
|
|
636
636
|
|
637
|
-
|
638
|
-
|
639
|
-
|
637
|
+
730
|
638
|
+
731
|
639
|
+
732</pre>
|
640
640
|
</td>
|
641
641
|
<td>
|
642
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
642
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
643
643
|
|
644
644
|
<span class='kw'>def</span> <span class='id identifier rubyid_cmd'>cmd</span>
|
645
645
|
<span class='ivar'>@cmd</span>
|
@@ -695,12 +695,12 @@
|
|
695
695
|
<pre class="lines">
|
696
696
|
|
697
697
|
|
698
|
-
|
699
|
-
|
700
|
-
|
698
|
+
730
|
699
|
+
731
|
700
|
+
732</pre>
|
701
701
|
</td>
|
702
702
|
<td>
|
703
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
703
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
704
704
|
|
705
705
|
<span class='kw'>def</span> <span class='id identifier rubyid_exception'>exception</span>
|
706
706
|
<span class='ivar'>@exception</span>
|
@@ -756,12 +756,12 @@
|
|
756
756
|
<pre class="lines">
|
757
757
|
|
758
758
|
|
759
|
-
|
760
|
-
|
761
|
-
|
759
|
+
730
|
760
|
+
731
|
761
|
+
732</pre>
|
762
762
|
</td>
|
763
763
|
<td>
|
764
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
764
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
765
765
|
|
766
766
|
<span class='kw'>def</span> <span class='id identifier rubyid_exit_code'>exit_code</span>
|
767
767
|
<span class='ivar'>@exit_code</span>
|
@@ -817,12 +817,12 @@
|
|
817
817
|
<pre class="lines">
|
818
818
|
|
819
819
|
|
820
|
-
|
821
|
-
|
822
|
-
|
820
|
+
730
|
821
|
+
731
|
822
|
+
732</pre>
|
823
823
|
</td>
|
824
824
|
<td>
|
825
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
825
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
826
826
|
|
827
827
|
<span class='kw'>def</span> <span class='id identifier rubyid_exit_signal'>exit_signal</span>
|
828
828
|
<span class='ivar'>@exit_signal</span>
|
@@ -878,12 +878,12 @@
|
|
878
878
|
<pre class="lines">
|
879
879
|
|
880
880
|
|
881
|
-
|
882
|
-
|
883
|
-
|
881
|
+
730
|
882
|
+
731
|
883
|
+
732</pre>
|
884
884
|
</td>
|
885
885
|
<td>
|
886
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
886
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
887
887
|
|
888
888
|
<span class='kw'>def</span> <span class='id identifier rubyid_finish_at'>finish_at</span>
|
889
889
|
<span class='ivar'>@finish_at</span>
|
@@ -939,12 +939,12 @@
|
|
939
939
|
<pre class="lines">
|
940
940
|
|
941
941
|
|
942
|
-
|
943
|
-
|
944
|
-
|
942
|
+
730
|
943
|
+
731
|
944
|
+
732</pre>
|
945
945
|
</td>
|
946
946
|
<td>
|
947
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
947
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
948
948
|
|
949
949
|
<span class='kw'>def</span> <span class='id identifier rubyid_host'>host</span>
|
950
950
|
<span class='ivar'>@host</span>
|
@@ -1000,12 +1000,12 @@
|
|
1000
1000
|
<pre class="lines">
|
1001
1001
|
|
1002
1002
|
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1003
|
+
730
|
1004
|
+
731
|
1005
|
+
732</pre>
|
1006
1006
|
</td>
|
1007
1007
|
<td>
|
1008
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1008
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1009
1009
|
|
1010
1010
|
<span class='kw'>def</span> <span class='id identifier rubyid_last_event_at'>last_event_at</span>
|
1011
1011
|
<span class='ivar'>@last_event_at</span>
|
@@ -1061,12 +1061,12 @@
|
|
1061
1061
|
<pre class="lines">
|
1062
1062
|
|
1063
1063
|
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1064
|
+
730
|
1065
|
+
731
|
1066
|
+
732</pre>
|
1067
1067
|
</td>
|
1068
1068
|
<td>
|
1069
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1069
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1070
1070
|
|
1071
1071
|
<span class='kw'>def</span> <span class='id identifier rubyid_last_keepalive_at'>last_keepalive_at</span>
|
1072
1072
|
<span class='ivar'>@last_keepalive_at</span>
|
@@ -1122,12 +1122,12 @@
|
|
1122
1122
|
<pre class="lines">
|
1123
1123
|
|
1124
1124
|
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1125
|
+
730
|
1126
|
+
731
|
1127
|
+
732</pre>
|
1128
1128
|
</td>
|
1129
1129
|
<td>
|
1130
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1130
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1131
1131
|
|
1132
1132
|
<span class='kw'>def</span> <span class='id identifier rubyid_op'>op</span>
|
1133
1133
|
<span class='ivar'>@op</span>
|
@@ -1183,12 +1183,12 @@
|
|
1183
1183
|
<pre class="lines">
|
1184
1184
|
|
1185
1185
|
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1186
|
+
730
|
1187
|
+
731
|
1188
|
+
732</pre>
|
1189
1189
|
</td>
|
1190
1190
|
<td>
|
1191
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1191
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1192
1192
|
|
1193
1193
|
<span class='kw'>def</span> <span class='id identifier rubyid_opts'>opts</span>
|
1194
1194
|
<span class='ivar'>@opts</span>
|
@@ -1244,12 +1244,12 @@
|
|
1244
1244
|
<pre class="lines">
|
1245
1245
|
|
1246
1246
|
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1247
|
+
730
|
1248
|
+
731
|
1249
|
+
732</pre>
|
1250
1250
|
</td>
|
1251
1251
|
<td>
|
1252
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1252
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1253
1253
|
|
1254
1254
|
<span class='kw'>def</span> <span class='id identifier rubyid_sent'>sent</span>
|
1255
1255
|
<span class='ivar'>@sent</span>
|
@@ -1305,12 +1305,12 @@
|
|
1305
1305
|
<pre class="lines">
|
1306
1306
|
|
1307
1307
|
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1308
|
+
730
|
1309
|
+
731
|
1310
|
+
732</pre>
|
1311
1311
|
</td>
|
1312
1312
|
<td>
|
1313
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1313
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1314
1314
|
|
1315
1315
|
<span class='kw'>def</span> <span class='id identifier rubyid_start_at'>start_at</span>
|
1316
1316
|
<span class='ivar'>@start_at</span>
|
@@ -1366,12 +1366,12 @@
|
|
1366
1366
|
<pre class="lines">
|
1367
1367
|
|
1368
1368
|
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1369
|
+
730
|
1370
|
+
731
|
1371
|
+
732</pre>
|
1372
1372
|
</td>
|
1373
1373
|
<td>
|
1374
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1374
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1375
1375
|
|
1376
1376
|
<span class='kw'>def</span> <span class='id identifier rubyid_stderr'>stderr</span>
|
1377
1377
|
<span class='ivar'>@stderr</span>
|
@@ -1427,12 +1427,12 @@
|
|
1427
1427
|
<pre class="lines">
|
1428
1428
|
|
1429
1429
|
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1430
|
+
730
|
1431
|
+
731
|
1432
|
+
732</pre>
|
1433
1433
|
</td>
|
1434
1434
|
<td>
|
1435
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1435
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1436
1436
|
|
1437
1437
|
<span class='kw'>def</span> <span class='id identifier rubyid_stdout'>stdout</span>
|
1438
1438
|
<span class='ivar'>@stdout</span>
|
@@ -1488,12 +1488,12 @@
|
|
1488
1488
|
<pre class="lines">
|
1489
1489
|
|
1490
1490
|
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1491
|
+
730
|
1492
|
+
731
|
1493
|
+
732</pre>
|
1494
1494
|
</td>
|
1495
1495
|
<td>
|
1496
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1496
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1497
1497
|
|
1498
1498
|
<span class='kw'>def</span> <span class='id identifier rubyid_success'>success</span>
|
1499
1499
|
<span class='ivar'>@success</span>
|
@@ -1549,12 +1549,12 @@
|
|
1549
1549
|
<pre class="lines">
|
1550
1550
|
|
1551
1551
|
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1552
|
+
730
|
1553
|
+
731
|
1554
|
+
732</pre>
|
1555
1555
|
</td>
|
1556
1556
|
<td>
|
1557
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1557
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1558
1558
|
|
1559
1559
|
<span class='kw'>def</span> <span class='id identifier rubyid_timed_out'>timed_out</span>
|
1560
1560
|
<span class='ivar'>@timed_out</span>
|
@@ -1610,12 +1610,12 @@
|
|
1610
1610
|
<pre class="lines">
|
1611
1611
|
|
1612
1612
|
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1613
|
+
730
|
1614
|
+
731
|
1615
|
+
732</pre>
|
1616
1616
|
</td>
|
1617
1617
|
<td>
|
1618
|
-
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line
|
1618
|
+
<pre class="code"><span class="info file"># File 'lib/net/ssh/simple.rb', line 730</span>
|
1619
1619
|
|
1620
1620
|
<span class='kw'>def</span> <span class='id identifier rubyid_total'>total</span>
|
1621
1621
|
<span class='ivar'>@total</span>
|
@@ -1631,7 +1631,7 @@
|
|
1631
1631
|
</div>
|
1632
1632
|
|
1633
1633
|
<div id="footer">
|
1634
|
-
Generated on
|
1634
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
1635
1635
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1636
1636
|
0.8.7.6 (ruby-2.4.0).
|
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
|
156
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
157
157
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
158
158
|
0.8.7.6 (ruby-2.4.0).
|
159
159
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -254,7 +254,7 @@ DEALINGS IN THE SOFTWARE.</p>
|
|
254
254
|
</div></div>
|
255
255
|
|
256
256
|
<div id="footer">
|
257
|
-
Generated on
|
257
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
258
258
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
259
259
|
0.8.7.6 (ruby-2.4.0).
|
260
260
|
</div>
|
data/doc/index.html
CHANGED
@@ -254,7 +254,7 @@ DEALINGS IN THE SOFTWARE.</p>
|
|
254
254
|
</div></div>
|
255
255
|
|
256
256
|
<div id="footer">
|
257
|
-
Generated on
|
257
|
+
Generated on Mon Apr 3 12:14:11 2017 by
|
258
258
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
259
259
|
0.8.7.6 (ruby-2.4.0).
|
260
260
|
</div>
|