Sha256: 8e8e46a509a0e6e7b5c4088d3fa97d86dec043dee753d91837979791599fbeab

Contents?: true

Size: 307 Bytes

Versions: 6

Compression:

Stored size: 307 Bytes

Contents

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch('lib/liquor.rb') { "spec" }
  watch(%r{^lib/liquor/(.+)\.rb$}) { "spec" }
  watch('spec/spec_helper.rb') { "spec" }

  watch(%r{^lib/liquor/grammar/.+\.(rl|racc)$}) { `rake` }
  watch('doc/language-spec.md') { `rake` }

  notification :libnotify
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
liquor-0.9.6 Guardfile
liquor-0.9.5 Guardfile
liquor-0.9.4 Guardfile
liquor-0.9.3 Guardfile
liquor-0.9.2 Guardfile
liquor-0.9.1 Guardfile