Sha256: 82d560f3830992a275de705567a43cfae942f3adcdfb52c14f3cf440bfdae525

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

guard 'rspec', cmd: "bundle exec 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-freee.gemspec')
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
omniauth-freee-1.0.0 Guardfile
omniauth-freee-0.0.4 Guardfile
omniauth-freee-0.0.3 Guardfile
omniauth-freee-0.0.2 Guardfile
omniauth-freee-0.0.1 Guardfile