Sha256: 190206f9639bc4b12fbe7eb408bd4c81a7acb1a87d7bea69f3bcded1212d3d34
Contents?: true
Size: 407 Bytes
Versions: 2
Compression:
Stored size: 407 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" } watch(%r{^lib/thor_template/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } end guard "bundler" do watch("Gemfile") watch(/^.+\.gemspec/) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thor_template-2.0.1 | lib/starter_project/Guardfile |
thor_template-2.0.0 | lib/starter_project/Guardfile |