mixlib-authentication 1.3.0.beta.1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +13 -17
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-authentication
3
3
  version: !ruby/object:Gem::Version
4
- hash: -2745496134
5
- prerelease: 6
4
+ hash: 27
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 0
10
- - beta
11
- - 1
12
- version: 1.3.0.beta.1
10
+ version: 1.3.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Opscode, Inc.
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2012-08-03 00:00:00 Z
18
+ date: 2012-08-06 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: mixlib-log
@@ -48,14 +46,14 @@ files:
48
46
  - README.rdoc
49
47
  - Rakefile
50
48
  - NOTICE
51
- - lib/mixlib/authentication.rb
52
- - lib/mixlib/authentication/http_authentication_request.rb
53
49
  - lib/mixlib/authentication/signedheaderauth.rb
54
- - lib/mixlib/authentication/signatureverification.rb
55
50
  - lib/mixlib/authentication/digester.rb
51
+ - lib/mixlib/authentication/http_authentication_request.rb
52
+ - lib/mixlib/authentication/signatureverification.rb
53
+ - lib/mixlib/authentication.rb
56
54
  - spec/spec_helper.rb
57
- - spec/mixlib/authentication/http_authentication_request_spec.rb
58
55
  - spec/mixlib/authentication/mixlib_authentication_spec.rb
56
+ - spec/mixlib/authentication/http_authentication_request_spec.rb
59
57
  homepage: http://www.opscode.com
60
58
  licenses: []
61
59
 
@@ -76,18 +74,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
74
  required_rubygems_version: !ruby/object:Gem::Requirement
77
75
  none: false
78
76
  requirements:
79
- - - ">"
77
+ - - ">="
80
78
  - !ruby/object:Gem::Version
81
- hash: 25
79
+ hash: 3
82
80
  segments:
83
- - 1
84
- - 3
85
- - 1
86
- version: 1.3.1
81
+ - 0
82
+ version: "0"
87
83
  requirements: []
88
84
 
89
85
  rubyforge_project:
90
- rubygems_version: 1.8.10
86
+ rubygems_version: 1.8.15
91
87
  signing_key:
92
88
  specification_version: 3
93
89
  summary: Mixes in simple per-request authentication