docker-api 1.10.8 → 1.10.9

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: 9ed5c3e222507b245d5783011b98a1cf7eeed3c5
4
- data.tar.gz: 6651758cb1349942d5aec39712f4206be1ab1e87
3
+ metadata.gz: d7e140244085e61a1c4382149624d9eac5fd6486
4
+ data.tar.gz: 09863177c5e41249f552560b961ebb02fae49e84
5
5
  SHA512:
6
- metadata.gz: e38a46d18b20774c550d80ab38097b144b97b82acf3476a1eb6a8852e35944ad361a6c1b41c3c0732ed14cc41ce2be4e88d5a11c6f90090fc33c44da6f534315
7
- data.tar.gz: 569546a13cea285bc28c8884672c659e65be362b6461f38190a1ae209f7dacc9bfe8709c19a93e5e276e9213ab9c50c3e6d7ae4634f36f868c752673f8d9a71e
6
+ metadata.gz: 15a8fb4a407be056add6b6c0f03fd2579113196ffb9a90454535add6b10103948c13e1f2b8867fa991544f0c5cf9170a68b7de789bfda978a154bd00aacc631c
7
+ data.tar.gz: be3529b36f479fdee72b6f7789c4b66abc8cf678beae95cd79867ee53f9185e0b88bd53a8ad227a9b53e42cd723f47932646603c9ad8cf42f27e9a0bd4ae194a
@@ -13,8 +13,9 @@ class Docker::Container
13
13
  end
14
14
  end
15
15
 
16
- # Wait for the current command to finish executing.
17
- def wait(time = 60)
16
+ # Wait for the current command to finish executing. Default wait time is
17
+ # `Excon.options[:read_timeout]`.
18
+ def wait(time = nil)
18
19
  resp = connection.post(path_for(:wait), nil, :read_timeout => time)
19
20
  Docker::Util.parse_json(resp)
20
21
  end
@@ -1,6 +1,6 @@
1
1
  module Docker
2
2
  # The version of the docker-api gem.
3
- VERSION = '1.10.8'
3
+ VERSION = '1.10.9'
4
4
 
5
5
  # The version of the compatible Docker remote API.
6
6
  API_VERSION = '1.10'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.8
4
+ version: 1.10.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swipely, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-09 00:00:00.000000000 Z
11
+ date: 2014-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon