Sha256: 0cf92ca54d3bd59956681f7c85863b16f28e36c0fa86f24b7082456614ab50df
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
guard :rspec do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/omnibus/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { 'spec' } end guard :rubocop do watch(%r{.+\.rb$}) watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omnibus-3.1.1 | Guardfile |
omnibus-3.1.0 | Guardfile |
omnibus-3.0.0 | Guardfile |