Sha256: a2a4db76efe2d9a5434b0ab40b6fb6408214850efad6916370267fd177cf36b5

Contents?: true

Size: 328 Bytes

Versions: 9

Compression:

Stored size: 328 Bytes

Contents

gem 'resque-pool'
require 'pry'
require 'resque/pool/cli'
require 'rspec'
require 'socket'

$LOAD_PATH << File.expand_path('lib/resque/*', File.dirname(__FILE__))
$LOAD_PATH << File.expand_path('lib/resque/pool/*', File.dirname(__FILE__))

require 'resque/cluster'
require 'resque/pool/patches'

@@hostname = Socket.gethostname

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
resque-cluster-0.1.1.1 spec/unit/spec_helper.rb
resque-cluster-0.1.1 spec/unit/spec_helper.rb
resque-cluster-0.1.0 spec/unit/spec_helper.rb
resque-cluster-0.0.7 spec/unit/spec_helper.rb
resque-cluster-0.0.6 spec/unit/spec_helper.rb
resque-cluster-0.0.4 spec/unit/spec_helper.rb
resque-cluster-0.0.3 spec/unit/spec_helper.rb
resque-cluster-0.0.2 spec/unit/spec_helper.rb
resque-cluster-0.0.1 spec/unit/spec_helper.rb