Sha256: a8765927271e81169e8fa3392192e5cda2a2d063ed14860d9dffc61867009128

Contents?: true

Size: 239 Bytes

Versions: 6

Compression:

Stored size: 239 Bytes

Contents

guard 'rspec', :version => 2 do
  watch(/^spec\/.+_spec\.rb$/)
  watch(/^lib\/(.+)\.rb$/)     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb') { 'spec/' }
end

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omniauth-rightsignature-0.0.7 Guardfile
omniauth-rightsignature-0.0.6 Guardfile
omniauth-rightsignature-0.0.5 Guardfile
omniauth-rightsignature-0.0.4 Guardfile
omniauth-rightsignature-0.0.3 Guardfile
omniauth-rightsignature-0.0.2 Guardfile