public
Description: A pure Ruby implementation for writing CLIEOP files to submit payments or direct charges to Dutch banks.
Homepage: http://github.com/wvanbergen/clieop/wikis
Clone URL: git://github.com/wvanbergen/clieop.git
clieop / Rakefile
100644 5 lines (3 sloc) 0.104 kb
1
2
3
4
5
Dir['tasks/*.rake'].each { |file| load(file) }
 
GithubGem::RakeTasks.new(:gem)
task :default => [:spec]