eac_users_support 0.9.2 → 0.9.3

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: e51cc0f1cf5316bd7762738f6e2306abbf135a76c47db71d302b6a59229c5d41
4
- data.tar.gz: 635e0a4e0ed7074349e2425e5378685141980a5072c0fde413d557d6fd4c2f48
3
+ metadata.gz: cf856f1cb87fc237312fa89ea9483b404f4fee5f5abb6b12d2f8ba9dcd88e509
4
+ data.tar.gz: b10bacd8a8d92adb3e6e0e71c9c71956866a5da4238c517b4307b306895038b7
5
5
  SHA512:
6
- metadata.gz: 76afa7764fe537060fecf6efdebcd5f40facbff1487ca2b84845b9bf11465f3ed3a9944541fad35500e69daa87cbe87a297540e8a275b7955396c2cde7ab50e3
7
- data.tar.gz: a448130cf7378f46bd3585e84e55400963b4ba02e170dcead23c0e1ad79534b0415c99a097f9116f1b3810f1fe9d2d9496b815598b8a4eb7726cecb5b90f2bce
6
+ metadata.gz: f7c40bd18998ec6d4c9445a64aff9f289afd14d03ebc42cc4bb3ebe79edb0b9f153d5a70b90b9304365aee9977f90fcd638641ffbf463c944c37b9910971517e
7
+ data.tar.gz: f071ce7a6b4b19f32a8ca4b20d93f2200691f871400692d24aa7f9ee9d2f4efd20d34aa6e3965ec5a65447ec629c0e05a5f7f56b0d98d922c87634463dd75bd8
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacUsersSupport
4
- class ApplicationController < ::ApplicationController
4
+ class ApplicationController < (
5
+ defined?(::ApplicationController) ? ::ApplicationController : ::ActionController::Base
6
+ )
5
7
  end
6
8
  end
@@ -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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacUsersSupport
4
- VERSION = '0.9.2'
4
+ VERSION = '0.9.3'
5
5
  end
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.2
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-15 00:00:00.000000000 Z
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