Sha256: 3571aa78a329cda11f4c4b9216925ef8e6e773fd66f309415bd7bfee6f2bd919

Contents?: true

Size: 342 Bytes

Versions: 53

Compression:

Stored size: 342 Bytes

Contents

rspec_options = {
  :version        => 1,
  :all_after_pass => false,
  :all_on_start   => false,
}

guard 'rspec', rspec_options 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(/^.+\.gemspec/)
end

Version data entries

53 entries across 52 versions & 7 rubygems

Version Path
plyom_user-0.0.6 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/Guardfile
plyom_user-0.0.5 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/Guardfile
plyom_user-0.0.4 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/Guardfile
plyom_user-0.0.3 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/Guardfile
plyom_user-0.0.2 vendor/bundle/ruby/2.0.0/gems/httparty-0.11.0/Guardfile
httparty-0.12.0 Guardfile
httparty-0.11.0 Guardfile
httparty-0.10.2 Guardfile
httparty-0.10.1 Guardfile
httparty-0.10.0 Guardfile
dkastner-httparty-0.9.0 Guardfile
httparty-0.9.0 Guardfile
httparty-0.8.3 Guardfile