oa-codeschool 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Strategies
3
- CODE_SCHOOL_VERSION = '0.0.1'
3
+ CODE_SCHOOL_VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -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.beta3'])
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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: 62196357
28
+ hash: 62196353
29
29
  segments:
30
30
  - 0
31
31
  - 2
32
32
  - 0
33
33
  - beta
34
- - 3
35
- version: 0.2.0.beta3
34
+ - 1
35
+ version: 0.2.0.beta1
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  - !ruby/object:Gem::Dependency