sshkit 0.0.9 → 0.0.10

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 CHANGED
@@ -3,6 +3,10 @@
3
3
  This file is written in reverse chronological order, newer releases will
4
4
  appear at the top.
5
5
 
6
+ ## 0.0.10
7
+
8
+ * Include more attributes in `Command#to_hash`.
9
+
6
10
  ## 0.0.9
7
11
 
8
12
  * Include more attributes in `Command#to_hash`.
@@ -97,7 +97,7 @@ module SSHKit
97
97
 
98
98
  def to_hash
99
99
  {
100
- command: command,
100
+ command: self.to_s,
101
101
  args: args,
102
102
  options: options,
103
103
  exit_status: exit_status,
@@ -105,6 +105,7 @@ module SSHKit
105
105
  stderr: stderr,
106
106
  started_at: @started_at,
107
107
  finished_at: @finished_at,
108
+ runtime: runtime,
108
109
  uuid: uuid,
109
110
  started: started?,
110
111
  finished: finished?,
@@ -1,3 +1,3 @@
1
1
  module SSHKit
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: