Sha256: 439e777ff959c75adf20233cab3fb047fb797fd785fa1d098eac0deabe2c8bfb

Contents?: true

Size: 234 Bytes

Versions: 5

Compression:

Stored size: 234 Bytes

Contents

# -*- encoding : utf-8 -*-
guard 'bundler' do
  watch(/^.+\.gemspec/)
end

guard 'rspec', cmd: 'bundle exec rspec' do
  watch(/^spec\/.+_spec\.rb/)
  watch(%r{^lib/ashikawa-core/(.+)\.rb$})     { |m| "spec/unit/#{m[1]}_spec.rb" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ashikawa-core-0.14.0 Guardfile
ashikawa-core-0.13.1 Guardfile
ashikawa-core-0.13.0 Guardfile
ashikawa-core-0.12.0 Guardfile
ashikawa-core-0.11.0 Guardfile