Sha256: f730d9d3025b65018be1ecfeef1d7c53ef360e20d45b29d7daf4e650e8c01630

Contents?: true

Size: 312 Bytes

Versions: 1

Compression:

Stored size: 312 Bytes

Contents

guard 'rake', task: 'default' do
  watch 'Rakefile'
  watch 'Gemfile'
  watch 'Guardfile'
  watch '.rspec'
  watch '.rubocop.yml'
  watch %r{^lib/}
  watch %r{^spec/}
end

guard 'rake', task: 'doc' do
  watch '.yardopts'
  watch 'LICENSE.txt'
  watch(/.+\.(md|markdown)/)
  watch %r{^lib/}
  watch %r{^doc/}
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jerry-2.0.1 Guardfile