Sha256: 3c63177398ddbda051ac1afb70d14d8dbcca137b9061b6b13a0c5d5c8f5fd543
Contents?: true
Size: 343 Bytes
Versions: 4
Compression:
Stored size: 343 Bytes
Contents
guard 'rspec', :version => 2 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
thor_template-0.0.4 | Guardfile |
thor_template-0.0.3 | Guardfile |
thor_template-0.0.2 | Guardfile |
thor_template-0.0.1 | Guardfile |