Sha256: 2401281bb42c4dfcc60a85bb4ba381213af074db523406323497f8ecdcca64ee

Contents?: true

Size: 285 Bytes

Versions: 5

Compression:

Stored size: 285 Bytes

Contents

# encoding: utf-8

# I know, Rake is piece of shift, unfortunately RunCodeRun.com requires it.
# 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) { exec "spec spec" }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nake-0.0.5 Rakefile
nake-0.0.3 Rakefile
nake-0.0.3.pre Rakefile
nake-0.0.2 Rakefile
nake-0.0.2.pre Rakefile