Sha256: 1d66c6486da4ceedb15fb8ade3c241e812f8cfad631dfa590841160ee48ea15f

Contents?: true

Size: 324 Bytes

Versions: 30

Compression:

Stored size: 324 Bytes

Contents

def gem_data_file
  path = File.realpath("spec/vatsim_data.txt")
  gem_data = File.open(path, :encoding => 'iso-8859-15').read
  data = Tempfile.new('vatsim_data', :encoding => 'iso-8859-15')
  data.write(gem_data.gsub(/["]/, '\s').force_encoding('iso-8859-15'))
  File.rename data.path, "#{Dir.tmpdir}/vatsim_data.txt"
end

Version data entries

30 entries across 24 versions & 1 rubygems

Version Path
vatsim_online-0.9.1 spec/station_parser_spec_helper.rb
vatsim_online-0.9.1 spec/callsign_parser_spec_helper.rb
vatsim_online-0.9 spec/station_parser_spec_helper.rb
vatsim_online-0.9 spec/callsign_parser_spec_helper.rb
vatsim_online-0.8.3 spec/callsign_parser_spec_helper.rb
vatsim_online-0.8.3 spec/station_parser_spec_helper.rb
vatsim_online-0.8.2 spec/station_parser_spec_helper.rb
vatsim_online-0.8.2 spec/callsign_parser_spec_helper.rb
vatsim_online-0.8.1 spec/station_parser_spec_helper.rb
vatsim_online-0.8.1 spec/callsign_parser_spec_helper.rb
vatsim_online-0.8 spec/station_parser_spec_helper.rb
vatsim_online-0.8 spec/callsign_parser_spec_helper.rb
vatsim_online-0.7.4.2 spec/station_parser_spec_helper.rb
vatsim_online-0.7.4.1 spec/station_parser_spec_helper.rb
vatsim_online-0.7.4 spec/station_parser_spec_helper.rb
vatsim_online-0.7.3 spec/station_parser_spec_helper.rb
vatsim_online-0.7.2 spec/station_parser_spec_helper.rb
vatsim_online-0.7.1 spec/station_parser_spec_helper.rb
vatsim_online-0.7.0 spec/station_parser_spec_helper.rb
vatsim_online-0.6.2 spec/station_parser_spec_helper.rb