Rakefile in gcalapi-0.1.1 vs Rakefile in gcalapi-0.1.2

- old
+ new

@@ -6,10 +6,10 @@ require 'rbconfig' include Config PKG_NAME = 'gcalapi' PKG_VERSION = File.read('VERSION').chomp -PKG_FILES = FileList["**/*"].exclude(".svn").exclude("pkg").exclude("test/temp_*.rb").exclude("test/parameters.rb").exclude("*.log") +PKG_FILES = FileList["**/*"].exclude(".svn").exclude("pkg").exclude("test/temp_*.rb").exclude("test/parameters.rb").exclude("*.log").exclude("test/*.log") Rake::TestTask.new do |t| t.libs << "test" t.test_files = FileList['test/*_test.rb'] t.verbose = true