Sha256: e7d69674f28e359a7aed4ed9241223aa421ac9233769644766c5f4e9082cea63

Contents?: true

Size: 299 Bytes

Versions: 6

Compression:

Stored size: 299 Bytes

Contents

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

begin
  require 'resque/tasks'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rhosync-2.0.0.beta7 bench/benchapp/Rakefile
rhosync-2.0.0.beta6 bench/benchapp/Rakefile
rhosync-2.0.0.beta4 bench/benchapp/Rakefile
rhosync-2.0.0.beta3 bench/benchapp/Rakefile
rhosync-2.0.0.beta2 bench/benchapp/Rakefile
rhosync-2.0.0.beta1 bench/benchapp/Rakefile