Sha256: e4b621ffb2e1f2f9eacee630d680a7a526ee117ebc00b0f9337b829a9ad296cc
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
guard 'rspec', cmd: 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end guard 'bundler' do watch('Gemfile') watch('roo-google.gemspec') end guard :rubocop do watch(%r{.+\.rb$}) watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end guard :preek, run_all_dir: 'lib' do watch(/^lib\/(.*).rb/) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roo-google-1.0.0 | Guardfile |