Sha256: 78d5b676a73f4c4db30e9a097c27d2af7262cf04bc15c16a48fef11c143847c8

Contents?: true

Size: 167 Bytes

Versions: 11

Compression:

Stored size: 167 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'ctags-bundler' do
  watch(%r{^(lib)/.*\.rb$})  { 'lib' }
  watch('Gemfile.lock')
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
nesta-0.18.0 Guardfile
nesta-0.17.0 Guardfile
nesta-0.16.0 Guardfile
nesta-0.15.0 Guardfile
nesta-0.14.0 Guardfile
nesta-0.13.0 Guardfile
nesta-0.12.0 Guardfile
nesta-0.11.1 Guardfile
nesta-0.11.0 Guardfile
nesta-0.10.0 Guardfile
nesta-0.9.13 Guardfile