sshkit 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -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`
@@ -34,7 +34,7 @@ module SSHKit
34
34
 
35
35
  def capture(*args)
36
36
  options = args.extract_options!.merge(verbosity: Logger::DEBUG)
37
- _execute(*[*args, options]).success?
37
+ _execute(*[*args, options])
38
38
  end
39
39
 
40
40
  def configure
@@ -1,3 +1,3 @@
1
1
  module SSHKit
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: