Sha256: 29852914c499cfa5fcadc66bb18db0f56c9a3c189b4a09fc8711d566941e9d73

Contents?: true

Size: 260 Bytes

Versions: 7

Compression:

Stored size: 260 Bytes

Contents

guard 'rspec', :version => 2 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('omniauth-outrightmental.gemspec')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
omniauth-outrightmental-0.1.7 Guardfile
omniauth-outrightmental-0.1.5 Guardfile
omniauth-outrightmental-0.1.4 Guardfile
omniauth-outrightmental-0.1.3 Guardfile
omniauth-outrightmental-0.1.2 Guardfile
omniauth-outrightmental-0.1.1 Guardfile
omniauth-outrightmental-0.1.0 Guardfile