oa-openid 0.3.0.rc3 → 0.3.0

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.
Files changed (2) hide show
  1. data/lib/omniauth/version.rb +1 -1
  2. metadata +13 -15
@@ -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: oa-openid
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-core
@@ -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
@@ -205,6 +202,7 @@ files:
205
202
  - spec/omniauth/strategies/google_hybrid_spec.rb
206
203
  - spec/omniauth/strategies/open_id_spec.rb
207
204
  - spec/spec_helper.rb
205
+ has_rdoc: true
208
206
  homepage: http://github.com/intridea/omniauth
209
207
  licenses: []
210
208
 
@@ -225,18 +223,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
225
223
  required_rubygems_version: !ruby/object:Gem::Requirement
226
224
  none: false
227
225
  requirements:
228
- - - ">"
226
+ - - ">="
229
227
  - !ruby/object:Gem::Version
230
- hash: 25
228
+ hash: 23
231
229
  segments:
232
230
  - 1
233
231
  - 3
234
- - 1
235
- version: 1.3.1
232
+ - 6
233
+ version: 1.3.6
236
234
  requirements: []
237
235
 
238
236
  rubyforge_project:
239
- rubygems_version: 1.8.10
237
+ rubygems_version: 1.6.2
240
238
  signing_key:
241
239
  specification_version: 3
242
240
  summary: OpenID strategies for OmniAuth.