Sha256: 7b3060f1ec42db11aaea7a85f7f529e5eb31d615b4829a4bd94922036b77b420

Contents?: true

Size: 338 Bytes

Versions: 116

Compression:

Stored size: 338 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})          { |m| "spec/#{m[1]}_spec.rb" }

  watch('spec/spec_helper.rb')       { 'spec' }
  watch(%r{^spec/support/(.+)\.rb$}) { 'spec' }
end

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

Version data entries

116 entries across 116 versions & 2 rubygems

Version Path
msgr-0.15.2.1.b157 Guardfile
msgr-0.15.2.1.b156 Guardfile
msgr-0.15.2.1.b155 Guardfile
msgr-0.15.2.1.b154 Guardfile
msgr-0.15.2.1.b152 Guardfile
msgr-0.15.1.1.b151 Guardfile
msgr-0.15.2 Guardfile
msgr-0.15.1.1.b150 Guardfile
msgr-0.15.1.1.b146 Guardfile
msgr-0.15.1.1.b145 Guardfile
msgr-0.15.1.1.b144 Guardfile
msgr-0.15.1.1.b143 Guardfile
msgr-0.15.1.1.b141 Guardfile
msgr-0.15.0.1.b140 Guardfile
msgr-0.15.1 Guardfile
msgr-0.15.0.1.b139 Guardfile
msgr-0.15.0.1.b136 Guardfile
msgr-0.15.0.1.b135 Guardfile
msgr-0.15.0.1.b134 Guardfile
msgr-0.15.0.1.b131 Guardfile