docker-api 1.13.5 → 1.13.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d925f4110703e04fbfa310061a380ad4349e43ef
4
- data.tar.gz: e9da0d1fd6edd34680174d1d9aea318220db456d
3
+ metadata.gz: e7a513bb37076427aa529f9879cadc9c68c93c48
4
+ data.tar.gz: 86e82d505b484718a22d3c37c8b2824160db567c
5
5
  SHA512:
6
- metadata.gz: e69243227661c01870d30f3d2219bf718dbeb3f1a14f362c6d4c2a27a7fc09d42f29602814bf2d3a4765f424b528c7a221541d0b6649f6924f43711a2f5aa824
7
- data.tar.gz: 9b008cc2c6adb0ca30cdc8d37e5ce87a12dc83fffaf39c0d582f969603e1c4a6d6dd7859f3e21b84c758da93e9421499d85c2b7f3f87c6f1a6b396eb6d837591
6
+ metadata.gz: 7f58f25e75a0766ecefe194ad1c099f103cf18ea27f53fc86156fe73da4796f329842cbf06049b76d4821f7be5dd701331dc903c1efa64bc2be648f6831710d9
7
+ data.tar.gz: e874ddfd40347f8aeffd99795879cd50869895f51cf63a8661841de7b25ebc45341a9b3c6c2394274baa41ffb3ef938da63ad575866ab7f9cd88cfab0b4d6563
@@ -1,6 +1,6 @@
1
1
  module Docker
2
2
  # The version of the docker-api gem.
3
- VERSION = '1.13.5'
3
+ VERSION = '1.13.6'
4
4
 
5
5
  # The version of the compatible Docker remote API.
6
6
  API_VERSION = '1.12'
data/lib/docker.rb CHANGED
@@ -80,7 +80,7 @@ module Docker
80
80
  end
81
81
 
82
82
  # Login to the Docker registry.
83
- def authenticate!(options = {})
83
+ def authenticate!(options = {}, connection = connection)
84
84
  creds = options.to_json
85
85
  connection.post('/auth', {}, :body => creds)
86
86
  @creds = creds
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.5
4
+ version: 1.13.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swipely, Inc.