devise_aaf_rc_authenticatable 0.0.6 → 0.0.7
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f16d0b1ebf68f448e58d2658250f99aba4b240e
|
|
4
|
+
data.tar.gz: 52251de15431d83da98c3ccdb7ba7ae7a29b9419
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05a1765d6f31849f51963d4c8af86edd07aa161538ee98293fa74a99fe0429f980026f6ec06a9c0e219d639f6f7f56ea8cc3026ba451bd19eb736f874076b999
|
|
7
|
+
data.tar.gz: 24e5f90505b998671887f7151bdbe7cc3c3b309e5b0ff4d117524939814f2488103633b23c2c227f2edd6730f59b631964e30272b429839d2b04817252ee74d1
|
data/Rakefile
CHANGED
|
@@ -33,7 +33,7 @@ begin
|
|
|
33
33
|
gemspec.homepage = "http://github.com/IntersectAustralia/devise_aaf_rc_authenticatable"
|
|
34
34
|
gemspec.authors = ["Gabriel Gasser Noblia", "Shuqian Hon", "Daniel Theodosius", "Jake Farrell"]
|
|
35
35
|
gemspec.add_runtime_dependency "devise", ">= 2.2.4"
|
|
36
|
-
gemspec.version = "0.0.
|
|
36
|
+
gemspec.version = "0.0.7"
|
|
37
37
|
end
|
|
38
38
|
Jeweler::GemcutterTasks.new
|
|
39
39
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.7
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: devise_aaf_rc_authenticatable 0.0.
|
|
5
|
+
# stub: devise_aaf_rc_authenticatable 0.0.7 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "devise_aaf_rc_authenticatable"
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.7"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|