Sha256: 60bb595f716c16d9581db45eec7bde3f693e0c9ed94db726c656e38d992cd629

Contents?: true

Size: 248 Bytes

Versions: 5

Compression:

Stored size: 248 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift File.dirname(__FILE__) + "/../lib"

require "reloadlive/options"
require 'reloadlive'

include Reloadlive

Rack::Handler::Thin.run builder(options['port']), :Port => options['port'], :Host => options['bind']

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reloadlive-1.0.4 bin/reloadlive
reloadlive-1.0.3 bin/reloadlive
reloadlive-1.0.2 bin/reloadlive
reloadlive-1.0.1 bin/reloadlive
reloadlive-1.0.0 bin/reloadlive