web47core 3.2.67 → 3.2.69
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: 07ea787fabc3416457fc351b479e5b67ccd9062e68201493bbe69cf798c9a5ec
|
4
|
+
data.tar.gz: 182329f1f27258c5e8af05880ac0df4e9dcdb6027304c4a0007c180b8978a550
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 063de7fb9ea34789ec2e5faf3a4646bc62bc7f418710f5b6549a108d9365abd88e7a7fe15e47f6dfd5182c622cc673c08834a57c81eec78998736388ee2755ef
|
7
|
+
data.tar.gz: 25e971c1cb72e4b692aa0c059f88d9799243fc5a0951b0148b9382084c6231257ad3f9233b15faed99b4178a06ff4b214ad8caf76ebf0772397821b04ba00271
|
data/lib/web47core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: web47core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.69
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Schroeder
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -520,7 +520,7 @@ email:
|
|
520
520
|
executables:
|
521
521
|
- cron_server
|
522
522
|
- delayed_job
|
523
|
-
-
|
523
|
+
- merge_coverage
|
524
524
|
extensions: []
|
525
525
|
extra_rdoc_files: []
|
526
526
|
files:
|
@@ -6515,9 +6515,9 @@ files:
|
|
6515
6515
|
- app/views/status/index.html.haml
|
6516
6516
|
- app/views/system_configurations/edit.html.haml
|
6517
6517
|
- app/views/system_configurations/show.html.haml
|
6518
|
-
- bin/coverage
|
6519
6518
|
- bin/cron_server
|
6520
6519
|
- bin/delayed_job
|
6520
|
+
- bin/merge_coverage
|
6521
6521
|
- bin/rails
|
6522
6522
|
- bin/rake
|
6523
6523
|
- bin/setup
|
@@ -6604,16 +6604,16 @@ files:
|
|
6604
6604
|
- lib/app/models/user_audit_log.rb
|
6605
6605
|
- lib/app/models/user_model_audit_log.rb
|
6606
6606
|
- lib/app/validators/email_format_validator.rb
|
6607
|
+
- lib/merge_coverage.rb
|
6607
6608
|
- lib/templates/email/notification_failure.liquid
|
6608
6609
|
- lib/templates/email/notification_failure.subject.liquid
|
6609
6610
|
- lib/templates/slack/error_message.liquid
|
6610
6611
|
- lib/templates/slack/failed_delayed_job.liquid
|
6612
|
+
- lib/update_icons.rb
|
6611
6613
|
- lib/web47core.rb
|
6612
6614
|
- lib/web47core/config.rb
|
6613
6615
|
- lib/web47core/engine.rb
|
6614
6616
|
- lib/web47core/version.rb
|
6615
|
-
- scripts/coverage_merge.rb
|
6616
|
-
- scripts/update_icons.rb
|
6617
6617
|
homepage: https://app47.com
|
6618
6618
|
licenses:
|
6619
6619
|
- MIT
|
File without changes
|
File without changes
|