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.
- data/lib/omniauth/version.rb +1 -1
- metadata +11 -11
data/lib/omniauth/version.rb
CHANGED
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 19
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
9
|
- 0
|
|
10
|
-
|
|
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-
|
|
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:
|
|
168
|
+
hash: 23
|
|
169
169
|
segments:
|
|
170
170
|
- 1
|
|
171
171
|
- 3
|
|
172
|
-
-
|
|
173
|
-
version: 1.3.
|
|
172
|
+
- 6
|
|
173
|
+
version: 1.3.6
|
|
174
174
|
requirements: []
|
|
175
175
|
|
|
176
176
|
rubyforge_project:
|
|
177
|
-
rubygems_version: 1.
|
|
177
|
+
rubygems_version: 1.6.2
|
|
178
178
|
signing_key:
|
|
179
179
|
specification_version: 3
|
|
180
180
|
summary: Core strategies for OmniAuth.
|