Sha256: 764b64a1ab73370f4d872ab6401b6631b5d0efed891cb4f1e1bb96e3b39821cd
Contents?: true
Size: 293 Bytes
Versions: 6
Compression:
Stored size: 293 Bytes
Contents
# More info at https://github.com/guard/guard#readme guard 'rspec', version: 2 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(/^.+\.gemspec/) end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
grape-markdown-0.0.7 | Guardfile |
grape-apiary-1.0.0 | Guardfile |
grape-apiary-0.2.0 | Guardfile |
grape-apiary-0.1.2 | Guardfile |
grape-apiary-0.1.1 | Guardfile |
grape-apiary-0.1.0 | Guardfile |