devise_rpx_connectable 0.2.0 → 0.2.1
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/README.textile +1 -1
- data/Rakefile +2 -2
- data/lib/devise_rpx_connectable/version.rb +1 -1
- metadata +9 -9
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
|
24
|
-
spec.add_dependency 'rpx_now', '>= 0.6.
|
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
|
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
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:
|
29
|
+
hash: 23
|
30
30
|
segments:
|
31
31
|
- 1
|
32
|
+
- 1
|
32
33
|
- 2
|
33
|
-
|
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:
|
45
|
+
hash: 41
|
46
46
|
segments:
|
47
47
|
- 0
|
48
48
|
- 6
|
49
|
-
-
|
50
|
-
version: 0.6.
|
49
|
+
- 23
|
50
|
+
version: 0.6.23
|
51
51
|
type: :runtime
|
52
52
|
version_requirements: *id002
|
53
53
|
description: Devise << RPX
|