You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/06/29 23:32:27 UTC

git commit: Add missing require

Repository: buildr
Updated Branches:
  refs/heads/master 330f01f9a -> 6c7a0437f


Add missing require


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/6c7a0437
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/6c7a0437
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/6c7a0437

Branch: refs/heads/master
Commit: 6c7a0437f70f4263fd00074f69d6521095009a8d
Parents: 330f01f
Author: Peter Donald <pe...@realityforge.org>
Authored: Mon Jun 30 07:32:22 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Mon Jun 30 07:32:22 2014 +1000

----------------------------------------------------------------------
 rakelib/metrics.rake | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/6c7a0437/rakelib/metrics.rake
----------------------------------------------------------------------
diff --git a/rakelib/metrics.rake b/rakelib/metrics.rake
index 6fa491a..d338f0e 100644
--- a/rakelib/metrics.rake
+++ b/rakelib/metrics.rake
@@ -18,6 +18,7 @@ namespace 'metrics' do
   task 'saikuro' do
     gem 'atoulme-Saikuro'
     require 'saikuro'
+    require 'pathname'
     output_dir = File.expand_path(File.join(File.dirname(__FILE__), '..', '_reports', 'saikuro'))
     base_dir = Pathname.new(File.expand_path(File.join(File.dirname(__FILE__), '..')))
     rb_files = %w(lib addon).collect { |folder|