devise_oauth2_providable 0.3.5 → 0.3.6

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/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use ree-1.8.7-2011.03@devise_oauth2_providable --create
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.rubyforge_project = "devise_oauth2_providable"
16
16
 
17
17
  s.add_runtime_dependency(%q<rails>, [">= 3.0.7"])
18
- s.add_runtime_dependency(%q<devise>, ["~> 1.3.3"])
18
+ s.add_runtime_dependency(%q<devise>, [">= 1.3.3"])
19
19
  s.add_runtime_dependency(%q<rack-oauth2>, ["~> 0.6.3"])
20
20
  s.add_development_dependency(%q<rspec>, ['>= 2.5.0'])
21
21
 
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module Oauth2Providable
3
- VERSION = "0.3.5"
3
+ VERSION = "0.3.6"
4
4
  end
5
5
  end
@@ -1,15 +1,15 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'rails', '3.0.7'
3
+ gem 'rails', '3.0.9'
4
4
  gem 'rspec-rails', '2.6.0'
5
5
  gem 'devise_oauth2_providable', :path => '../../'
6
6
  gem 'shoulda-matchers', '1.0.0.beta2'
7
- gem 'ruby-debug'
7
+ gem 'sqlite3', '1.3.3'
8
+ gem 'ruby-debug', '0.10.4'
8
9
 
9
10
  # Bundle edge Rails instead:
10
11
  # gem 'rails', :git => 'git://github.com/rails/rails.git'
11
12
 
12
- gem 'sqlite3'
13
13
 
14
14
  # Use unicorn as the web server
15
15
  # gem 'unicorn'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_oauth2_providable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 5
10
- version: 0.3.5
9
+ - 6
10
+ version: 0.3.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Sonnek
@@ -39,7 +39,7 @@ dependencies:
39
39
  requirement: &id002 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
- - - ~>
42
+ - - ">="
43
43
  - !ruby/object:Gem::Version
44
44
  hash: 29
45
45
  segments:
@@ -93,6 +93,7 @@ extra_rdoc_files: []
93
93
  files:
94
94
  - .gitignore
95
95
  - .rspec
96
+ - .rvmrc
96
97
  - CONTRIBUTORS.txt
97
98
  - Gemfile
98
99
  - LICENSE.txt
@@ -212,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
213
  requirements: []
213
214
 
214
215
  rubyforge_project: devise_oauth2_providable
215
- rubygems_version: 1.8.1
216
+ rubygems_version: 1.8.5
216
217
  signing_key:
217
218
  specification_version: 3
218
219
  summary: OAuth2 Provider for Rails3 applications