lib/avrolution/rake/check_compatibility_task.rb in avrolution-0.7.0 vs lib/avrolution/rake/check_compatibility_task.rb in avrolution-0.7.1
- old
+ new
@@ -4,10 +4,10 @@
module Avrolution
module Rake
class CheckCompatibilityTask < BaseTask
- def initialize(*)
+ def initialize(**)
super
@name ||= :check_compatibility
@task_desc ||= 'Check that all Avro schemas are compatible with latest registered in production'
end