Rakefile in osc-ruby-0.6.1 vs Rakefile in osc-ruby-0.6.2

- old
+ new

@@ -1,9 +1,10 @@ require 'spec/rake/spectask' task :default => :spec Spec::Rake::SpecTask.new do |t| + t.libs << 'lib' t.warning = false t.rcov = false t.spec_opts = ["--colour"] end \ No newline at end of file