good_job 3.18.1 → 3.18.2

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: 2573770a9539b895705eee99e074ec34cc74a1b2fffc491c6b01fe2218792bf3
4
- data.tar.gz: 49ae57e1ccfd0cf54421c349b1e0659dab195530f89ecce2bd6f29c37315e86d
3
+ metadata.gz: 8210d74d5adf0f1c6f9a7d080fe855c9bbb4042d8c4e1c8349da9b26452ec629
4
+ data.tar.gz: 04c5daddea00fbb9a8eb6b068af973541790c7fec49bbd678a03e8e2eafc853b
5
5
  SHA512:
6
- metadata.gz: aa1cdc0760d2d139acd4f76d95aab2093480930dd04b1a93673510497abb0f5d589ff1d71741d4e6f940d0c983bb003cbadeb06d9702a7b1165ba0f45bb13a47
7
- data.tar.gz: 7184e6f9816441a85d2d2574482fbb36ea39a3c0f76bb9a5169df9ee7ad63e7a5f150f110087eba9938bfc87af79745c4a9427391906a04457ed1993b7c2f6f2
6
+ metadata.gz: 9f2d6b3da26ea4fe01bff9e4a2ffa0830b34da0299af27e880a277703716fde024ca166bfa2203cf18cf53171523be9bca0754b21bba942e734506336a1020a5
7
+ data.tar.gz: 789e7565b789970c679beffef4a8f8c482469e1d027f97274bae0bf40709d94da08ded1e408011773a107880cd704402db6c6e964a363258b8d26ede29598def
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [v3.18.2](https://github.com/bensheldon/good_job/tree/v3.18.2) (2023-09-02)
4
+
5
+ [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.18.1...v3.18.2)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Fix compatibility with Global ID v1.2.0 [\#1064](https://github.com/bensheldon/good_job/pull/1064) ([bensheldon](https://github.com/bensheldon))
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Bump pg from 1.5.3 to 1.5.4 [\#1061](https://github.com/bensheldon/good_job/pull/1061) ([dependabot[bot]](https://github.com/apps/dependabot))
14
+
3
15
  ## [v3.18.1](https://github.com/bensheldon/good_job/tree/v3.18.1) (2023-08-30)
4
16
 
5
17
  [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.18.0...v3.18.1)
@@ -59,6 +59,10 @@ module GoodJob
59
59
  end
60
60
  end
61
61
 
62
+ def self.primary_key
63
+ :id
64
+ end
65
+
62
66
  def self.find(id)
63
67
  new _record: BatchRecord.find(id)
64
68
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module GoodJob
4
4
  # GoodJob gem version.
5
- VERSION = '3.18.1'
5
+ VERSION = '3.18.2'
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.18.1
4
+ version: 3.18.2
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-08-30 00:00:00.000000000 Z
11
+ date: 2023-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activejob