Sha256: 0d2f41126870c7ef8ed0e901a252a3f4b84c69cf83f5ad733c7225e06e48fed5

Contents?: true

Size: 412 Bytes

Versions: 9

Compression:

Stored size: 412 Bytes

Contents

#!/usr/bin/env ruby

dir = File.dirname(__FILE__)
$LOAD_PATH.unshift("#{dir}/../lib")
require "screw_unit"

spec_root_path = ARGV[0] || raise("You need to pass in a spec root")
implementation_root_path = ARGV[1] || raise("You need to pass in an implementation root")
public_path = ARGV[2] || raise("You need to pass in a public path")
ScrewUnit::Server.run(spec_root_path, implementation_root_path, public_path)

Version data entries

9 entries across 9 versions & 5 rubygems

Version Path
btakita-screw-unit-server-0.3.0 bin/screw_unit_server
btakita-screw_unit-0.1.0 bin/screw_unit_server
btakita-screw_unit-0.3.0 bin/screw_unit_server
pivotal-screw-unit-0.4.0 bin/screw_unit_server
pivotal-screw-unit-0.4.1 bin/screw_unit_server
pivotal-screw-unit-0.4.2 bin/screw_unit_server
screw-unit-0.3.1 bin/screw_unit_server
screw-unit-0.3.3 bin/screw_unit_server
screw-unit-server-0.3.0 bin/screw_unit_server