Guardfile in ruby_speech-2.0.1 vs Guardfile in ruby_speech-2.0.2

- old
+ new

@@ -1,6 +1,6 @@ guard 'rake', :task => 'compile' do - watch(%r{^ext/(.+)\.c$}) + 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" }