Sha256: 8bf36b002c1394a2056f8590a5f46d36c7e6fe7427a46d1cb31f4b7882516991

Contents?: true

Size: 296 Bytes

Versions: 14

Compression:

Stored size: 296 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

14 entries across 14 versions & 3 rubygems

Version Path
grape-slate-0.0.6 Guardfile
grape-slate-0.0.5 Guardfile
grape-markdown-0.0.6 Guardfile
grape-slate-0.0.4 Guardfile
grape-markdown-0.0.5 Guardfile
grape-markdown-0.0.4 Guardfile
grape-slate-0.0.3 Guardfile
grape-slate-0.0.2 Guardfile
grape-markdown-0.0.3 Guardfile
grape-markdown-0.0.2 Guardfile
grape-slate-0.0.1 Guardfile
grape-markdown-0.0.1 Guardfile
grape-apiary-0.0.4 Guardfile
grape-apiary-0.0.3 Guardfile