Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove code statistics from Rakefile.
  • Loading branch information
weppos committed Dec 5, 2010
1 parent 30a7573 commit 757bd51
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Rakefile
Expand Up @@ -157,17 +157,6 @@ task :console do
sh "irb -rubygems -I lib -r public_suffix_service.rb"
end

begin
require "code_statistics"
desc "Show library's code statistics"
task :stats do
CodeStatistics.new(["Public Suffix Service", "lib"],
["Tests", "test"]).to_s
end
rescue LoadError
puts "CodeStatistics (Rails) is not available"
end


desc <<-DESC
Downloads the Public Suffix List file from the repository \
Expand Down

0 comments on commit 757bd51

Please sign in to comment.