Sha256: acc117d759c68a988892f18cd7f491325252b0a5a5c177f1129b6a51d7b9b50d

Contents?: true

Size: 242 Bytes

Versions: 13

Compression:

Stored size: 242 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(/^.+\.gemspec/)
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
omniauth-1.2.2 Guardfile
omniauth-1.2.1 Guardfile
omniauth-1.1.1 Guardfile
omniauth-1.1.0 Guardfile
omniauth-1.0.3 Guardfile
omniauth-1.0.2 Guardfile
omniauth-1.0.1 Guardfile
omniauth-1.0.0 Guardfile
omniauth-1.0.0.rc2 Guardfile
omniauth-1.0.0.rc1 Guardfile
omniauth-1.0.0.beta1 Guardfile
omniauth-1.0.0.pr2 Guardfile
omniauth-1.0.0.pr1 Guardfile