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