Sha256: 51f13e1eacf1e6487dcc7eb0a7afe8341310eca5207f36fa1d47746931967a0e
Contents?: true
Size: 276 Bytes
Versions: 5
Compression:
Stored size: 276 Bytes
Contents
# -*- encoding : utf-8 -*- class ConfigCardUpdates < Cardio::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
5 entries across 5 versions & 1 rubygems