File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 4.1.7 - 2019-06-20
2+ =================
3+ * Fix loading Delayed::PerformableMailer when ActionMailer isn't loaded yet
4+
154.1.6 - 2019-06-19
26=================
37* Properly initialize ActionMailer outside railties (#1077 )
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.6 ).] ( https://github.com/collectiveidea/delayed_job/tree/v4.1.6 ) **
4+ (4.1.7 ).] ( https://github.com/collectiveidea/delayed_job/tree/v4.1.7 ) **
55
66Delayed::Job
77============
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ 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.6 '
16+ spec . version = '4.1.7 '
1717end
You can’t perform that action at this time.
0 commit comments