mixlib-authentication 3.0.4 → 3.0.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
  SHA256:
3
- metadata.gz: dfe9207033439727125b97e19e5d0f104f540545f8975fd09952e7d3c33d1912
4
- data.tar.gz: a0105be8a06dc1a6cdbb7e87e86686873e561e714a6ba47c07fc1855ef4acc7a
3
+ metadata.gz: ffd7c02d4d9d20fdf32da899c6409fc59caffea1183d4c0806b0c02a20054538
4
+ data.tar.gz: 5f30cd2c44cc6b8375d9a950f596e2b89031654d315a822088baca00c1300b49
5
5
  SHA512:
6
- metadata.gz: a04e5503e573c71382bc391fe3392419fc1480199a74c5ec757c83fa7dc3ba85cc6ffce01957ef0ada987ddc6e618572bcc8989e0c593ab7c9c055aa6d6d4af2
7
- data.tar.gz: 410b2915042706210831ee5258fcb1e998251d289280c49d636dc93fcde357f219eb81ba6283de0fddd532a17ded913aa712db636a6fcb94c9c042b4631b543a
6
+ metadata.gz: 288e2b5de5735c93ebfe885ec24ae267dc056bbdff205b8ff0a4ad94f7691598965db5051ffd853811574ada1aeb10775685b4a4a864a870aa08377def77a801
7
+ data.tar.gz: 1c49b5589da86a7fe73d0d0c9914a148f0c95a0ff4762a711224bfc7d1a47fb20f98c7a9c6ad2a3a0d45bb6c42a90e295f7d6b98a5a8af80a99c96aafe9ecdf5
@@ -36,7 +36,7 @@ module Mixlib
36
36
  require "mixlib/log"
37
37
  Mixlib::Authentication::Log.extend(Mixlib::Log)
38
38
  rescue LoadError
39
- require "mixlib/authentication/null_logger"
39
+ require_relative "authentication/null_logger"
40
40
  Mixlib::Authentication::Log.extend(Mixlib::Authentication::NullLogger)
41
41
  end
42
42
 
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require "mixlib/authentication"
19
+ require_relative "../authentication"
20
20
  require "openssl"
21
21
 
22
22
  module Mixlib
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require "mixlib/authentication"
19
+ require_relative "../authentication"
20
20
 
21
21
  module Mixlib
22
22
  module Authentication
@@ -19,9 +19,9 @@
19
19
 
20
20
  require "net/http"
21
21
  require "forwardable"
22
- require "mixlib/authentication"
23
- require "mixlib/authentication/http_authentication_request"
24
- require "mixlib/authentication/signedheaderauth"
22
+ require_relative "../authentication"
23
+ require_relative "http_authentication_request"
24
+ require_relative "signedheaderauth"
25
25
 
26
26
  module Mixlib
27
27
  module Authentication
@@ -20,8 +20,8 @@
20
20
  require "time"
21
21
  require "base64"
22
22
  require "openssl/digest"
23
- require "mixlib/authentication"
24
- require "mixlib/authentication/digester"
23
+ require_relative "../authentication"
24
+ require_relative "digester"
25
25
 
26
26
  module Mixlib
27
27
  module Authentication
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Mixlib
18
18
  module Authentication
19
- VERSION = "3.0.4".freeze
19
+ VERSION = "3.0.6".freeze
20
20
  end
21
21
  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: 3.0.4
4
+ version: 3.0.6
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: 2019-10-31 00:00:00.000000000 Z
11
+ date: 2019-12-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Mixes in simple per-request authentication
14
14
  email: info@chef.io