Sha256: 69a31ab7eee6ac0363f6d97ea24c4ad41163ec35784871c3f28c11abebb8729a

Contents?: true

Size: 361 Bytes

Versions: 30

Compression:

Stored size: 361 Bytes

Contents

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})      { "spec/jack_spec.rb" }
  watch(%r{^lib/jack/(.+)\.rb$})  { "spec/jack_spec.rb" }
  watch('spec/spec_helper.rb')   { "spec/jack_spec.rb" }
  watch(%r{^lib/jack/(.+)\.rb$})   { |m| "spec/lib/#{m[1]}_spec.rb" }
end

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

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
jack-eb-1.4.4 Guardfile
jack-eb-1.4.3 Guardfile
jack-eb-1.4.2 Guardfile
jack-eb-1.4.1 Guardfile
jack-eb-1.4.0 Guardfile
jack-eb-1.3.0 Guardfile
jack-eb-1.2.1 Guardfile
jack-eb-1.2.0 Guardfile
jack-eb-1.1.2 Guardfile
jack-eb-1.1.1 Guardfile
jack-eb-1.1.0 Guardfile
jack-eb-1.0.1 Guardfile
jack-eb-1.0.0 Guardfile
jack-eb-0.3.0 Guardfile
jack-eb-0.2.0 Guardfile
jack-eb-0.1.6 Guardfile
jack-eb-0.1.5 Guardfile
jack-eb-0.1.4 Guardfile
jack-eb-0.1.3 Guardfile
jack-eb-0.1.2 Guardfile