Sha256: d66158940ee7755ef832e7c761743301084cb333cb237398da7cd15a9b0c5b73

Contents?: true

Size: 463 Bytes

Versions: 54

Compression:

Stored size: 463 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

begin
  require 'vendor/rhoconnect/lib/rhoconnect/tasks'
  require 'vendor/rhoconnect/lib/rhoconnect'
rescue LoadError
  require 'rhoconnect/tasks'
  require 'rhoconnect'
end

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

54 entries across 39 versions & 1 rubygems

Version Path
rhoconnect-4.0.0 bench/benchapp/Rakefile
rhoconnect-4.0.0.beta.24 bench/benchapp/Rakefile
rhoconnect-3.4.5 bench/benchapp/Rakefile
rhoconnect-4.0.0.beta.10 bench/benchapp/Rakefile
rhoconnect-4.0.0.beta.12 bench/benchapp/Rakefile
rhoconnect-3.4.4 bench/benchapp/Rakefile
rhoconnect-3.4.3 bench/benchapp/Rakefile
rhoconnect-3.4.2 bench/benchapp/Rakefile
rhoconnect-3.3.6 bench/benchapp/Rakefile
rhoconnect-3.3.5 bench/benchapp/Rakefile
rhoconnect-3.3.4 bench/benchapp/Rakefile
rhoconnect-3.3.3 bench/benchapp/Rakefile
rhoconnect-3.3.2 bench/benchapp/Rakefile
rhoconnect-3.3.1 bench/benchapp/Rakefile
rhoconnect-3.3.1.beta4 bench/benchapp/Rakefile
rhoconnect-3.3.1.beta3 bench/benchapp/Rakefile
rhoconnect-3.3.1.beta2 bench/benchapp/Rakefile
rhoconnect-3.2.1 bench/benchapp/Rakefile
rhoconnect-3.2.0 bench/benchapp/Rakefile
rhoconnect-3.2.0.beta5 bench/benchapp/Rakefile