Introduction
Introduction Statistics Contact Development Disclaimer Help
add rake task for excellent - reportable - Fork of reportable required by WarVo…
Log
Files
Refs
README
---
commit 933aa44869406866d90de51bd13453b910e8d12f
parent 0bb2111b20c9f9e79c451630e287891f0fc0ed89
Author: Marco Otte-Witte <[email protected]>
Date: Wed, 24 Feb 2010 19:13:27 +0100
add rake task for excellent
Diffstat:
M Rakefile | 8 ++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Rakefile b/Rakefile
@@ -30,3 +30,11 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end
+
+begin
+ require 'simplabs/excellent/rake'
+ Simplabs::Excellent::Rake::ExcellentTask.new(:excellent) do |t|
+ t.paths = %w(lib)
+ end
+rescue LoadError
+end
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.