mixlib-authentication 1.4.0.rc.1 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mixlib/authentication/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1980697f1baceb66f2563cab9b9282c2ae81855f
|
4
|
+
data.tar.gz: ed7c7b0e827104cd2984bd8ad2c52bf2978a7930
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6968ee91d78eb907caf3612fd42c505b313903435cc5fcace0a568670b6ee152fccb66612771f63cc6ac4e807e0e4abda365366b93e283cb38ac808fa83d0d3
|
7
|
+
data.tar.gz: ec8e85ea382366e3c45996354125f7cce91db679bfbef95daf74ad075e9d93f3dddce67cfef065dbd1659e4a42f665b0ca756be03f4de8b9a7f077a85f94fc6c
|
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: 1.4.0
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Opscode, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-log
|
@@ -119,9 +119,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
119
|
version: '0'
|
120
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- - "
|
122
|
+
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version:
|
124
|
+
version: '0'
|
125
125
|
requirements: []
|
126
126
|
rubyforge_project:
|
127
127
|
rubygems_version: 2.5.0
|
@@ -129,4 +129,3 @@ signing_key:
|
|
129
129
|
specification_version: 4
|
130
130
|
summary: Mixes in simple per-request authentication
|
131
131
|
test_files: []
|
132
|
-
has_rdoc: true
|