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

Version Path
taskwarrior-web-1.1.10 Guardfile
taskwarrior-web-1.1.9 Guardfile
taskwarrior-web-1.1.8 Guardfile
taskwarrior-web-1.1.7 Guardfile
taskwarrior-web-1.1.6 Guardfile
taskwarrior-web-1.1.5 Guardfile
taskwarrior-web-1.1.4 Guardfile
taskwarrior-web-1.1.3 Guardfile
taskwarrior-web-1.1.2 Guardfile
taskwarrior-web-1.1.1 Guardfile
taskwarrior-web-1.1.0 Guardfile
taskwarrior-web-1.0.14 Guardfile
taskwarrior-web-1.0.13 Guardfile
taskwarrior-web-1.0.12 Guardfile
taskwarrior-web-1.0.11 Guardfile
taskwarrior-web-1.0.10 Guardfile
taskwarrior-web-1.0.9 Guardfile
taskwarrior-web-1.0.8 Guardfile
taskwarrior-web-1.0.7 Guardfile
taskwarrior-web-1.0.6 Guardfile