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.18.beta2 bench/benchapp/Rakefile
rhosync-2.1.18.beta1 bench/benchapp/Rakefile
rhosync-2.1.17 bench/benchapp/Rakefile
rhosync-2.1.17.beta7 bench/benchapp/Rakefile
rhosync-2.1.17.beta6 bench/benchapp/Rakefile
rhosync-2.1.17.beta5 bench/benchapp/Rakefile
rhosync-2.1.17.beta4 bench/benchapp/Rakefile
rhosync-2.1.17.beta3 bench/benchapp/Rakefile
rhosync-2.1.17.beta2 bench/benchapp/Rakefile
rhosync-2.1.17.beta1 bench/benchapp/Rakefile
rhosync-2.1.16 bench/benchapp/Rakefile
rhosync-2.1.15 bench/benchapp/Rakefile
rhosync-2.1.14 bench/benchapp/Rakefile
rhosync-2.1.13 bench/benchapp/Rakefile
rhosync-2.1.12 bench/benchapp/Rakefile
rhosync-2.1.11 bench/benchapp/Rakefile
rhosync-2.1.10 bench/benchapp/Rakefile
rhosync-2.1.7 bench/benchapp/Rakefile
rhosync-2.1.6 bench/benchapp/Rakefile
rhosync-2.1.3 bench/benchapp/Rakefile