Sha256: 0a504f0383d3553acc04886ac9b7c248a96a9a29d987eb7bfb1a35d48c6e0c92

Contents?: true

Size: 256 Bytes

Versions: 6

Compression:

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omniauth-salesforce-1.0.5 Guardfile
omniauth-salesforce-1.0.4 Guardfile
omniauth-salesforce-1.0.3 Guardfile
omniauth-salesforce-1.0.2 Guardfile
omniauth-salesforce-1.0.1 Guardfile
omniauth-salesforce-1.0.0 Guardfile