oa-codeschool 0.0.4 → 0.0.5

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.5
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Strategies
3
- CODE_SCHOOL_VERSION = '0.0.4'
3
+ CODE_SCHOOL_VERSION = '0.0.5'
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('omniauth', ['= 0.2.0.beta3'])
16
+ s.add_runtime_dependency('omniauth', ['~> 0.2.5'])
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Allam
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-15 00:00:00 Z
18
+ date: 2011-05-06 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: omniauth
@@ -23,16 +23,14 @@ dependencies:
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: 62196357
28
+ hash: 29
29
29
  segments:
30
30
  - 0
31
31
  - 2
32
- - 0
33
- - beta
34
- - 3
35
- version: 0.2.0.beta3
32
+ - 5
33
+ version: 0.2.5
36
34
  type: :runtime
37
35
  version_requirements: *id001
38
36
  - !ruby/object:Gem::Dependency