Sha256: 7a70ec048ed0309a28ff4f88688d3ce126a03f428675e922f292e5d2ffcf686b

Contents?: true

Size: 269 Bytes

Versions: 25

Compression:

Stored size: 269 Bytes

Contents

guard 'rake', :task => 'compile' do
  watch(%r{^ext/(.+)\.(c|java)$})
end

guard 'rspec', :cli => '--format documentation' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec/" }
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
ruby_speech-2.1.1-java Guardfile
ruby_speech-2.1.1 Guardfile
ruby_speech-2.1.0-java Guardfile
ruby_speech-2.1.0 Guardfile
ruby_speech-2.0.2 Guardfile