rancher-api 0.3.2 → 0.3.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4398f3a973daebedf2f359920b4780cdaf0b9f66
4
- data.tar.gz: 848d094550b89d2ddda11011c8db7e6a4b400b26
3
+ metadata.gz: fd76a928ea7c551159e2f53518a05f982d20ff98
4
+ data.tar.gz: 9dc1992daac310455523b07d73039f7237065409
5
5
  SHA512:
6
- metadata.gz: 4dfd87a09a54efb731ffeeca2f7539c2947592dddbc5e8ef52addb92e762e1a6acb7cebc82a8cafa522b468cccaf68ce611005f710ba1d322599c32c8957ce65
7
- data.tar.gz: 28e4a7a08a924cc643092ed3a5b0d69b25144522430fd2368712efa9f21e73074416b1ad8abd7bad9f5f1b17a356f779269fa9dc8c5910d45d704248bdcc0e93
6
+ metadata.gz: b9a2f3e54ce1325858300766e06b2344aba8dc088751efadfd0cfc328583356dbe3ca0e66334d3c62d9b0e3f825b5e2ac4bb5d7d15c81a696a9bd7f90095acd7
7
+ data.tar.gz: c96e4fc0c4476935499f1228417f4ef509e58e22c832758a15efb4bdffee63c7bdb95eea698a6d8b0d3e29a14bfd274576b5495f028072777f2d803c7f1a493e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rancher-api (0.3.2)
4
+ rancher-api (0.3.3)
5
5
  faraday_middleware
6
6
  faye-websocket
7
7
  her (~> 0.7.6)
@@ -51,7 +51,7 @@ module Rancher
51
51
  'attachStdin' => true,
52
52
  'attachStdout' => true,
53
53
  'command' => command,
54
- 'tty': true
54
+ 'tty' => true
55
55
  }
56
56
 
57
57
  action = Action.post(url, data)
@@ -1,5 +1,5 @@
1
1
  module Rancher
2
2
  module Api
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rancher-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Kurkin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-18 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: her