Sha256: b2eb6d17cd27eea8b781f4b32d8ca65f39c46cdd32105c83f7658d3c13a02f1e

Contents?: true

Size: 238 Bytes

Versions: 13

Compression:

Stored size: 238 Bytes

Contents

# A sample 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

13 entries across 13 versions & 2 rubygems

Version Path
airplayer-1.1.0 Guardfile
airplayer-1.0.1 Guardfile
airplayer-1.0.0 Guardfile
airplayer-1.0.0.pre Guardfile
airplayer-0.1.0 Guardfile
airplayer-0.0.9 Guardfile
airplayer-0.0.8 Guardfile
memor-0.3.0 Guardfile
airplayer-0.0.7 Guardfile
airplayer-0.0.6 Guardfile
airplayer-0.0.5 Guardfile
airplayer-0.0.4 Guardfile
airplayer-0.0.3 Guardfile