Sha256: 17a7ef1ef05d963831b99d3f12c49e8f2e82832b21711f85a2ef50e87d0cc6c3

Contents?: true

Size: 119 Bytes

Versions: 2

Compression:

Stored size: 119 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
anypow-0.0.3 spec/resources/config.ru
anypow-0.0.2 spec/resources/config.ru