oa-core 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 +11 -11
@@ -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-core
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: rack-test
@@ -143,6 +142,7 @@ files:
143
142
  - spec/omniauth/core_spec.rb
144
143
  - spec/omniauth/strategy_spec.rb
145
144
  - spec/spec_helper.rb
145
+ has_rdoc: true
146
146
  homepage: http://github.com/intridea/omniauth
147
147
  licenses: []
148
148
 
@@ -163,18 +163,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements:
166
- - - ">"
166
+ - - ">="
167
167
  - !ruby/object:Gem::Version
168
- hash: 25
168
+ hash: 23
169
169
  segments:
170
170
  - 1
171
171
  - 3
172
- - 1
173
- version: 1.3.1
172
+ - 6
173
+ version: 1.3.6
174
174
  requirements: []
175
175
 
176
176
  rubyforge_project:
177
- rubygems_version: 1.8.10
177
+ rubygems_version: 1.6.2
178
178
  signing_key:
179
179
  specification_version: 3
180
180
  summary: Core strategies for OmniAuth.