Sha256: c3e3f8d4b987783737fc4290844b4864b5d5172b75248391998cfc859d9a3829

Contents?: true

Size: 342 Bytes

Versions: 20

Compression:

Stored size: 342 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rake', :task => 'default' do
  watch(/^ext\//)
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" }
  # watch(/^ext\//)               { "spec" }
end

Version data entries

20 entries across 20 versions & 6 rubygems

Version Path
nokogiri-xmlsec-instructure-0.10.3 Guardfile
nokogiri-xmlsec-instructure-0.10.2 Guardfile
money-nokogiri-xmlsec-0.0.5 Guardfile
nokogiri-xmlsec-ap-0.0.5 Guardfile
nokogiri-xmlsec-instructure-0.10.1 Guardfile
nokogiri-xmlsec-instructure-0.10.0 Guardfile
nokogiri-xmlsec-instructure-0.9.7 Guardfile
nokogiri-xmlsec-instructure-0.9.6 Guardfile
nokogiri-xmlsec-instructure-0.9.5 Guardfile
nokogiri-xmlsec-instructure-0.9.4 Guardfile
nokogiri-xmlsec1-0.0.11 Guardfile
nokogiri-xmlsec-me-harder-0.9.2 Guardfile
nokogiri-xmlsec1-0.0.10 Guardfile
nokogiri-xmlsec1-0.0.9 Guardfile
nokogiri-xmlsec-me-harder-0.9.1 Guardfile
nokogiri-xmlsec-me-harder-0.9.0 Guardfile
nokogiri-xmlsec1-0.0.7 Guardfile
nokogiri-xmlsec1-0.0.6 Guardfile
nokogiri-xmlsec-0.0.4 Guardfile
nokogiri-xmlsec-0.0.3 Guardfile