Sha256: fed36eccfbd3ade56e3aa7657c77bea73e47e692fde60e7dc92dd2c0942b01cb

Contents?: true

Size: 191 Bytes

Versions: 1

Compression:

Stored size: 191 Bytes

Contents

$:.unshift File.expand_path("../lib", __FILE__)
require "anypow"
extend Anypow
run_pow "foreman start -p $PORT"

run Proc.new {|env| [200, {"Content-Type" => "text/plain"}, ["Hello Rack!"]]}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anypow-0.0.3 config.ru