fizx / robots

robots.txt parser
40 stars 17 forks source link

Rakefile #5

Closed xambroz closed 13 years ago

xambroz commented 13 years ago

Hello , please would you consider including patch to the Rakefile as suggested by Mamoru Tasaka? https://bugzilla.redhat.com/show_bug.cgi?id=632912

$ diff -u Rakefile.debug Rakefile --- Rakefile.debug 1970-01-01 09:00:00.000000000 +0900 +++ Rakefile 2010-09-13 02:32:52.000000000 +0900 @@ -21,7 +21,7 @@ require 'rake/testtask' Rake::TestTask.new(:test) do |test| test.libs << 'lib' << 'test'

@@ -38,7 +38,7 @@ end end

-task :test => :check_dependencies +#task :test => :check_dependencies

task :default => :test

fizx commented 13 years ago

Applied for 0.10.1

xambroz commented 13 years ago

Thank you