omniauth 0.3.0.rc3 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of omniauth might be problematic. Click here for more details.

Files changed (2) hide show
  1. data/lib/omniauth/version.rb +1 -1
  2. metadata +23 -35
@@ -10,7 +10,7 @@ module OmniAuth
10
10
  PATCH = 0
11
11
  end
12
12
  unless defined?(::OmniAuth::Version::PRE)
13
- PRE = "rc3"
13
+ PRE = nil
14
14
  end
15
15
  unless defined?(::OmniAuth::Version::STRING)
16
16
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424035
5
- prerelease: 6
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 0
10
- - rc
11
- - 3
12
- version: 0.3.0.rc3
10
+ version: 0.3.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Michael Bleigh
@@ -18,7 +16,8 @@ autorequire:
18
16
  bindir: bin
19
17
  cert_chain: []
20
18
 
21
- date: 2011-09-03 00:00:00 Z
19
+ date: 2011-09-22 00:00:00 -05:00
20
+ default_executable:
22
21
  dependencies:
23
22
  - !ruby/object:Gem::Dependency
24
23
  name: oa-basic
@@ -28,14 +27,12 @@ dependencies:
28
27
  requirements:
29
28
  - - "="
30
29
  - !ruby/object:Gem::Version
31
- hash: 15424035
30
+ hash: 19
32
31
  segments:
33
32
  - 0
34
33
  - 3
35
34
  - 0
36
- - rc
37
- - 3
38
- version: 0.3.0.rc3
35
+ version: 0.3.0
39
36
  type: :runtime
40
37
  version_requirements: *id001
41
38
  - !ruby/object:Gem::Dependency
@@ -46,14 +43,12 @@ dependencies:
46
43
  requirements:
47
44
  - - "="
48
45
  - !ruby/object:Gem::Version
49
- hash: 15424035
46
+ hash: 19
50
47
  segments:
51
48
  - 0
52
49
  - 3
53
50
  - 0
54
- - rc
55
- - 3
56
- version: 0.3.0.rc3
51
+ version: 0.3.0
57
52
  type: :runtime
58
53
  version_requirements: *id002
59
54
  - !ruby/object:Gem::Dependency
@@ -64,14 +59,12 @@ dependencies:
64
59
  requirements:
65
60
  - - "="
66
61
  - !ruby/object:Gem::Version
67
- hash: 15424035
62
+ hash: 19
68
63
  segments:
69
64
  - 0
70
65
  - 3
71
66
  - 0
72
- - rc
73
- - 3
74
- version: 0.3.0.rc3
67
+ version: 0.3.0
75
68
  type: :runtime
76
69
  version_requirements: *id003
77
70
  - !ruby/object:Gem::Dependency
@@ -82,14 +75,12 @@ dependencies:
82
75
  requirements:
83
76
  - - "="
84
77
  - !ruby/object:Gem::Version
85
- hash: 15424035
78
+ hash: 19
86
79
  segments:
87
80
  - 0
88
81
  - 3
89
82
  - 0
90
- - rc
91
- - 3
92
- version: 0.3.0.rc3
83
+ version: 0.3.0
93
84
  type: :runtime
94
85
  version_requirements: *id004
95
86
  - !ruby/object:Gem::Dependency
@@ -100,14 +91,12 @@ dependencies:
100
91
  requirements:
101
92
  - - "="
102
93
  - !ruby/object:Gem::Version
103
- hash: 15424035
94
+ hash: 19
104
95
  segments:
105
96
  - 0
106
97
  - 3
107
98
  - 0
108
- - rc
109
- - 3
110
- version: 0.3.0.rc3
99
+ version: 0.3.0
111
100
  type: :runtime
112
101
  version_requirements: *id005
113
102
  - !ruby/object:Gem::Dependency
@@ -118,14 +107,12 @@ dependencies:
118
107
  requirements:
119
108
  - - "="
120
109
  - !ruby/object:Gem::Version
121
- hash: 15424035
110
+ hash: 19
122
111
  segments:
123
112
  - 0
124
113
  - 3
125
114
  - 0
126
- - rc
127
- - 3
128
- version: 0.3.0.rc3
115
+ version: 0.3.0
129
116
  type: :runtime
130
117
  version_requirements: *id006
131
118
  description: OmniAuth is an authentication framework that separates the concept of authentiation from the concept of identity, providing simple hooks for any application to have one or multiple authentication providers for a user.
@@ -143,6 +130,7 @@ files:
143
130
  - lib/omniauth.rb
144
131
  - README.md
145
132
  - LICENSE.md
133
+ has_rdoc: true
146
134
  homepage: http://github.com/intridea/omniauth
147
135
  licenses: []
148
136
 
@@ -163,18 +151,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
151
  required_rubygems_version: !ruby/object:Gem::Requirement
164
152
  none: false
165
153
  requirements:
166
- - - ">"
154
+ - - ">="
167
155
  - !ruby/object:Gem::Version
168
- hash: 25
156
+ hash: 23
169
157
  segments:
170
158
  - 1
171
159
  - 3
172
- - 1
173
- version: 1.3.1
160
+ - 6
161
+ version: 1.3.6
174
162
  requirements: []
175
163
 
176
164
  rubyforge_project:
177
- rubygems_version: 1.8.10
165
+ rubygems_version: 1.6.2
178
166
  signing_key:
179
167
  specification_version: 3
180
168
  summary: Rack middleware for standardized multi-provider authentication