Sha256: e192244c139b96216a00c08fd243e18b909dcf304a35e89be38e9111dda89dbc
Contents?: true
Size: 556 Bytes
Versions: 20
Compression:
Stored size: 556 Bytes
Contents
# -*- coding: utf-8 -*- module TDiary module Rack autoload :HtmlAnchor, 'tdiary/rack/html_anchor' autoload :ValidRequestPath, 'tdiary/rack/valid_request_path' autoload :Static, 'tdiary/rack/static' module Assets autoload :Precompile, 'tdiary/rack/assets/precompile' end module Auth autoload :Basic, 'tdiary/rack/auth/basic' autoload :OmniAuth, 'tdiary/rack/auth/omniauth' end end end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: # vim: ts=3
Version data entries
20 entries across 20 versions & 1 rubygems