Sha256: 18b26ffbc759f084374a3cbfa7be13c81d59b5025a7697894824f1070c10c63e

Contents?: true

Size: 255 Bytes

Versions: 11

Compression:

Stored size: 255 Bytes

Contents

guard :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

guard 'yard' do
  watch(%r{lib/.+\.rb})
  watch(%r{docs/.+\.md})
  watch(%r{README\.md})
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
datarank-v2-1.0.0 Guardfile
datarank-1.4.0 Guardfile
datarank-1.3.0 Guardfile
datarank-1.2.0 Guardfile
datarank-1.1.4 Guardfile
datarank-1.1.3 Guardfile
datarank-1.1.2 Guardfile
datarank-1.1.1 Guardfile
datarank-1.1.0 Guardfile
datarank-1.0.0 Guardfile
datarank-0.2 Guardfile