bake/modernize/contributors.rb in bake-modernize-0.29.0 vs bake/modernize/contributors.rb in bake-modernize-0.30.0

- old
+ new

@@ -4,10 +4,10 @@ # Copyright, 2024, by Samuel Williams. def initialize(context) super - require 'bake/modernize/license' + require "bake/modernize/license" end # Extract changes from a repository and generate a list of contributors. # @parameter root [String] The root directory of the repository. # @parameter paths [Array(String)] The paths to extract changes from.