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: 83e1af51b16b659494f27fd422ae9f4874e8b5fc2cf72b6f3d0e3ed4c811d423
4
- data.tar.gz: 3e5dc4262dcb66f78b39d1541c7fdf45201a5354a89a614b016bbecb01af9ea6
3
+ metadata.gz: 07ea787fabc3416457fc351b479e5b67ccd9062e68201493bbe69cf798c9a5ec
4
+ data.tar.gz: 182329f1f27258c5e8af05880ac0df4e9dcdb6027304c4a0007c180b8978a550
5
5
  SHA512:
6
- metadata.gz: e4107df076bbc2cecb87487e4c947055ab3535fa77a441799bf569c283d79211dc6b8b48f007f13d1b1fae8afed45fda3efd394934ef79f3ef6a9fbef0dbaff9
7
- data.tar.gz: 33af2191b465658b708233c395dcb8a3b1a7782c74c4db3c590ca80f4a322416daafdca67b574b927385487b142a5e716ef33238629288f1fc1afa7bedf091b4
6
+ metadata.gz: 063de7fb9ea34789ec2e5faf3a4646bc62bc7f418710f5b6549a108d9365abd88e7a7fe15e47f6dfd5182c622cc673c08834a57c81eec78998736388ee2755ef
7
+ data.tar.gz: 25e971c1cb72e4b692aa0c059f88d9799243fc5a0951b0148b9382084c6231257ad3f9233b15faed99b4178a06ff4b214ad8caf76ebf0772397821b04ba00271
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
- script = File.expand_path('../scripts/coverage.rb', __dir__)
4
+ script = File.expand_path('../lib/merge_coverage.rb', __dir__)
5
5
 
6
6
  unless File.exist?(script)
7
7
  warn "Cannot find script: #{script}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Web47core
4
- VERSION = '3.2.67'
4
+ VERSION = '3.2.69'
5
5
  end
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.67
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-24 00:00:00.000000000 Z
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
- - coverage
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