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.2
6+
7+ #### Fixed
8+
9+ - Rails 5.1 oddities for class attribute default not set.
10+
511## v2.0.1
612
713#### Fixed
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- lambdakiq (2.0.1 )
4+ lambdakiq (2.0.2 )
55 activejob
66 aws-sdk-sqs
77 concurrent-ruby
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class Client
33
44 class_attribute :default_options ,
55 instance_writer : false ,
6- instance_predicate : false ,
7- default : Hash . new
6+ instance_predicate : false
7+ self . default_options = Hash . new
88
99 attr_reader :queues
1010
Original file line number Diff line number Diff line change 11module Lambdakiq
2- VERSION = '2.0.1 '
2+ VERSION = '2.0.2 '
33end
You can’t perform that action at this time.
0 commit comments