lib/gyoza-languages/version.rb in gyoza-languages-1.0.4 vs lib/gyoza-languages/version.rb in gyoza-languages-1.0.5

- old
+ new

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