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 +4 -4
- data/config/locales/it.yml +2 -2
- data/config/locales/pt-BR.yml +2 -2
- data/lib/devise_invitable/version.rb +1 -1
- data/test/test_helper.rb +6 -0
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73e4a8fc4cdc87b6f5397619a737fe13c6376b9534bf9ba810d9e2355bc2b588
|
|
4
|
+
data.tar.gz: 8dac212d256560b1cafff5e9193ffe72ddb988e52cb232a630668ac883d1b4ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 359b97a7be863db6e484282887e075723011b5d06fd38a02f7e5a761872a6a002838776bd46c082c3f94360f53e2248a8432a5a7cabdae6ba7d457db42ef7168
|
|
7
|
+
data.tar.gz: 848f10d801857bdb53d64348c3492a7d2e227611deab7d62d54af567eb03310787a4f2533b2366c236e0e54b701aa32642ee9f084aaa26ea44145ea8bd44ad2e
|
data/config/locales/it.yml
CHANGED
|
@@ -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
|
|
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"
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
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."
|
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.
|
|
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:
|
|
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.
|
|
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:
|