sshkit 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- 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