Sha256: 5515c557e73ea7911f90c697f44befbb55fe17fa490eaa381372b5079e8121fb

Contents?: true

Size: 274 Bytes

Versions: 43

Compression:

Stored size: 274 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
end

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

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
lono-3.5.0 Guardfile
lono-3.4.1 Guardfile
lono-3.4.0 Guardfile
lono-3.3.4 Guardfile
lono-3.3.2 Guardfile
lono-3.3.0 Guardfile
lono-3.2.1 Guardfile
lono-3.2.0 Guardfile
lono-3.1.3 Guardfile
lono-3.1.2 Guardfile
lono-3.1.1 Guardfile
lono-3.0.1 Guardfile
lono-3.0.0 Guardfile
lono-2.1.0 Guardfile
lono-2.0.5 Guardfile
lono-2.0.4 Guardfile
lono-2.0.3 Guardfile
lono-2.0.2 Guardfile
lono-2.0.1 Guardfile
lono-2.0.0 Guardfile