Sha256: caa98749930cb30c043c109fa0db2ce70fdb6f599001850f0d6c0f79c333d9ad

Contents?: true

Size: 242 Bytes

Versions: 10

Compression:

Stored size: 242 Bytes

Contents

# lazy_high_charts Guardfile
# More info at https://github.com/guard/guard#readme

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
lazy_high_charts-1.6.1 Guardfile
lazy_high_charts-1.5.8 Guardfile
lazy_high_charts-1.5.6 Guardfile
lazy_high_charts-1.5.5 Guardfile
lazy_high_charts-1.5.4 Guardfile
lazy_high_charts-1.5.2 Guardfile
lazy_high_charts-1.5.1 Guardfile
lazy_high_charts-1.5.0 Guardfile
lazy_high_charts-1.5.0.beta1 Guardfile
lazy_high_charts-1.4.3 Guardfile