revise_auth-jets 0.2.2 → 0.2.4
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7a1ffd203ee63755e312b3e2935e3b9bc37cd0ffe4c440b89312dd03dc4011c
|
|
4
|
+
data.tar.gz: 26151a499447020789c443d358926790686d2c48e841eb8dd6d5fb989c42c4de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 714ca45cac1021f445084b24a2719c4ff2981378c85151a22096220e3e67430f514ced871372ad12c49bef9f225509f844f0f71566fbaca992604159d9a75355
|
|
7
|
+
data.tar.gz: d6b6a4d59eb5ccb545adbc8b419af6d30c00081d92efa5af8cbca439e4eaa540232e432d982bb3364c1e146585b1a815ba65283c7f8794e7df35022be7b5f772
|
|
@@ -23,7 +23,7 @@ module ReviseAuth
|
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
def add_revise_auth_model
|
|
26
|
-
prepend_to_file model_path, "require 'revise_auth'\n"
|
|
26
|
+
prepend_to_file model_path, "require 'revise_auth-jets'\n"
|
|
27
27
|
inject_into_class model_path, class_name, " include ReviseAuth::Model\n"
|
|
28
28
|
end
|
|
29
29
|
|
data/lib/revise_auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: revise_auth-jets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremiah Parrack
|
|
@@ -58,7 +58,7 @@ files:
|
|
|
58
58
|
- lib/generators/revise_auth/model_generator.rb
|
|
59
59
|
- lib/generators/revise_auth/templates/README
|
|
60
60
|
- lib/generators/revise_auth/views_generator.rb
|
|
61
|
-
- lib/revise_auth.rb
|
|
61
|
+
- lib/revise_auth-jets.rb
|
|
62
62
|
- lib/revise_auth/authentication.rb
|
|
63
63
|
- lib/revise_auth/backports.rb
|
|
64
64
|
- lib/revise_auth/current.rb
|
|
File without changes
|