sshkit 0.0.15 → 0.0.16
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/CHANGELOG.md +5 -0
- data/lib/sshkit/backends/netssh.rb +1 -1
- data/lib/sshkit/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,11 @@
|
|
3
3
|
This file is written in reverse chronological order, newer releases will
|
4
4
|
appear at the top.
|
5
5
|
|
6
|
+
## 0.0.16
|
7
|
+
|
8
|
+
* Fixed a bug introduced in 0.0.15 where the capture() helper returned
|
9
|
+
boolean, discarding any output from the server.
|
10
|
+
|
6
11
|
## 0.0.15
|
7
12
|
|
8
13
|
* `Command` now takes a `verbosity` option. This defaults to `Logger::INFO`
|
data/lib/sshkit/version.rb
CHANGED