oa-more 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 +13 -15
data/lib/omniauth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oa-more
|
|
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: multi_json
|
|
@@ -44,14 +43,12 @@ dependencies:
|
|
|
44
43
|
requirements:
|
|
45
44
|
- - "="
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
|
-
hash:
|
|
46
|
+
hash: 19
|
|
48
47
|
segments:
|
|
49
48
|
- 0
|
|
50
49
|
- 3
|
|
51
50
|
- 0
|
|
52
|
-
|
|
53
|
-
- 3
|
|
54
|
-
version: 0.3.0.rc3
|
|
51
|
+
version: 0.3.0
|
|
55
52
|
type: :runtime
|
|
56
53
|
version_requirements: *id002
|
|
57
54
|
- !ruby/object:Gem::Dependency
|
|
@@ -219,6 +216,7 @@ files:
|
|
|
219
216
|
- spec/omniauth/strategies/draugiem_spec.rb
|
|
220
217
|
- spec/omniauth/strategies/last_fm_spec.rb
|
|
221
218
|
- spec/spec_helper.rb
|
|
219
|
+
has_rdoc: true
|
|
222
220
|
homepage: http://github.com/intridea/omniauth
|
|
223
221
|
licenses: []
|
|
224
222
|
|
|
@@ -239,18 +237,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
239
237
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
238
|
none: false
|
|
241
239
|
requirements:
|
|
242
|
-
- - "
|
|
240
|
+
- - ">="
|
|
243
241
|
- !ruby/object:Gem::Version
|
|
244
|
-
hash:
|
|
242
|
+
hash: 23
|
|
245
243
|
segments:
|
|
246
244
|
- 1
|
|
247
245
|
- 3
|
|
248
|
-
-
|
|
249
|
-
version: 1.3.
|
|
246
|
+
- 6
|
|
247
|
+
version: 1.3.6
|
|
250
248
|
requirements: []
|
|
251
249
|
|
|
252
250
|
rubyforge_project:
|
|
253
|
-
rubygems_version: 1.
|
|
251
|
+
rubygems_version: 1.6.2
|
|
254
252
|
signing_key:
|
|
255
253
|
specification_version: 3
|
|
256
254
|
summary: Additional strategies for OmniAuth.
|