devise_rpx_connectable 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -26,7 +26,7 @@ Please note that this is an unofficial library. It is neither affiliated with, n
26
26
 
27
27
  h2. Dependencies
28
28
 
29
- Devise RPX Connectable should be compatible with the latest Rails and Devise versions (currently Rails 3.0 and Devise 1.2).
29
+ Devise RPX Connectable should be compatible with the latest Rails and Devise versions (currently Rails 3.0 and Devise 1.1.2).
30
30
 
31
31
  IMPORTANT : This gem is now ONLY COMPATIBLE with Rails 3, if you want to use it with Rails 2, please use version 0.1.3.
32
32
 
data/Rakefile CHANGED
@@ -20,8 +20,8 @@ begin
20
20
 
21
21
  spec.files = FileList['[A-Z]*', File.join(*%w[{lib,rails} ** *]).to_s]
22
22
 
23
- spec.add_dependency 'devise', '>= 1.2.0'
24
- spec.add_dependency 'rpx_now', '>= 0.6.19'
23
+ spec.add_dependency 'devise', '>= 1.1.2'
24
+ spec.add_dependency 'rpx_now', '>= 0.6.23'
25
25
  end
26
26
  Jeweler::GemcutterTasks.new
27
27
  rescue LoadError
@@ -1,6 +1,6 @@
1
1
  module Devise
2
2
  module RpxConnectable
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_rpx_connectable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nicolas Blanco
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 31
29
+ hash: 23
30
30
  segments:
31
31
  - 1
32
+ - 1
32
33
  - 2
33
- - 0
34
- version: 1.2.0
34
+ version: 1.1.2
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -42,12 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- hash: 33
45
+ hash: 41
46
46
  segments:
47
47
  - 0
48
48
  - 6
49
- - 19
50
- version: 0.6.19
49
+ - 23
50
+ version: 0.6.23
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  description: Devise << RPX