lib/tidy_json/dedication.rb in tidy_json-0.2.0 vs lib/tidy_json/dedication.rb in tidy_json-0.2.1

- old
+ new

@@ -1,10 +1,12 @@ +# frozen_string_literal: true + module TidyJson # :nodoc: DEDICATION = "\n#{'.' * 50}\n#{'.' * 19} IN MEMORIAM #{'.' * 18}\n" \ "#{'.' * 16} Michael Di Pardo #{'.' * 16}\n" \ "#{'.' * 11} Feb 4, 1950 - Oct 28, 2019 #{'.' * 11}\n" \ "#{'.' * 50}\n" \ "#{'.' * 11} Please consider supporting #{'.' * 11}\n" \ "#{'.' * 13} the MS Society of Canada #{'.' * 11}\n" \ "#{'.' * 8} https://mssociety.ca/get-involved #{'.' * 7}\n" \ - "#{'.' * 50}\n\n".freeze + "#{'.' * 50}\n\n" end