Sha256: 681ebfaf8db3769068fcd4181ae0da8384b6902c51f8f6b873d25e639eaed778

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

# frozen_string_literal: true

module TidyJson # :nodoc:
  DEDICATION = "\n#{'.' * 52}\n" \
               "#{'.' * 14} This gem is dedicated " \
               "#{'.' * 15}\n" \
               "#{'.' * 17} to the memory of #{'.' * 17}\n#{'.' * 52}\n" \
               "#{'.' * 17} MICHAEL DI PARDO #{'.' * 17}\n#{'.' * 52}\n" \
               "#{'.' * 12} Please consider supporting #{'.' * 12}\n" \
               "#{'.' * 13} the MS Society of Canada #{'.' * 13}\n" \
               "#{'.' * 52}\n" \
               "#{'.' * 8} https://mssociety.ca/get-involved #{'.' * 9}\n" \
               "#{'.' * 52}\n\n"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tidy_json-0.2.3 lib/tidy_json/dedication.rb
tidy_json-0.2.2 lib/tidy_json/dedication.rb