lib/gyoza-languages/version.rb in gyoza-languages-1.0.1 vs lib/gyoza-languages/version.rb in gyoza-languages-1.0.2

- old
+ new

@@ -1,11 +1,11 @@ # frozen_string_literal: true module GyozaLanguages - VERSION = '1.0.1' + VERSION = '1.0.2' # The content sent as the HTTP Server header SERVER_NAME = "Gyoza-Languages/#{VERSION}" - DEFAULT_PORT = 9172 + 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