mixlib-authentication 2.1.0 → 2.1.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b6507935567e05c617f3c9080ddc8156540ec8fb1049c5feff4b2126a044fff
|
|
4
|
+
data.tar.gz: 9c76665ef8e8f6ed8a625771d308ccade14df6fbf088085a9cf3752f22e2c0f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2018-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec-core
|