File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33See this http://keepachangelog.com link for information on how we want this documented formatted.
44
5+ ## v2.0.1
6+
7+ #### Fixed
8+
9+ - Rails 5.1 oddities for class attribute default not set.
10+
511## v2.0.0
612
713#### Changed
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- lambdakiq (2.0.0 )
4+ lambdakiq (2.0.1 )
55 activejob
66 aws-sdk-sqs
77 concurrent-ruby
Original file line number Diff line number Diff line change 11module Lambdakiq
2- VERSION = '2.0.0 '
2+ VERSION = '2.0.1 '
33end
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ module Worker
44
55 included do
66 class_attribute :lambdakiq_options_hash ,
7- instance_predicate : false ,
8- default : Hash . new
7+ instance_predicate : false
8+ self . lambdakiq_options_hash = Hash . new
99 end
1010
1111 class_methods do
You can’t perform that action at this time.
0 commit comments