omniauth-chef 0.1.0 → 0.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
  SHA1:
3
- metadata.gz: 0bbedb2dab18096a3380d45c56397dbe02ede3db
4
- data.tar.gz: 6e47f5491a174804b08a648adbc574570a4a4b33
3
+ metadata.gz: 76d29d05f90acadf8007f423e26062448b2f16a6
4
+ data.tar.gz: 0ddbcb600205938340a7574c818e156c42180361
5
5
  SHA512:
6
- metadata.gz: b03505fa1200a3279e091ec2d2521fb5178f3c54cc31286523ee8f279c765f4afb1f27c2ca6a859c36edcd07c8476df61cf3f4fe2d4e56ae7218592d843bfbff
7
- data.tar.gz: 518fc063878b8ef59403e201ba068a81926bc81d57772b56638262edc78ff1ba3d0547f25bb4a1a2ab3c81938f1b3004a845f57312b4d4575c0e4f912a544c89
6
+ metadata.gz: 8788ac107386c5265278500ca52e2828adfcf33698fd0129ba44e9cd7cecce376f469682f1fe92278e1fcf47d18e6279caf7afaac496d2c69d367711829f439a
7
+ data.tar.gz: 1ebac31b407d7f66f906da84bcdda84911dfccecde01117e4cdf307a73a4cfc80f576e0ae8b7999e51455f1b32b4a4886b0979e98e4af14dc7a70c75738011cd
@@ -17,6 +17,6 @@
17
17
 
18
18
  module OmniAuth
19
19
  module Chef
20
- VERSION = '0.1.0'
20
+ VERSION = '0.1.1'
21
21
  end
22
22
  end
@@ -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.0
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-25 00:00:00.000000000 Z
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.0
135
+ rubygems_version: 2.2.2
135
136
  signing_key:
136
137
  specification_version: 4
137
138
  summary: OmniAuth strategy for Chef