Sha256: 43d26a8a0c92289ea8a2d7a32175dded693dc8ddcbe8f68b89dfe7fc0406aaa4

Contents?: true

Size: 281 Bytes

Versions: 5

Compression:

Stored size: 281 Bytes

Contents

#\ -p 1207
$: << File.expand_path('../lib', __FILE__)

require 'ronn'
require 'ronn/server'

# use Rack::Lint

options = {
  :styles  => %w[man toc],
  :organization => "Ronn v#{Ronn::VERSION}"
}
files = Dir['man/*.ronn'] + Dir['test/*.ronn']

run Ronn::Server.new(files, options)

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
ronn-ng-0.7.4 config.ru
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/ronn-0.7.3/config.ru
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/ronn-0.7.3/config.ru
ronn-0.7.3 config.ru
ronn-0.7.0 config.ru