auther 16.1.0 → 16.2.0
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/app/controllers/auther/base_controller.rb +1 -1
- data/auther.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 764d8b4957562466339125f0929da2aa11d32449c50649895226f1315ea60428
|
|
4
|
+
data.tar.gz: 8783c1aa96cecfdaccdc1a068e0a2714d1f434f58e22713adbd44fbafae35314
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ac3512fc89ff343857c67a9def7156448afe1b6fe962f946a829f39f6be27baf290b784c224a2d1debc84f50fee4e3a6bfd36239d7308b8c95da1d0140790c5
|
|
7
|
+
data.tar.gz: 4ba82eb601f5286ccfd6a54b559b4240f889cdf29b8709191c08154af755c6bf46e52dda4f00c4441d73de876d556c0eff47de48cfe0f23c7bbbbca87ee5379f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -55,7 +55,7 @@ module Auther
|
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
def new_template_path
|
|
58
|
-
fail
|
|
58
|
+
fail NoMethodError, "The method, #new_template_path, is not implemented."
|
|
59
59
|
end
|
|
60
60
|
|
|
61
61
|
def authorized_url(account) = session["auther_redirect_url"] || account.authorized_url || "/"
|
data/auther.gemspec
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: auther
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.
|
|
4
|
+
version: 16.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2024-
|
|
38
|
+
date: 2024-04-21 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rails
|
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0'
|
|
123
123
|
requirements: []
|
|
124
|
-
rubygems_version: 3.5.
|
|
124
|
+
rubygems_version: 3.5.9
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: Enhances Rails with multi-account, form-based, database-less, application-wide
|
metadata.gz.sig
CHANGED
|
Binary file
|