Sha256: f5491774598db4d1c6a8709a775ba2ee6c02c3855015f6789eea0f397daeb725

Contents?: true

Size: 277 Bytes

Versions: 30

Compression:

Stored size: 277 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

guard 'rspec', :version => 2 do
  watch(%r{^spec/fixtures/.+$})
  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

30 entries across 30 versions & 1 rubygems

Version Path
xommelier-0.1.11 Guardfile
xommelier-0.1.10 Guardfile
xommelier-0.1.9 Guardfile
xommelier-0.1.8 Guardfile
xommelier-0.1.7 Guardfile
xommelier-0.1.6 Guardfile
xommelier-0.1.5 Guardfile
xommelier-0.1.4 Guardfile
xommelier-0.1.3 Guardfile
xommelier-0.1.2 Guardfile