eac_users_support 0.9.7 → 0.9.8

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: 4c6619600df896cfb5764f815f7ea12a48b03ff1e0c5f8c2761a81c8b1f5e331
4
- data.tar.gz: a52b0bf77f0159b6785c03ee83d76006433ac2af772e804bdc2bd3aa92ef5c63
3
+ metadata.gz: 2cf5c518f68ffd13a4d804b880b7ee1514ea710f154ce9d74883aa7f72960906
4
+ data.tar.gz: 053236fe9f91eae8a435fcddbed7a9548d3ad4a5701ed22f6f38862894fd3f63
5
5
  SHA512:
6
- metadata.gz: b852ea2614cb48f36fd190417a3bb99662a8870ac00e4be66a36b7f8727cd52b37b982ce05a7f5151e1a832e15c52fcd361a66da296079d7b1299efb0d69934d
7
- data.tar.gz: e5fe4adffd145875058b0b505b760120476e5274e46c33074ffecc354123269f9472253dad022efbbe3a31041d023d447225d519418004eb0dc8767d9effad57
6
+ metadata.gz: a067c2beb549f08633cf0e76b14ccc83cf71e9a9113351371b3c613d1e9a3728ce51f39a108bcd99118592e8272adda72076d0f01db73abf44cb667ae3cd6250
7
+ data.tar.gz: fac57216b16cbc35ccbe66502e5f5a44588ea4d7989feed53e16327660b75e36848353a44fb4f63101f68c1fd8a93f19b54c0e7ca80410b6b52b246d6dc71046
@@ -13,6 +13,7 @@ module EacUsersSupport
13
13
  conf.action_links.add :password_reset,
14
14
  type: :member, method: :put, position: false,
15
15
  label: ::I18n.t(:'eac_users_support.password_reset.action')
16
+ conf.columns = %i[email administrator created_at confirmed_at]
16
17
  conf.columns.exclude :encrypted_password
17
18
  %w[create update].each do |action|
18
19
  conf.send(action).columns.exclude :remember_created_at
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacUsersSupport
4
- VERSION = '0.9.7'
4
+ VERSION = '0.9.8'
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.7
4
+ version: 0.9.8
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-09-05 00:00:00.000000000 Z
11
+ date: 2021-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise