oa-codeschool 0.0.1 → 0.0.2
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/oa-codeschool/version.rb +1 -1
- data/oa-codeschool.gemspec +1 -1
- metadata +6 -6
data/oa-codeschool.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.description = 'Provides an OmniAuth strategy for OAuth2 on CodeSchool.com'
|
|
14
14
|
s.licenses = ['MIT']
|
|
15
15
|
|
|
16
|
-
s.add_runtime_dependency('oa-oauth', ['= 0.2.0.
|
|
16
|
+
s.add_runtime_dependency('oa-oauth', ['= 0.2.0.beta1'])
|
|
17
17
|
s.add_runtime_dependency('multi_json', ['>= 0'])
|
|
18
18
|
s.add_runtime_dependency('activesupport', ['>= 0'])
|
|
19
19
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oa-codeschool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Eric Allam
|
|
@@ -25,14 +25,14 @@ dependencies:
|
|
|
25
25
|
requirements:
|
|
26
26
|
- - "="
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
hash:
|
|
28
|
+
hash: 62196353
|
|
29
29
|
segments:
|
|
30
30
|
- 0
|
|
31
31
|
- 2
|
|
32
32
|
- 0
|
|
33
33
|
- beta
|
|
34
|
-
-
|
|
35
|
-
version: 0.2.0.
|
|
34
|
+
- 1
|
|
35
|
+
version: 0.2.0.beta1
|
|
36
36
|
type: :runtime
|
|
37
37
|
version_requirements: *id001
|
|
38
38
|
- !ruby/object:Gem::Dependency
|