Sha256: 20fa23697e7c13c537aa054c1449f93937357200b7f43737598f2c72931b5c1a

Contents?: true

Size: 329 Bytes

Versions: 43

Compression:

Stored size: 329 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__),'..','..','lib')
require 'rhosync/tasks'

ROOT_PATH = File.expand_path(File.dirname(__FILE__))

begin
  require 'resque/tasks'
  task "resque:setup" do
    require 'application'
  end
rescue LoadError
  puts "Resque not available. Install it with: "
  puts "gem install resque\n\n"
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
rhosync-2.1.2 bench/benchapp/Rakefile
rhosync-2.1.1 bench/benchapp/Rakefile
rhosync-2.1.0 bench/benchapp/Rakefile
rhosync-2.1.0.beta.2 bench/benchapp/Rakefile
rhosync-2.1.0.beta.1 bench/benchapp/Rakefile
rhosync-2.0.9 bench/benchapp/Rakefile
rhosync-2.0.8 bench/benchapp/Rakefile
rhosync-2.0.7 bench/benchapp/Rakefile
rhosync-2.0.6 bench/benchapp/Rakefile
rhosync-2.0.5 bench/benchapp/Rakefile
rhosync-2.0.4 bench/benchapp/Rakefile
rhosync-2.0.3 bench/benchapp/Rakefile
rhosync-2.0.2 bench/benchapp/Rakefile
rhosync-2.0.1 bench/benchapp/Rakefile
rhosync-2.0.0 bench/benchapp/Rakefile
rhosync-2.0.0.rc2 bench/benchapp/Rakefile
rhosync-2.0.0.rc1 bench/benchapp/Rakefile
rhosync-2.0.0.beta13 bench/benchapp/Rakefile
rhosync-2.0.0.beta12 bench/benchapp/Rakefile
rhosync-2.0.0.beta11 bench/benchapp/Rakefile