good_job 3.19.0 → 3.19.1

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: 6c66d226179c2cd55bfc539c943df468fc683f761b89cdc10606f03a6bb26f87
4
- data.tar.gz: f72404539fb5bf7ef122cf65ed616276dd0457538b1319e253d6078e223ddbbb
3
+ metadata.gz: 6d7862005653a1c6fd88d20ffdf1f15e6168dea77f8f47ca1f967a646b7f6a3d
4
+ data.tar.gz: eb267fbf670b7e2cf0b2b67365f32b28b48378bfd1c36f0dc2decae6b5d2d91b
5
5
  SHA512:
6
- metadata.gz: 98d03d3abdbcc20956e37e8c498c8fa57c1b2b091c5f50c0654aa75875d9d23ca02aeb78d67f5f2a8c961a9aabfc0ad3899fcf1867c2b4350dfe56584568a4eb
7
- data.tar.gz: f0044b4c761371391c5aec83500efece2e000a6f9741a504f244208ae403b42fd39e1324fe1e753e3ae4d67c6ae92706f9a960ab5ec2745df547acd4e0927ac7
6
+ metadata.gz: c87de07512abd5b7f51e170b69a2568df98878e8c6a572141cb2f4126bc4c4a21b80f49fed0a5946e1c4b7f2743b463b37d605432c2d63b651b0d84503c80d72
7
+ data.tar.gz: 9349bc27172b1051d90e942b90ed961a30a23ba68d0960d66e007c7018cbca8984af8080dc846fc100f4abf4602cd47efb040e185db30b5e2528ba5a7d51a2bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v3.19.1](https://github.com/bensheldon/good_job/tree/v3.19.1) (2023-09-20)
4
+
5
+ [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.19.0...v3.19.1)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add `good_job_application_controller` load hook [\#1081](https://github.com/bensheldon/good_job/pull/1081) ([bensheldon](https://github.com/bensheldon))
10
+
3
11
  ## [v3.19.0](https://github.com/bensheldon/good_job/tree/v3.19.0) (2023-09-19)
4
12
 
5
13
  [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.18.3...v3.19.0)
@@ -57,5 +57,7 @@ module GoodJob
57
57
  I18n.default_locale
58
58
  end
59
59
  end
60
+
61
+ ActiveSupport.run_load_hooks(:good_job_application_controller, self)
60
62
  end
61
63
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module GoodJob
4
4
  # GoodJob gem version.
5
- VERSION = '3.19.0'
5
+ VERSION = '3.19.1'
6
6
 
7
7
  # GoodJob version as Gem::Version object
8
8
  GEM_VERSION = Gem::Version.new(VERSION)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: good_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.0
4
+ version: 3.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Sheldon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-19 00:00:00.000000000 Z
11
+ date: 2023-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activejob