Sha256: dec0d4d43fe1047052614d6eb9a04cd6d45cfd6dcadc32b765cf17b41c5e6378
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 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-mercadolibre.gemspec') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omniauth-mercadolibre-0.0.4 | Guardfile |
omniauth-mercadolibre-0.0.3 | Guardfile |
omniauth-mercadolibre-0.0.1 | Guardfile |