Sha256: 39777e3ce4e4988355fe4804383b9d824b5a48099d9e6dac1d310fee7f3b6a9b

Contents?: true

Size: 272 Bytes

Versions: 26

Compression:

Stored size: 272 Bytes

Contents

#!/usr/bin/env ruby

def system!(*args)
  puts "+ #{args.join(' ')}"
  system(*args) || abort("\n== Command #{args} failed ==")
end

Dir.glob('spec/fixtures/*.yaml').each do |path|
  path.delete_suffix!('.yaml')
  system! "tomograph \"#{path}.yaml\" \"#{path}.json\""
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
tomograph-3.2.7 script/update_json_fixtures
tomograph-3.2.6 script/update_json_fixtures
tomograph-3.2.5 script/update_json_fixtures
tomograph-3.2.4 script/update_json_fixtures
tomograph-3.2.1 script/update_json_fixtures
tomograph-3.2.0 script/update_json_fixtures
tomograph-3.1.6 script/update_json_fixtures
tomograph-3.1.5 script/update_json_fixtures
tomograph-3.1.4 script/update_json_fixtures
tomograph-3.1.3 script/update_json_fixtures
tomograph-3.1.2 script/update_json_fixtures
tomograph-3.1.1 script/update_json_fixtures
tomograph-3.1.0 script/update_json_fixtures
tomograph-3.0.1 script/update_json_fixtures
tomograph-3.0.0 script/update_json_fixtures
tomograph-2.5.4 script/update_json_fixtures
tomograph-2.5.3 script/update_json_fixtures
tomograph-2.5.2 script/update_json_fixtures
tomograph-2.5.1 script/update_json_fixtures
tomograph-2.5.0 script/update_json_fixtures