Sha256: 1a2020462abaa464ed3780db05bafd0b48ad590cf0a6ee36a75a1f653e075260

Contents?: true

Size: 420 Bytes

Versions: 5

Compression:

Stored size: 420 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
  # Uncomment next line if Gemfile contain `gemspec' command
  # watch(/^.+\.gemspec/)
end


guard 'rspec', version: 2, cli: '--color --format nested', all_on_start: true, all_after_pass: true do
  watch('spec/spec_helper.rb')                        { "spec" }
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})                           { |m| "spec/#{m[1]}_spec.rb" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oembedr-1.1.1 Guardfile
oembedr-1.1.0 Guardfile
oembedr-1.0.0 Guardfile
oembedr-0.0.3 Guardfile
oembedr-0.0.2 Guardfile