Sha256: feba0d4c000ae91b8f488ec1969bb979775365c12491899c817ab9c25e2703b2
Contents?: true
Size: 274 Bytes
Versions: 14
Compression:
Stored size: 274 Bytes
Contents
# -*- encoding : utf-8 -*- class ConfigCardUpdates < Card::CoreMigration 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
14 entries across 14 versions & 1 rubygems