Sha256: 5ccb8cd21c7afc12df2d24da1985cad058ad8004ab16ce2f7a13d8c4abf15cf5

Contents?: true

Size: 316 Bytes

Versions: 5

Compression:

Stored size: 316 Bytes

Contents

#!/usr/bin/ruby -Ke
Dir.chdir File.dirname(__FILE__)
standalone = "bitclust/standalone.rb"
src = File.read(standalone).sub(/\$0/) { standalone.dump }
ARGV.unshift "--bind-address=127.0.0.1"
ARGV.unshift "--baseurl="
ARGV.unshift "--debug"
ARGV.unshift "--auto"
ARGV.unshift "--capi"
eval src, binding, standalone, 1

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/server.rb
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/server.rb
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/server.rb
bitclust-core-0.5.1 server.rb
bitclust-core-0.5.0 server.rb