Sha256: 23b3dfe5228610df835e25547b0691619dfe06862534512b7e2396ae59f549f4

Contents?: true

Size: 212 Bytes

Versions: 11

Compression:

Stored size: 212 Bytes

Contents

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$}) { "spec" }
  watch(%r{^ext/nmatrix/(.+)\.(c|cpp|h|rb)$}) { `rake compile | rake spec` }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
nmatrix-0.1.0.rc3 Guardfile
nmatrix-0.1.0.rc2 Guardfile
nmatrix-0.1.0.rc1 Guardfile
nmatrix-0.0.9 Guardfile
nmatrix-0.0.8 Guardfile
nmatrix-0.0.7 Guardfile
nmatrix-0.0.6 Guardfile
nmatrix-0.0.5 Guardfile
nmatrix-0.0.4 Guardfile
nmatrix-0.0.3 Guardfile
nmatrix-0.0.2 Guardfile