Sha256: b6f2bfb53c2c022c336e1dc266d066295da9874f360ac1097ac3ea4549317fe9

Contents?: true

Size: 314 Bytes

Versions: 14

Compression:

Stored size: 314 Bytes

Contents

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

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

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
guard-lono-1.0.1 Guardfile
guard-lono-1.0.0 Guardfile
guard-foodcritic-1.0.3 Guardfile
guard-foodcritic-1.0.2 Guardfile
guard-foodcritic-1.0.1 Guardfile
guard-rna-0.0.4 Guardfile
guard-rna-0.0.3 Guardfile
guard-lono-0.0.2 Guardfile
guard-lono-0.0.1 Guardfile
guard-rna-0.0.2 Guardfile
guard-rna-0.0.1 Guardfile
guard-cloudformation-0.0.3 Guardfile
guard-cloudformation-0.0.2 Guardfile
guard-foodcritic-1.0.0 Guardfile