Sha256: 6c680f6434f8ecbd8197c1a71566c10f29f3c24444ba57ae946b9504fe9828b8
Contents?: true
Size: 229 Bytes
Versions: 5
Compression:
Stored size: 229 Bytes
Contents
# -*- coding: utf-8 -*- $LOAD_PATH << './lib' require './lib/nwiki' if ENV['RACK_ENV'] == "development" use Rack::Reloader use Rack::Lint end map '/articles' do run Nwiki::Frontend::App.new 'spec/examples/sample.git' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
nwiki-0.0.6 | config.ru |
nwiki-0.0.5 | config.ru |
nwiki-0.0.4 | config.ru |
nwiki-0.0.3 | config.ru |
nwiki-0.0.2 | config.ru |