Sha256: ad83a75ff0eeeffa347ca761c1551406fddfc57ca28c0467062ca7b2ea59c592
Contents?: true
Size: 118 Bytes
Versions: 23
Compression:
Stored size: 118 Bytes
Contents
# encoding: utf-8 use Rack::ContentType use Rack::ContentLength run lambda { |env| [200, Hash.new, "Just a test!"] }
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
rango-0.1.1.2 | spec/stubs/config.ru |
rango-0.1.1.1 | spec/stubs/config.ru |
rango-0.1.1 | spec/stubs/config.ru |