auther 16.5.0 → 16.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fc379ed5d6abe295c2a068ec0f7632ed4a0d3fe47a22bda15c6e6fbea806c6b
4
- data.tar.gz: ba119500d827b2f000d7478787c8df40258dafa7d419de216346745faed55ae7
3
+ metadata.gz: 93c8d9815c20701728f86ef9cd34018dadf4f0d84632be3fbf755981283cee86
4
+ data.tar.gz: 3b64292b896dfd9a9074af78031432f703d9e0fc90c8266c7b81e28d2b878805
5
5
  SHA512:
6
- metadata.gz: c4572900c5ca4ef2d160241b252f61961125cbcec5c60c775cc8c620ab5b05eee51a7e352a1d099a6da7328ace4bcc46971e5362403317d83a7a10e0492fcd79
7
- data.tar.gz: 561cfdd1120c39cb8f0e1a565c165f039a1e6c0f15b2a3cdd4c826e557045872114fe3fb0f13dca9afae8babcfd1c99e759105123c0a7d3427f72ff6489bdaec
6
+ metadata.gz: 0e3d491783bf9c91e5467c8830fc4d8ce892539d37308660bb69c63be18ef33e38dd6c006f5e0c14e427f95e1ff628e115d0dd9aa4ef09d3cbc6c0b668ea5d6c
7
+ data.tar.gz: 3a7dd86415020b388ebc119f1e3a085a1fd2084b7fd47dc8c127fdd922b9e93a9ef41f8d9c98122a3e6ccceb93fdd29a7f28e48e5485373dc87bd47ec176da4a
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -273,6 +273,8 @@ bin/rake
273
273
 
274
274
  == link:https://alchemists.io/policies/contributions[Contributions]
275
275
 
276
+ == link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]
277
+
276
278
  == link:https://alchemists.io/projects/auther/versions[Versions]
277
279
 
278
280
  == link:https://alchemists.io/community[Community]
@@ -54,10 +54,6 @@ module Auther
54
54
  end
55
55
  end
56
56
 
57
- def new_template_path
58
- fail NoMethodError, "The method, #new_template_path, is not implemented."
59
- end
60
-
61
57
  def authorized_url(account) = session["auther_redirect_url"] || account.authorized_url || "/"
62
58
 
63
59
  def deauthorized_url(account) = account.deauthorized_url || settings.url
@@ -7,7 +7,7 @@ module Auther
7
7
  before_action :load_title, :load_label
8
8
  before_action :load_account_options, only: %i[new create]
9
9
 
10
- private
10
+ protected
11
11
 
12
12
  def new_template_path = "auther/session/new"
13
13
  end
data/auther.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "auther"
5
- spec.version = "16.5.0"
5
+ spec.version = "16.6.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/auther"
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.metadata = {
14
14
  "bug_tracker_uri" => "https://github.com/bkuhlmann/auther/issues",
15
15
  "changelog_uri" => "https://alchemists.io/projects/auther/versions",
16
- "documentation_uri" => "https://alchemists.io/projects/auther",
16
+ "homepage_uri" => "https://alchemists.io/projects/auther",
17
17
  "funding_uri" => "https://github.com/sponsors/bkuhlmann",
18
18
  "label" => "Auther",
19
19
  "rubygems_mfa_required" => "true",
@@ -23,9 +23,9 @@ Gem::Specification.new do |spec|
23
23
  spec.signing_key = Gem.default_key_path
24
24
  spec.cert_chain = [Gem.default_cert_path]
25
25
 
26
- spec.required_ruby_version = "~> 3.3"
26
+ spec.required_ruby_version = ">= 3.3", "<= 3.4"
27
27
  spec.add_dependency "rails", "~> 7.1"
28
- spec.add_dependency "refinements", "~> 12.7"
28
+ spec.add_dependency "refinements", "~> 12.8"
29
29
 
30
30
  spec.files = Dir["*.gemspec", "app/**/*", "config/**/*", "lib/**/*"]
31
31
  spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
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.5.0
4
+ version: 16.6.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-08-17 00:00:00.000000000 Z
38
+ date: 2024-09-01 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: rails
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '12.7'
60
+ version: '12.8'
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '12.7'
67
+ version: '12.8'
68
68
  description:
69
69
  email:
70
70
  - brooke@alchemists.io
@@ -101,7 +101,7 @@ licenses:
101
101
  metadata:
102
102
  bug_tracker_uri: https://github.com/bkuhlmann/auther/issues
103
103
  changelog_uri: https://alchemists.io/projects/auther/versions
104
- documentation_uri: https://alchemists.io/projects/auther
104
+ homepage_uri: https://alchemists.io/projects/auther
105
105
  funding_uri: https://github.com/sponsors/bkuhlmann
106
106
  label: Auther
107
107
  rubygems_mfa_required: 'true'
@@ -112,16 +112,19 @@ require_paths:
112
112
  - lib
113
113
  required_ruby_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - "~>"
115
+ - - ">="
116
116
  - !ruby/object:Gem::Version
117
117
  version: '3.3'
118
+ - - "<="
119
+ - !ruby/object:Gem::Version
120
+ version: '3.4'
118
121
  required_rubygems_version: !ruby/object:Gem::Requirement
119
122
  requirements:
120
123
  - - ">="
121
124
  - !ruby/object:Gem::Version
122
125
  version: '0'
123
126
  requirements: []
124
- rubygems_version: 3.5.17
127
+ rubygems_version: 3.5.18
125
128
  signing_key:
126
129
  specification_version: 4
127
130
  summary: A multi-account, form-based, database-less, application-wide, Rails authenticator.
metadata.gz.sig CHANGED
Binary file