devise_invitable 2.0.11 → 2.0.12

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: a263d9bc51640e4273d49fd5d0686846f63a34de6a0797911ec58e815755d7d4
4
- data.tar.gz: 42dcd68e6d8a6a6d8a2743c6ec25fb67df90cf5c71cef428cd3cb18b31f5c60d
3
+ metadata.gz: 73e4a8fc4cdc87b6f5397619a737fe13c6376b9534bf9ba810d9e2355bc2b588
4
+ data.tar.gz: 8dac212d256560b1cafff5e9193ffe72ddb988e52cb232a630668ac883d1b4ff
5
5
  SHA512:
6
- metadata.gz: 44fe0e4475b942b20e1f585b5111cfbd7d8b75bbdde114f3f458e096dfb42897835d45241aacb350375b1d8411c4cf9aa722e8c75bf3dc7c213d062383260c13
7
- data.tar.gz: 743a42de1fed41acb8ae93136bfae43ee3ead471478b067993a86b5631db3b859d28a67d851f3b6417bd86cac48fda3e46f6250caf17a9ac4fdaa9df58f21a3a
6
+ metadata.gz: 359b97a7be863db6e484282887e075723011b5d06fd38a02f7e5a761872a6a002838776bd46c082c3f94360f53e2248a8432a5a7cabdae6ba7d457db42ef7168
7
+ data.tar.gz: 848f10d801857bdb53d64348c3492a7d2e227611deab7d62d54af567eb03310787a4f2533b2366c236e0e54b701aa32642ee9f084aaa26ea44145ea8bd44ad2e
@@ -22,10 +22,10 @@ it:
22
22
  someone_invited_you: "Qualcuno ti ha invitato a %{url}, accetta tramite il link qua sotto."
23
23
  accept: "Accetta l'invito"
24
24
  accept_until: "L'invito sarà valido fino a %{due_date}."
25
- ignore: "Se non si desidera accettare l'invito si prega di ignorare la presente email.<br />L'account non sarà creato finché non verrà impostata la password (v. link sotto)."
25
+ ignore: "Se non si desidera accettare l'invito si prega di ignorare la presente email.<br />L'account non sarà creato finché non verrà impostata la password tramite il link precedente."
26
26
  time:
27
27
  formats:
28
28
  devise:
29
29
  mailer:
30
30
  invitation_instructions:
31
- accept_until_format: "%B %d, %Y %I:%M %p"
31
+ accept_until_format: "%B %d, %Y %I:%M %p"
@@ -1,4 +1,4 @@
1
- pt_BR:
1
+ pt-BR:
2
2
  devise:
3
3
  failure:
4
4
  invited: 'Você tem um convite pendente, aceite para finalizar sua conta.'
@@ -20,4 +20,4 @@ pt_BR:
20
20
  hello: 'Olá %{email}'
21
21
  someone_invited_you: 'Alguém convidou você para acessar %{url}, você pode aceitar o convite através do link abaixo.'
22
22
  accept: 'Aceitar convite'
23
- ignore: "Se você não quer aceitar esse convite, por favor ignore esse e-mail.<br />Sua conta não será criada até você acessar o link abaixo e escolher sua senha."
23
+ ignore: "Se você não quer aceitar esse convite, por favor ignore esse e-mail.<br />Sua conta não será criada até você acessar o link abaixo e escolher sua senha."
@@ -1,3 +1,3 @@
1
1
  module DeviseInvitable
2
- VERSION = '2.0.11'.freeze
2
+ VERSION = '2.0.12'.freeze
3
3
  end
data/test/test_helper.rb CHANGED
@@ -33,3 +33,9 @@ class ActionController::TestCase
33
33
  self.use_transactional_tests = true
34
34
  end
35
35
  end
36
+
37
+ # This is a workaround for the issue with Rails 8.0 and lazy loading of routes.
38
+ # see: https://github.com/heartcombo/devise/issues/5705
39
+ if Rails.gem_version >= Gem::Version.new('8.0')
40
+ Rails.application.routes_reloader.execute_unless_loaded
41
+ end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_invitable
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.11
4
+ version: 2.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Cambra
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-05-23 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: actionmailer
@@ -171,7 +170,6 @@ homepage: https://github.com/scambra/devise_invitable
171
170
  licenses:
172
171
  - MIT
173
172
  metadata: {}
174
- post_install_message:
175
173
  rdoc_options:
176
174
  - "--main"
177
175
  - README.md
@@ -189,8 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
187
  - !ruby/object:Gem::Version
190
188
  version: '0'
191
189
  requirements: []
192
- rubygems_version: 3.5.11
193
- signing_key:
190
+ rubygems_version: 3.6.9
194
191
  specification_version: 4
195
192
  summary: An invitation strategy for Devise
196
193
  test_files: