Sha256: ba94c6ea2220605e17dfb02f2a21793638da44e110b29e0f1c415ae715375789

Contents?: true

Size: 254 Bytes

Versions: 9

Compression:

Stored size: 254 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-rabobank.gemspec')
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
omniauth-bunq-0.1.5 Guardfile
omniauth-bunq-0.1.4 Guardfile
omniauth-bunq-0.1.3 Guardfile
omniauth-rabobank-0.1.2 Guardfile
omniauth-rabobank-0.1.1 Guardfile
omniauth-bunq-0.1.2 Guardfile
omniauth-bunq-0.1.1 Guardfile
omniauth-bunq-0.1.0 Guardfile
omniauth-rabobank-0.1.0 Guardfile