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