Sha256: 457f35f988bfacf81ff7e2f4932fd9d68d9185382bf79b12fcfcf3af82706c60
Contents?: true
Size: 274 Bytes
Versions: 60
Compression:
Stored size: 274 Bytes
Contents
# -*- encoding : utf-8 -*- class ConfigCardUpdates < Card::Migration::Core def up raw_json = File.read(data_path "1.13_config_text.json") json = JSON.parse raw_json Card.merge_list json["card"]["value"], output_file: "tmp/unmerged_config_text.json" end end
Version data entries
60 entries across 60 versions & 1 rubygems