Sha256: 67b9b972bb9895a6ab1a2ae23c276aacbfe92d55ac467f531909d76a80e30184

Contents?: true

Size: 328 Bytes

Versions: 13

Compression:

Stored size: 328 Bytes

Contents

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})      { "spec/thor_template_spec.rb" }
  watch(%r{^lib/thor_template/(.+)\.rb$})  { "spec/thor_template_spec.rb" }
  watch('spec/spec_helper.rb')   { "spec/thor_template_spec.rb" }
end

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
thor_template-2.2.1 Guardfile
thor_template-2.2.0 Guardfile
thor_template-2.1.1 Guardfile
thor_template-2.1.0 Guardfile
thor_template-2.0.2 Guardfile
thor_template-2.0.1 Guardfile
thor_template-2.0.0 Guardfile
thor_template-1.0.1 Guardfile
thor_template-1.0.0 Guardfile
thor_template-0.0.8 Guardfile
thor_template-0.0.7 Guardfile
thor_template-0.0.6 Guardfile
thor_template-0.0.5 Guardfile