Commit 8cf3163 1 parent 43375e4 commit 8cf3163 Copy full SHA for 8cf3163
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 4.1.12 - 2024-08-14
2
+ =======================
3
+ * Add missing require for extract_options
4
+ * Fix rails 7.2 ActiveSupport::ProxyObject deprecation
5
+ * Multiple contributors on current and legacy test suite improvements
6
+
1
7
4.1.12.rc1 - 2024-08-13
2
8
=======================
3
9
* Validating trusted publishing release
Original file line number Diff line number Diff line change 1
1
** If you're viewing this at https://github.com/collectiveidea/delayed_job ,
2
2
you're reading the documentation for the master branch.
3
3
[ View documentation for the latest release
4
- (4.1.12.rc1 ).] ( https://github.com/collectiveidea/delayed_job/tree/v4.1.12.rc1 ) **
4
+ (4.1.12).] ( https://github.com/collectiveidea/delayed_job/tree/v4.1.12 ) **
5
5
6
6
Delayed::Job
7
7
============
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
spec . require_paths = [ 'lib' ]
14
14
spec . summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
15
15
spec . test_files = Dir . glob ( 'spec/**/*' )
16
- spec . version = '4.1.12.rc1 '
16
+ spec . version = '4.1.12'
17
17
spec . metadata = {
18
18
'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md' ,
19
19
'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues' ,
You can’t perform that action at this time.
0 commit comments