Top Level Namespace

Defined Under Namespace

Modules: Rack

Constant Summary collapse

FONTSERVE_VERSION =

Define it as a plain constant instead of Bundler best-practice of Rack::Fontserve::VERSION since Fontserve is a class that inherits from Sinatra::Base and we’d be getting Superclass mismatch errors here since Sinatra is unavailable when evaluating this file standalone, i.e. in Rakefile

'0.2.0'