Sha256: 9168d18a1288d9836bd23337cd51cd80166bafd8c277717a125216351d939426
Contents?: true
Size: 415 Bytes
Versions: 1
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true module GyozaLanguages VERSION = '0.1.0' # The content sent as the HTTP Server header SERVER_NAME = "Gyoza-Languages/#{VERSION}" DEFAULT_PORT = 9172 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' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gyoza-languages-0.1.0 | lib/gyoza-languages/version.rb |