Sha256: 607f1774bb5c0c5f9cb406e1e3bc570736559f3e655166bc517c71768d7b8380

Contents?: true

Size: 213 Bytes

Versions: 7

Compression:

Stored size: 213 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pimpmychangelog-0.1.3 Guardfile
pimpmychangelog-0.1.2 Guardfile
pimpmychangelog-0.1.1 Guardfile
pimpmychangelog-0.1.0 Guardfile
pimpmychangelog-0.0.3 Guardfile
pimpmychangelog-0.0.2 Guardfile
pimpmychangelog-0.0.1 Guardfile