Sha256: 1523afa13eea496e7e96e3cd10793498d7528cd19f39c12b16525720949084b7
Contents?: true
Size: 226 Bytes
Versions: 6
Compression:
Stored size: 226 Bytes
Contents
guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
rtsd-0.0.2 | Guardfile |
mergit-1.1.1 | Guardfile |
mergit-1.1.0 | Guardfile |
mergit-1.0.0 | Guardfile |
mergit-0.1.0 | Guardfile |
rtsd-0.0.1 | Guardfile |