mixlib-authentication 2.1.0 → 2.1.1

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
  SHA256:
3
- metadata.gz: 8d5824d5178ca85fc7eb82bbd0699c21d0a3ddbbc97c9b41d78c24c6dd78af11
4
- data.tar.gz: 522ee0cc91c67a8c824dc25d7d605cfd833f9c5c636435787cdfe8f0bc67d7b2
3
+ metadata.gz: 2b6507935567e05c617f3c9080ddc8156540ec8fb1049c5feff4b2126a044fff
4
+ data.tar.gz: 9c76665ef8e8f6ed8a625771d308ccade14df6fbf088085a9cf3752f22e2c0f3
5
5
  SHA512:
6
- metadata.gz: c1843f8908adb974f06173dc2a9bfc97a5b18fe11be4bbf8769c9e2af716e0cc259e275b5b2b00aa41b9d442f9e2e1f2fc8e111d5f46645e8e7544a3e8b44933
7
- data.tar.gz: c8b6d61be5b2e9c8db0d6527f94c8ef347fbcc8aa08735dc0f00b10f82a90687a71a4058f1489a805b19ce296c1ae8f9bd7b1981e24fbac1c4ef6e9fe04ea742
6
+ metadata.gz: 22528baf13168f7feabfe06c4643817c6f54d7f99722d7bfe889588fe1c45bcbf830e1340cd05d01dc11966addadd2de713e929474d8a0135de6b0efa1405f57
7
+ data.tar.gz: 3ee4f86660dfeafd506f2e59e05b2d9d569efc11b9a652814d5f07eb706b89f20247949cddd99c65a18f7d7a5a07828f313dcccf87fa3b2efc0079409c45df6c
@@ -109,7 +109,7 @@ module Mixlib
109
109
  opts[:sign_version] ||= sign_version
110
110
  else
111
111
  # Was called like sign(key, 'foo', '1.3', other: 'bar')
112
- Mixlib::Authentication.logger.warn("Using deprecated positional arguments for sign(), please update to keyword arguments (from #{caller[1][/^(.*:\d+):in /, 1]})")
112
+ Mixlib::Authentication.logger.warn("Using deprecated positional arguments for sign(), please update to keyword arguments (from #{caller[1][/^(.*:\d+):in /, 1]})") unless sign_algorithm == algorithm
113
113
  opts[:sign_algorithm] ||= sign_algorithm
114
114
  opts[:sign_version] ||= sign_version
115
115
  end
@@ -15,6 +15,6 @@
15
15
 
16
16
  module Mixlib
17
17
  module Authentication
18
- VERSION = "2.1.0"
18
+ VERSION = "2.1.1"
19
19
  end
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-31 00:00:00.000000000 Z
11
+ date: 2018-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core