Sha256: a5134195077d0ebc433cee853f620a53ae12deaf0566b293feaf7a21c8a9d654

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

guard 'pumadev' do
  watch('.rvmrc')
  watch('.ruby-version')
  watch('Gemfile')
  watch('Gemfile.lock')
  watch('config/application.rb')
  watch('config/environment.rb')
  watch(%r{^config/environments/.*\.rb$})
  watch(%r{^config/initializers/.*\.rb$})
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guard-pumadev-2.0.1 lib/guard/pumadev/templates/Guardfile
guard-pumadev-2.0.0 lib/guard/pumadev/templates/Guardfile