Sha256: 9715d9b3b31c5c20540fd4b6c04122bbdf1447e5bb8618e23885a5c8d85c6f6d

Contents?: true

Size: 346 Bytes

Versions: 20

Compression:

Stored size: 346 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
end

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

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
clearsaleID-1.4.1 Guardfile
clearsaleID-1.4.0 Guardfile
clearsaleID-1.3.3 Guardfile
clearsaleID-1.3.2 Guardfile
clearsaleID-1.3.1 Guardfile
clearsaleID-1.3.0 Guardfile
clearsaleID-1.2.1 Guardfile
clearsaleID-1.2.0 Guardfile
clearsaleID-1.1.2 Guardfile
clearsaleID-1.1.1 Guardfile
clearsaleID-1.0.6 Guardfile
clearsaleID-1.1.0 Guardfile
clearsaleID-1.0.5 Guardfile
clearsale-0.1.6 Guardfile
clearsale-0.1.5 Guardfile
clearsale-0.1.4 Guardfile
clearsale-0.1.3 Guardfile
clearsale-0.1.2 Guardfile
clearsale-0.1.1 Guardfile
clearsale-0.1.0 Guardfile