Sha256: 18b4c3766b28e997d8bc8064ca9fe89e2fca3d592ffda24f041183d6c491b71e
Contents?: true
Size: 250 Bytes
Versions: 3
Compression:
Stored size: 250 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-goto.gemspec') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-goto-2.0.1 | Guardfile |
omniauth-goto-2.0.0 | Guardfile |
omniauth-goto-1.0.0 | Guardfile |