web47core 1.0.6 → 1.0.7

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: 7f9275f3f097ae096f3de33a7b387e107d1a0e08fa01ae37d369a22e814db22d
4
- data.tar.gz: 3a2080a56ef021eccb2e398ec51f9c1bd474450924c00e1b8a0f82ad6fd13473
3
+ metadata.gz: 9e47d367b65524e64ca9fdfe7a20cd32913601f00e65cde6dd64b123731de01c
4
+ data.tar.gz: 82673c3c6a38c473e6207d14cbd5c6a7f7795e4aca35ae334884e08a9a2e2690
5
5
  SHA512:
6
- metadata.gz: 9d7013d8e16ae68be5adfe2f8b38a9536d8acb4fda7b7907f0afe1d41c0fcda941a86bcef4c021d079211907c6a9081cdc22a5744eb6f7042fc94a9169edb0d4
7
- data.tar.gz: 36bc38a23ee63292623e95d32035d9b7962ff1070c71f91d424ea62a65393f704bdee0544c9fad97ce0f0f1f2495e700559c5b61f9a9a81401d4e02adb3b19e5
6
+ metadata.gz: 60930a3608223f8ddf7f93f51206c8f2a8ab7779b59a022dc32489edf02f838e91b7ec1f620b005bd784c2ae609c9d53d8028f1c2332f03f3ff587601920cbe0
7
+ data.tar.gz: 238254a8922918c08ea3074fb70af71b0c9e8f01ac9567b689a2d6d696655e220feff73e6c605e53102aa5422c4827040742d6a366b5338cdbc6e399262add81
@@ -4,7 +4,7 @@
4
4
  # The security will lie in the key that is offered by the object. By default it will be the ID of the object
5
5
  # however it should really use be combined with some other known value like account.id or something
6
6
  #
7
- module SecurePassword
7
+ module EncryptedPassword
8
8
  extend ActiveSupport::Concern
9
9
  #
10
10
  # Base class extension
@@ -11,7 +11,7 @@ require 'app/models/concerns/switchboard_able'
11
11
  require 'app/models/concerns/core_system_configuration'
12
12
  require 'app/models/concerns/core_account'
13
13
  require 'app/models/concerns/secure_fields'
14
- require 'app/models/concerns/secure_password'
14
+ require 'app/models/concerns/encrypted_password'
15
15
  require 'app/models/delayed_job'
16
16
  require 'app/models/redis_configuration'
17
17
  require 'app/models/notification'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '1.0.6'
4
+ VERSION = '1.0.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web47core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Schroeder
@@ -637,10 +637,10 @@ files:
637
637
  - lib/app/models/concerns/core_account.rb
638
638
  - lib/app/models/concerns/core_system_configuration.rb
639
639
  - lib/app/models/concerns/email_able.rb
640
+ - lib/app/models/concerns/encrypted_password.rb
640
641
  - lib/app/models/concerns/role_able.rb
641
642
  - lib/app/models/concerns/search_able.rb
642
643
  - lib/app/models/concerns/secure_fields.rb
643
- - lib/app/models/concerns/secure_password.rb
644
644
  - lib/app/models/concerns/standard_model.rb
645
645
  - lib/app/models/concerns/switchboard_able.rb
646
646
  - lib/app/models/concerns/time_zone_able.rb