web47core 1.0.6 → 1.0.7
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: 9e47d367b65524e64ca9fdfe7a20cd32913601f00e65cde6dd64b123731de01c
|
|
4
|
+
data.tar.gz: 82673c3c6a38c473e6207d14cbd5c6a7f7795e4aca35ae334884e08a9a2e2690
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
7
|
+
module EncryptedPassword
|
|
8
8
|
extend ActiveSupport::Concern
|
|
9
9
|
#
|
|
10
10
|
# Base class extension
|
data/lib/web47core.rb
CHANGED
|
@@ -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/
|
|
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'
|
data/lib/web47core/version.rb
CHANGED
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.
|
|
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
|