Sha256: 029464d6552fc4b28dfafa0223eeca6c37b072f2a3facf958e69857814b12894

Contents?: true

Size: 248 Bytes

Versions: 8

Compression:

Stored size: 248 Bytes

Contents

guard :shell do
  watch %r{^docs/.*adoc} do |m|
    `rake asciidoc:create`
  end
end

guard :minitest do
  watch(%r{^test/(.*)\/?test_(.*)\.rb$}){'test'}
  watch(%r{^lib/(.*/)?([^/]+)\.rb$}){'test'}
  watch(%r{^test/test_helper\.rb$}){'test'}
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
opskeleton-0.10.1 Guardfile
opskeleton-0.9.9 Guardfile
opskeleton-0.9.8 Guardfile
opskeleton-0.9.7 Guardfile
opskeleton-0.9.6 Guardfile
opskeleton-0.9.5 Guardfile
opskeleton-0.9.4 Guardfile
opskeleton-0.9.3 Guardfile