good_job 1.2.2 → 1.2.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -2
  3. data/lib/good_job/version.rb +1 -1
  4. metadata +30 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5125c48d26036d60649d0448f064aebcbe95fd90ac5e2eeb22e504761f7cdd1
4
- data.tar.gz: f6cd3d0bcbfbbc639d0724557c7dbad61e9aef717545916b57a11c4413dcfe3f
3
+ metadata.gz: 9ea00429e2b1515df6973f66c81d1827acdb4528e39ac811ece90a69fbd0b4f6
4
+ data.tar.gz: 9d3c7e104fda0d102789fc97fb716e5372c6e746d169fb521b84ecf13312ce24
5
5
  SHA512:
6
- metadata.gz: eeb551e271b3a47aa903d64e566a010c87a632fd064835928d4986342405f458e02c5f88451c034ee2c73225274d54583ed963431e08e80232bcd3d87f76d500
7
- data.tar.gz: f0c70c47ad3279bb41440ed27408511bdebc064524cf0933db066a0420bae829b1145b7713bc644febe0bc21e3010334f1c641863674110df878dd4245d17b7a
6
+ metadata.gz: 7f34e2681a4642c9c337dd76253950a46d1edbff21feb6940eace1fa99b63d3d919f1eb3b2ae56b90d06d0697229c47ac581998be8615abc594c308255325fb1
7
+ data.tar.gz: fc69543344585cbfc7cb7608cce5884526481cbf75474a70d2ddea5737ff1eaea722743ad1508e683a2bbeda91e4399d25c8b1294cb3a763d1436b36ece74b77
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
 
3
- ## [v1.2.2](https://github.com/bensheldon/good_job/tree/v1.2.2) (2020-08-26)
3
+ ## [v1.2.3](https://github.com/bensheldon/good_job/tree/v1.2.3) (2020-08-27)
4
+
5
+ [Full Changelog](https://github.com/bensheldon/good_job/compare/v1.2.2...v1.2.3)
6
+
7
+ **Closed issues:**
8
+
9
+ - requiring more dependencies in then needed [\#103](https://github.com/bensheldon/good_job/issues/103)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - stop depending on all rails libs [\#104](https://github.com/bensheldon/good_job/pull/104) ([thilo](https://github.com/thilo))
14
+
15
+ ## [v1.2.2](https://github.com/bensheldon/good_job/tree/v1.2.2) (2020-08-27)
4
16
 
5
17
  [Full Changelog](https://github.com/bensheldon/good_job/compare/v1.2.1...v1.2.2)
6
18
 
@@ -77,6 +89,7 @@
77
89
 
78
90
  **Merged pull requests:**
79
91
 
92
+ - Capture errors via instrumentation from retry\_on and discard\_on [\#79](https://github.com/bensheldon/good_job/pull/79) ([bensheldon](https://github.com/bensheldon))
80
93
  - Document GoodJob::Scheduler with Yard [\#78](https://github.com/bensheldon/good_job/pull/78) ([bensheldon](https://github.com/bensheldon))
81
94
 
82
95
  ## [v1.1.2](https://github.com/bensheldon/good_job/tree/v1.1.2) (2020-08-13)
@@ -101,7 +114,6 @@
101
114
 
102
115
  **Merged pull requests:**
103
116
 
104
- - Capture errors via instrumentation from retry\_on and discard\_on [\#79](https://github.com/bensheldon/good_job/pull/79) ([bensheldon](https://github.com/bensheldon))
105
117
  - Allow instantiation of multiple schedulers via --queues [\#76](https://github.com/bensheldon/good_job/pull/76) ([bensheldon](https://github.com/bensheldon))
106
118
  - Extract options parsing to Configuration object [\#74](https://github.com/bensheldon/good_job/pull/74) ([bensheldon](https://github.com/bensheldon))
107
119
 
@@ -1,3 +1,3 @@
1
1
  module GoodJob
2
- VERSION = '1.2.2'.freeze
2
+ VERSION = '1.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: good_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Sheldon
@@ -10,6 +10,34 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: activejob
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 5.1.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 5.1.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: activerecord
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 5.1.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 5.1.0
13
41
  - !ruby/object:Gem::Dependency
14
42
  name: concurrent-ruby
15
43
  requirement: !ruby/object:Gem::Requirement
@@ -39,7 +67,7 @@ dependencies:
39
67
  - !ruby/object:Gem::Version
40
68
  version: 1.0.0
41
69
  - !ruby/object:Gem::Dependency
42
- name: rails
70
+ name: railties
43
71
  requirement: !ruby/object:Gem::Requirement
44
72
  requirements:
45
73
  - - ">="