Sha256: a66f3bac15b36b3f12dbecbf1a130e9dd918fafe9d87aa07fda12687031329b2
Contents?: true
Size: 266 Bytes
Versions: 28
Compression:
Stored size: 266 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'bundler' do watch('Gemfile') watch('taskwarrior-web.gemspec') end guard 'rspec', :version => 2 do watch(/^lib\/(.+)\.rb$/) { "spec" } watch(/^spec\/(.+)\.rb$/) { "spec" } end
Version data entries
28 entries across 28 versions & 1 rubygems