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.32 Guardfile
xommelier-0.1.31 Guardfile
xommelier-0.1.30 Guardfile
xommelier-0.1.29 Guardfile
xommelier-0.1.28 Guardfile
xommelier-0.1.27 Guardfile
xommelier-0.1.26 Guardfile
xommelier-0.1.25 Guardfile
xommelier-0.1.24 Guardfile
xommelier-0.1.23 Guardfile
xommelier-0.1.22 Guardfile
xommelier-0.1.21 Guardfile
xommelier-0.1.20 Guardfile
xommelier-0.1.19 Guardfile
xommelier-0.1.18 Guardfile
xommelier-0.1.16 Guardfile
xommelier-0.1.15 Guardfile
xommelier-0.1.14 Guardfile
xommelier-0.1.13 Guardfile
xommelier-0.1.12 Guardfile