Sha256: e24f86a9512e4a52468bad935897ed151cebb46f71313b08e692132a28041d29

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-idnet-0.0.10 Guardfile
omniauth-idnet-0.0.9 Guardfile
omniauth-idnet-0.0.8 Guardfile
omniauth-idnet-0.0.7 Guardfile