Sha256: ecbbae79a4d04f40258282fd496b7c6639a8b903e1d535fed8747bfa00e0edb5

Contents?: true

Size: 252 Bytes

Versions: 5

Compression:

Stored size: 252 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
  watch(%r|^.*\.gemspec|)
end

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pinboard-1.0.0 Guardfile
pinboard-0.1.1 Guardfile
pinboard-0.1.0 Guardfile
pinboard-0.0.51 Guardfile
pinboard-0.0.5 Guardfile