Sha256: bc86a939d1b1aaf3228b07c68e8cd265e32c7e930de0e4a328cbfbe84a86daf9

Contents?: true

Size: 296 Bytes

Versions: 36

Compression:

Stored size: 296 Bytes

Contents

guard :rubocop do
  watch(%r{.+\.rb$})
  watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end

guard :rspec, cmd: 'bundle exec 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

36 entries across 36 versions & 3 rubygems

Version Path
phantom_svg-1.2.8 Guardfile
phantom_svg-1.2.7 Guardfile
phantom_svg-1.2.6 Guardfile
phantom_svg-1.2.5 Guardfile
phantom_svg-1.2.4 Guardfile
phantom_svg-1.2.3 Guardfile
phantom_svg-1.2.2 Guardfile
emojidex-static-collector-0.3.0 Guardfile
emojidex-static-collector-0.2.0 Guardfile
phantom_svg-1.2.1 Guardfile
phantom_svg-1.2.0 Guardfile
phantom_svg-1.1.9 Guardfile
phantom_svg-1.1.8 Guardfile
emojidex-0.0.23 Guardfile
phantom_svg-1.1.6 Guardfile
emojidex-0.0.22 Guardfile
emojidex-0.0.21 Guardfile
phantom_svg-1.1.5 Guardfile
phantom_svg-1.1.4 Guardfile
emojidex-0.0.20 Guardfile