Sha256: 3fc80de801bb24be79d627642a32a464d5cf985ad4c3bf4107fc91a6765164d9

Contents?: true

Size: 227 Bytes

Versions: 8

Compression:

Stored size: 227 Bytes

Contents

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


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

Version data entries

8 entries across 8 versions & 6 rubygems

Version Path
omniauth-mapmytri-0.1.1 Guardfile
omniauth-mapmyhike-0.1.1 Guardfile
omniauth-mapmywalk-0.1.1 Guardfile
omniauth-mapmyride-0.1.1 Guardfile
omniauth-mapmyrun-0.1.1 Guardfile
omniauth-mapmyfitness-0.1.2 Guardfile
omniauth-mapmyfitness-0.1.1 Guardfile
omniauth-mapmyfitness-0.0.1 Guardfile