Module: GyozaLanguages

Defined in:
lib/gyoza-languages.rb,
lib/gyoza-languages/version.rb

Constant Summary collapse

VERSION =
'1.0.5'
SERVER_NAME =

The content sent as the HTTP Server header

"Gyoza-Languages/#{VERSION}"
DEFAULT_PORT =
2015
SPEC_NAME =
$PROGRAM_NAME.split('/').last
SPEC_DESCRIPTION =
'A Ruby implementation of the Github linguist project with an integrated simple HTTP web server'
REPOSITORIES_DIRECTORY_ENV_NAME =
'REPOSITORIES_DIRECTORY'