oa-codeschool 0.0.2 → 0.0.3

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.2'
3
+ CODE_SCHOOL_VERSION = '0.0.3'
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.beta1'])
16
+ s.add_runtime_dependency('omniauth', ['= 0.2.0.beta3'])
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Allam
@@ -18,21 +18,21 @@ cert_chain: []
18
18
  date: 2011-04-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- name: oa-oauth
21
+ name: omniauth
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
26
  - - "="
27
27
  - !ruby/object:Gem::Version
28
- hash: 62196353
28
+ hash: 62196357
29
29
  segments:
30
30
  - 0
31
31
  - 2
32
32
  - 0
33
33
  - beta
34
- - 1
35
- version: 0.2.0.beta1
34
+ - 3
35
+ version: 0.2.0.beta3
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  - !ruby/object:Gem::Dependency