phcdevworks_accounts 2.0.0 → 2.0.1

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: 6d797d98c20d648b31acba248ef3513ba3bd8feeb8c4792e923fa1f76e4b1d7a
4
- data.tar.gz: 1bd92451779dd6651fa05f8083ec89739c962fc7b3cab078488e9df37e5c0155
3
+ metadata.gz: 7e083bdd502599f6ab21c4586eb3bffa5d8b02beb4a34547576a3a9e91621348
4
+ data.tar.gz: 35903512dcc4f9be163fc604ded80119d9e38462b56c82d0b9774e77e07a55e1
5
5
  SHA512:
6
- metadata.gz: 14c9dcc7d62988a43ed697f55abbf4c014c47626c308ba315fa452bd4f469f846f1197b170c15dfa68c551dda259178a0e5bac1ca395ae6d4dacc2b7b68625cb
7
- data.tar.gz: 755d9b159fe444356b93837ad8d1b6de3264c11b5c465c5a19ae6f967bfbbb56fb214d2bd9adc6f527a413357159f9a12468f7ba54f9eced2fb0b9af08036a5f
6
+ metadata.gz: 05e0858b47eeb7eedc68712a2783bf24d6c572853c5146c8d3771f8dd4b57e828766f48c2a61b4edb347ca769372709f23ecb47f41a6b8190ad30f0d64fdcc98
7
+ data.tar.gz: 9dba58522271d0f9fcbeabe109f5dceaf5d05140a434464963ac1170fe40442f228999cec932e8ca5bc22175d64373ea966cef3ca2c3c1db0109ca1d9585dca7
@@ -39,8 +39,8 @@ class DeviseCreatePhcdevworksAccountsUsers < ActiveRecord::Migration[6.0]
39
39
 
40
40
  add_index :phcdevworks_accounts_users, :email, unique: true
41
41
  add_index :phcdevworks_accounts_users, :reset_password_token, unique: true
42
- # add_index :phcdevworks_accounts_users, :confirmation_token, unique: true
43
- # add_index :phcdevworks_accounts_users, :unlock_token, unique: true
42
+ add_index :phcdevworks_accounts_users, :confirmation_token, unique: true
43
+ add_index :phcdevworks_accounts_users, :unlock_token, unique: true
44
44
 
45
45
  end
46
46
  end
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccounts
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_accounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-19 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails