Sha256: eec58c86204c04723b17ef22ed07bd4b4f0d57ee0b91afc1eff95ae612488a43

Contents?: true

Size: 302 Bytes

Versions: 123

Compression:

Stored size: 302 Bytes

Contents

$:.unshift File.expand_path('../lib', __FILE__)

def shell(*cmds)
  cmd = cmds.join("\n")
  puts cmd
  system cmd
end

#
# Install all tasks found in tasks folder
#
# See .rake files there for complete documentation.
#
Dir["tasks/*.rake"].each do |taskfile|
  load taskfile
end

task :default => :test

Version data entries

123 entries across 123 versions & 4 rubygems

Version Path
startback-1.1.0 Rakefile
startback-jobs-1.1.0 Rakefile
startback-web-1.1.0 Rakefile
startback-1.0.3 Rakefile
startback-web-1.0.3 Rakefile
startback-jobs-1.0.3 Rakefile
startback-jobs-1.0.2 Rakefile
startback-web-1.0.2 Rakefile
startback-1.0.2 Rakefile
startback-1.0.1 Rakefile
startback-jobs-1.0.1 Rakefile
startback-web-1.0.1 Rakefile
startback-1.0.0 Rakefile
startback-jobs-1.0.0 Rakefile
startback-web-1.0.0 Rakefile
startback-0.19.4 Rakefile
startback-jobs-0.19.4 Rakefile
startback-0.19.3 Rakefile
startback-jobs-0.19.3 Rakefile
startback-jobs-0.19.2 Rakefile