Orbit/Rakefile

11 lines
338 B
Ruby
Raw Permalink Normal View History

# /usr/bin/ruby -Ku
2009-05-07 16:53:18 +00:00
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
2010-03-08 08:04:05 +00:00
require File.expand_path('../config/application', __FILE__)
require 'resque/tasks'
2012-02-09 06:58:59 +00:00
require 'rake/dsl_definition'
2009-05-07 16:53:18 +00:00
require 'rake'
Orbit::Application.load_tasks