Sha256: 318edda38c99647c98e12a76bf325f32aba0b6e6372928b951fac0f5bcf6fc67
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 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-django.gemspec') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-django-1.0.1 | Guardfile |
omniauth-django-1.0.0 | Guardfile |