Sha256: 470e764c7f551d0894a5cf3c87b3b3880fede14894c0f7e026cd3818c36c6109

Contents?: true

Size: 384 Bytes

Versions: 13

Compression:

Stored size: 384 Bytes

Contents

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch('lib/vatsim_online/version.rb') 
  watch('lib/vatsim_online/station.rb') 
  watch('lib/vatsim_online/data_downloader.rb') 
  watch('lib/vatsim_online/station_parser.rb') 
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch(%r{^lib/vatsim_online/(.+)\.rb$})
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
vatsim_online-0.9.1 Guardfile
vatsim_online-0.9 Guardfile
vatsim_online-0.8.3 Guardfile
vatsim_online-0.8.2 Guardfile
vatsim_online-0.8.1 Guardfile
vatsim_online-0.8 Guardfile
vatsim_online-0.7.4.2 Guardfile
vatsim_online-0.7.4.1 Guardfile
vatsim_online-0.7.4 Guardfile
vatsim_online-0.7.3 Guardfile
vatsim_online-0.7.2 Guardfile
vatsim_online-0.7.1 Guardfile
vatsim_online-0.7.0 Guardfile