Sha256: 9c6698f9c2141abc546f7deaae669e48106c2fdd26f8a1fc8143c83a54f5fdd6

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

# frozen_string_literal: true

module GyozaLanguages
  VERSION = '1.0.3'
  # The content sent as the HTTP Server header
  SERVER_NAME = "Gyoza-Languages/#{VERSION}"
  DEFAULT_PORT = 20125

  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-1.0.3 lib/gyoza-languages/version.rb