lib/rubysmith/configuration/model.rb in rubysmith-5.3.0 vs lib/rubysmith/configuration/model.rb in rubysmith-5.4.0

- old
+ new

@@ -77,14 +77,9 @@ ) do using Refinements::Arrays using Refinements::Strings using Refinements::Structs - def initialize(**) - super - freeze - end - def maximize = update_build_options true def minimize = update_build_options false def author_name = [author_given_name, author_family_name].compress.join(" ")