File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.1.13 - 2024-11-08
2+ =======================
3+ * Enable Rails 8
4+
154.1.12 - 2024-08-14
26=======================
37* Add missing require for extract_options
Original file line number Diff line number Diff line change 11** If you're viewing this at https://github.com/collectiveidea/delayed_job ,
22you're reading the documentation for the master branch.
33[ View documentation for the latest release
4- (4.1.12 ).] ( https://github.com/collectiveidea/delayed_job/tree/v4.1.12 ) **
4+ (4.1.13 ).] ( https://github.com/collectiveidea/delayed_job/tree/v4.1.13 ) **
55
66Delayed::Job
77============
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313 spec . require_paths = [ 'lib' ]
1414 spec . summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
1515 spec . test_files = Dir . glob ( 'spec/**/*' )
16- spec . version = '4.1.12 '
16+ spec . version = '4.1.13 '
1717 spec . metadata = {
1818 'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md' ,
1919 'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues' ,
You can’t perform that action at this time.
0 commit comments