Sha256: 8d71d6727b006c68b38ebdb47fd9b2612e38523458f0bdea364d3a756009d689

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

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

guard 'rspec', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$}) { "spec" }
  watch(%r{^lib/(.+)\.rb$})     { "spec" }
  watch('spec/helper.rb')       { "spec" }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adapter-cassanity-0.6.0.beta1 Guardfile
adapter-cassanity-0.5.0 Guardfile
adapter-cassanity-0.4.0 Guardfile
adapter-cassanity-0.3.0 Guardfile
adapter-cassanity-0.2.0 Guardfile
adapter-cassanity-0.1.0 Guardfile