eac_users_support 0.8.5 → 0.8.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a5aaf4cb2fd041b0053bedaab02b2f9e2aa186faa5daa6c009ddb7338fd2674
|
|
4
|
+
data.tar.gz: 12a1606f2045da7bcf485f52bd4d3b7c4b626064969849a2e2cb2d995102d780
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a7c6d2578f89ed128f4451ce5278ab2c86c222dc6660ad7cf333e22031cfc061ed58c763c8035a4e19f0d0d2cd213a2327749330ff32c962e9a88c459816339
|
|
7
|
+
data.tar.gz: b045715e4df6a53922c77c47685029f3bdd4e5b64849972d3799402be5d0d6224e710946c92831f2db4549934419cf13b1f1caf7b2f67eb6b4d9b992ef9cdb11
|
|
@@ -14,9 +14,10 @@ module EacUsersSupport
|
|
|
14
14
|
type: :member, method: :put, position: false,
|
|
15
15
|
label: ::I18n.t(:'eac_users_support.password_reset.action')
|
|
16
16
|
conf.columns.exclude :encrypted_password
|
|
17
|
-
%w[create update
|
|
17
|
+
%w[create update].each do |action|
|
|
18
18
|
conf.send(action).columns.exclude :remember_created_at
|
|
19
19
|
end
|
|
20
|
+
conf.list.columns = %i[email administrator created_at confirmed_at]
|
|
20
21
|
end
|
|
21
22
|
|
|
22
23
|
def password_reset
|
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.8.
|
|
4
|
+
version: 0.8.6
|
|
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: 2020-
|
|
11
|
+
date: 2020-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: active_scaffold
|