Sha256: 160a455a0fbbabd2a6908e9c5c2b50cdd2ce0162c9fd4efd516b5d4eb14ed14e
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift ::File.expand_path(::File.dirname(__FILE__) + '/lib') require 'kthxbye/web_interface' if ENV['KTHXBYECONFIG'] && ::File.exists?(::File.expand_path(ENV['KTHXBYECONFIG'])) load ::File.expand_path(ENV['KTHXBYECONFIG']) end use Rack::ShowExceptions Kthxbye::WebInterface.new
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kthxbye-1.3.2 | config.ru |
kthxbye-1.3.0 | config.ru |
kthxbye-1.2.1 | config.ru |
kthxbye-1.2.0 | config.ru |