Sha256: b89dbfecfd47a802b20236c8dfd588cd60c088a1dcf427559c15d1b4eeded2fc

Contents?: true

Size: 345 Bytes

Versions: 12

Compression:

Stored size: 345 Bytes

Contents

# We're "vendoring" the rhosync/lib directory here so we can use the working copy of
# rhosync.  Normally, you would require rhosync as a gem or vendor it here.
path = File.join(File.dirname(__FILE__),'..','..','..','..','..','lib')
$:.unshift path
require File.join(path,'rhosync','server')
require File.join(path,'rhosync','console','server')

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
rhosync-2.0.0.beta7 examples/simple/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta7 bench/benchapp/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta6 bench/benchapp/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta6 examples/simple/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta4 bench/benchapp/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta4 examples/simple/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta3 bench/benchapp/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta3 examples/simple/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta2 examples/simple/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta2 bench/benchapp/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta1 bench/benchapp/vendor/rhosync/lib/rhosync.rb
rhosync-2.0.0.beta1 examples/simple/vendor/rhosync/lib/rhosync.rb