eac_users_support 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf856f1cb87fc237312fa89ea9483b404f4fee5f5abb6b12d2f8ba9dcd88e509
|
4
|
+
data.tar.gz: b10bacd8a8d92adb3e6e0e71c9c71956866a5da4238c517b4307b306895038b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7c40bd18998ec6d4c9445a64aff9f289afd14d03ebc42cc4bb3ebe79edb0b9f153d5a70b90b9304365aee9977f90fcd638641ffbf463c944c37b9910971517e
|
7
|
+
data.tar.gz: f071ce7a6b4b19f32a8ca4b20d93f2200691f871400692d24aa7f9ee9d2f4efd20d34aa6e3965ec5a65447ec629c0e05a5f7f56b0d98d922c87634463dd75bd8
|
@@ -0,0 +1,20 @@
|
|
1
|
+
en:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
eac_users_support/user:
|
5
|
+
administrator: Administrator
|
6
|
+
current_password: Current password
|
7
|
+
email: E-mail
|
8
|
+
encrypted_password: Encrypted password
|
9
|
+
password: Password
|
10
|
+
password_confirmation: Password confirmation
|
11
|
+
remember_me: Remember me
|
12
|
+
models:
|
13
|
+
eac_users_support/user:
|
14
|
+
one: User
|
15
|
+
other: Users
|
16
|
+
eac_users_support:
|
17
|
+
password_reset:
|
18
|
+
action: Reset password
|
19
|
+
successful: User %{user}'s password updated to "%{password}".
|
20
|
+
failed: Faled to update user %{user}'s password.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eac_users_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esquilo Azul Company
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_scaffold
|
@@ -143,6 +143,7 @@ files:
|
|
143
143
|
- config/locales/devise.pt-BR.yml
|
144
144
|
- config/locales/devise_invitable.en.yml
|
145
145
|
- config/locales/devise_invitable.pt-BR.yml
|
146
|
+
- config/locales/en.yml
|
146
147
|
- config/locales/pt-BR.yml
|
147
148
|
- config/routes.rb
|
148
149
|
- db/migrate/20160605013848_create_eac_users_support_users.rb
|