Sha256: 97f1051d0da44a569cd43a60f5d80027e12cb5e794efc924dcbf64db852bcc7a

Contents?: true

Size: 229 Bytes

Versions: 6

Compression:

Stored size: 229 Bytes

Contents

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
figleaf-0.2.4 Guardfile
figleaf-0.2.3 Guardfile
figleaf-0.2.2 Guardfile
figleaf-0.2.1 Guardfile
figleaf-0.2.0 Guardfile
figleaf-0.0.7 Guardfile