Sha256: c9a8bd32f1b1f0bb135082388d25206a835ff7b92c6634239e337e6f96f4df0c

Contents?: true

Size: 245 Bytes

Versions: 14

Compression:

Stored size: 245 Bytes

Contents

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

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

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
morphine-0.1.1 Guardfile
morphine-0.1.0 Guardfile
xommelier-0.1.1 Guardfile
xommelier-0.1.0 Guardfile
xommelier-0.0.2 Guardfile
tg_config-0.1.4 Guardfile
tg_config-0.1.3 Guardfile
vimius-0.0.1.beta2 Guardfile
vimius-0.0.1.beta1 Guardfile
tg_config-0.1.2 Guardfile
tg_config-0.1.1 Guardfile
tg_config-0.1.0 Guardfile
tg_config-0.0.1 Guardfile
xommelier-0.0.1 Guardfile