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-3.0.1-java Guardfile
ruby_speech-3.0.1 Guardfile
ruby_speech-3.0.0-java Guardfile
ruby_speech-3.0.0 Guardfile
ruby_speech-2.4.0-java Guardfile
ruby_speech-2.4.0 Guardfile
ruby_speech-2.3.2-java Guardfile
ruby_speech-2.3.2 Guardfile
ruby_speech-2.3.1-java Guardfile
ruby_speech-2.3.1 Guardfile
ruby_speech-2.3.0-java Guardfile
ruby_speech-2.3.0 Guardfile
ruby_speech-2.2.2-java Guardfile
ruby_speech-2.2.2 Guardfile
ruby_speech-2.2.1-java Guardfile
ruby_speech-2.2.1 Guardfile
ruby_speech-2.2.0-java Guardfile
ruby_speech-2.2.0 Guardfile
ruby_speech-2.1.2-java Guardfile
ruby_speech-2.1.2 Guardfile