Sha256: 9af09f207e69d82658a29222a4ff279d00985e7b79845773835af6b28b74d136

Contents?: true

Size: 381 Bytes

Versions: 13

Compression:

Stored size: 381 Bytes

Contents

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

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lono-cfn-1.0.2 Guardfile
lono-cfn-1.0.1 Guardfile
lono-cfn-1.0.0 Guardfile
lono-cfn-0.1.0 Guardfile
lono-cfn-0.0.9 Guardfile
lono-cfn-0.0.8 Guardfile
lono-cfn-0.0.7 Guardfile
lono-cfn-0.0.6 Guardfile
lono-cfn-0.0.5 Guardfile
lono-cfn-0.0.4 Guardfile
lono-cfn-0.0.3 Guardfile
lono-cfn-0.0.2 Guardfile
lono-cfn-0.0.1 Guardfile