public
Description: OLAP extensions for ActiveRecord
Homepage: http://wiki.github.com/wvanbergen/active_olap
Clone URL: git://github.com/wvanbergen/active_olap.git
active_olap / Rakefile
100644 6 lines (3 sloc) 0.129 kb
1
2
3
4
5
6
Dir[File.dirname(__FILE__) + "/tasks/*.rake"].each { |file| load(file) }
 
GithubGem::RakeTasks.new(:gem)
 
task :default => :test