lib/tidy_json/dedication.rb in tidy_json-0.1.2 vs lib/tidy_json/dedication.rb in tidy_json-0.2.0
- old
+ new
@@ -1,9 +1,10 @@
module TidyJson # :nodoc:
- DEDICATION = "#{'.' * 50}\n#{'.' * 19} IN MEMORIAM #{'.' * 18}\n" \
+ DEDICATION = "\n#{'.' * 50}\n#{'.' * 19} IN MEMORIAM #{'.' * 18}\n" \
"#{'.' * 16} Michael Di Pardo #{'.' * 16}\n" \
- "#{'.' * 19} 1950 - 2019 #{'.' * 18}\n#{'.' * 50}\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"
+ "#{'.' * 50}\n\n".freeze
end