Sha256: 27d076d6ff45b3934a22f6ba0ceb5d560a56e73bef8eb9631fca4b9d41ba21bc
Contents?: true
Size: 594 Bytes
Versions: 8
Compression:
Stored size: 594 Bytes
Contents
# -*- encoding : utf-8 -*- class HomepageTweaks < Card::Migration::Core def up merge_cards ["*getting started", "*main menu", "*getting started links"] update_card! :wagn_bot, name: "Decko Bot", update_referers: true delete_code_card :customized_skin delete_code_card :bootswatch_theme unless Card.fetch_name(:basic) == "RichText" update_card! :basic, name: "RichText", update_referers: true end unless Card.fetch_name(:json) == "JSON" update_card! :json, name: "JSON", update_referers: true end delete_card "*getting started+links" end end
Version data entries
8 entries across 8 versions & 1 rubygems