Sha256: a53f1f0af95e24656857499861f046f2d7ea48929048acb99bcf7f103b1a42c9

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

guard 'rspec', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})      { "spec/ham_spec.rb" }
  watch(%r{^lib/ham/(.+)\.rb$})  { "spec/ham_spec.rb" }
  watch('spec/spec_helper.rb')   { "spec/ham_spec.rb" }
  watch(%r{^lib/ham/(.+)\.rb$})   { |m| "spec/lib/#{m[1]}_spec.rb" }
end

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
text_injector-0.0.4 Guardfile
text_injector-0.0.3 Guardfile
text_injector-0.0.2 Guardfile
text_injector-0.0.1 Guardfile