Sha256: a7bc415f058809a5a49670607f13e84f9ab6f6e5d05fb920309ca55052cafb3e

Contents?: true

Size: 174 Bytes

Versions: 6

Compression:

Stored size: 174 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
end

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

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
SparseMatrixProject-0.0.3 Guardfile
matrices_p9-1.0.0 Guardfile
matrizdispersascp-0.0.2 Guardfile
pract09-0.0.1 Guardfile
matrizdispersascp-0.0.1 Guardfile
matrices_p9-0.0.1 Guardfile