Sha256: c50b95c6d3daf49947dabafc264fef55535f55b22aa6379b82bf50f6f2218719
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
# encoding: utf-8 # http://support.runcoderun.com/faqs/builds/how-do-i-run-rake-with-trace-enabled Rake.application.options.trace = true # default task for RunCodeRun.com task :default => ["submodules:init", :spec] # load tasks Dir["tasks/*.rake"].each do |taskfile| load taskfile end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rango-0.1.1.1 | Rakefile |