omniauth-chef 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth-chef/version.rb +1 -1
- data/omniauth-chef.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76d29d05f90acadf8007f423e26062448b2f16a6
|
4
|
+
data.tar.gz: 0ddbcb600205938340a7574c818e156c42180361
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8788ac107386c5265278500ca52e2828adfcf33698fd0129ba44e9cd7cecce376f469682f1fe92278e1fcf47d18e6279caf7afaac496d2c69d367711829f439a
|
7
|
+
data.tar.gz: 1ebac31b407d7f66f906da84bcdda84911dfccecde01117e4cdf307a73a4cfc80f576e0ae8b7999e51455f1b32b4a4886b0979e98e4af14dc7a70c75738011cd
|
data/omniauth-chef.gemspec
CHANGED
@@ -9,8 +9,8 @@ require 'omniauth-chef/version'
|
|
9
9
|
Gem::Specification.new do |spec|
|
10
10
|
spec.name = 'omniauth-chef'
|
11
11
|
spec.version = OmniAuth::Chef::VERSION
|
12
|
-
spec.authors = ['Allen Goodman']
|
13
|
-
spec.email = %q(a@getchef.com)
|
12
|
+
spec.authors = ['James Casey', 'Allen Goodman']
|
13
|
+
spec.email = %q(james@getchef.com a@getchef.com)
|
14
14
|
spec.description = %q{OmniAuth strategy for Chef}
|
15
15
|
spec.summary = %q{OmniAuth strategy for Chef}
|
16
16
|
spec.homepage = 'https://github.com/opscode/oc_actionlog'
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- James Casey
|
7
8
|
- Allen Goodman
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
12
|
+
date: 2014-03-26 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: bundler
|
@@ -95,7 +96,7 @@ dependencies:
|
|
95
96
|
- !ruby/object:Gem::Version
|
96
97
|
version: '1.2'
|
97
98
|
description: OmniAuth strategy for Chef
|
98
|
-
email: a@getchef.com
|
99
|
+
email: james@getchef.com a@getchef.com
|
99
100
|
executables: []
|
100
101
|
extensions: []
|
101
102
|
extra_rdoc_files: []
|
@@ -131,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
132
|
version: '0'
|
132
133
|
requirements: []
|
133
134
|
rubyforge_project:
|
134
|
-
rubygems_version: 2.2.
|
135
|
+
rubygems_version: 2.2.2
|
135
136
|
signing_key:
|
136
137
|
specification_version: 4
|
137
138
|
summary: OmniAuth strategy for Chef
|