Sha256: 9bc63233c14f1432ba0003f96be2e1a79cecf03ac2e87b5c75af5fe634a9b5fa
Contents?: true
Size: 242 Bytes
Versions: 6
Compression:
Stored size: 242 Bytes
Contents
guard 'bundler' do watch('Gemfile') watch(/^.+\.gemspec/) end guard 'minitest' do watch(%r|^spec/(.*)_spec\.rb|) watch(%r|^lib/(.*)\.rb|) { |m| "spec/#{m[1]}_spec.rb" } watch(%r|^spec/spec_helper\.rb|) { "spec" } end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
yaml2env-0.2.1 | Guardfile |
yaml2env-0.2.0 | Guardfile |
packr-rails-0.0.1 | Guardfile |
yaml2env-0.1.2 | Guardfile |
yaml2env-0.1.1 | Guardfile |
yaml2env-0.1.0 | Guardfile |