Sha256: bb82522a343cda0d714c9516f6dfdc958ffbf80f06346a97328181bc5002bd47

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 Bytes

Contents

# More info at https://github.com/guard/guard#readme

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

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ivapi-1.3.0 Guardfile
ivapi-1.2.0 Guardfile
ivapi-1.1.8 Guardfile
ivapi-1.1.7 Guardfile
ivapi-1.1.6 Guardfile