Sha256: 8651c2c177d1c24d94304eb0c0bde63a0566f8cd95b11be9f1fa2d468d0dd8eb

Contents?: true

Size: 250 Bytes

Versions: 74

Compression:

Stored size: 250 Bytes

Contents

# A sample Guardfile
# 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

Version data entries

74 entries across 74 versions & 16 rubygems

Version Path
omniauth-openid-2.0.1 Guardfile
wordpress-deploy-1.0.2 Guardfile
wordpress-deploy-1.0.0 Guardfile
smart_properties-1.4.0 Guardfile
smart_properties-1.3.0 Guardfile
omniauth-mojeid-0.0.1 Guardfile
wordpress-deploy-1.0.0.rc7 Guardfile
wordpress-deploy-1.0.0.rc6 Guardfile
smartcsv-0.0.5 Guardfile
smartcsv-0.0.4 Guardfile
smartcsv-0.0.2 Guardfile
smartcsv-0.0.1 Guardfile
trivia-0.1.4 Guardfile
treasure_hunt-0.1.4 Guardfile
trivia-0.1.2 Guardfile
treasure_hunt-0.1.3 Guardfile
amazon_mws_products-0.0.3 Guardfile
amazon_mws_products-0.0.2 Guardfile
amazon_mws_products-0.0.1 Guardfile
smart_properties-1.2.3 Guardfile