gyoza-languages 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ce01cc539ead25cf2994d84a0c608f5cf306e34d5fbfed03962abe710eb4a74
4
- data.tar.gz: 1311b5faa6581735afd68f06bd3b8f509d3bfef28642c35faf52ce34ee9123a7
3
+ metadata.gz: 1090067d8f3495772c54bec25bd645361a322b5a0735fd39cd4b534ec5575ee5
4
+ data.tar.gz: af33c522963563a7aef37257e323a25f054d0270234a7b6058968ed5e4c14a72
5
5
  SHA512:
6
- metadata.gz: 58bfae9ae6149021ee01bce0f03db9f97e8c8205b32307fc88d9e997dd83c0c254826c0e8c5493afaf9b0d8009d15689ef43d875f55923fa6a0ec17bc359a66f
7
- data.tar.gz: 86e644db920232c5f8f31639647914761444c85f0e6eb6fededb8f459ee1d06168004d5c3998c688536a994f5a9e33fe412382c8aefc9419626d777b6f1fa6ae
6
+ metadata.gz: d1a83615f70e294786ea968e518bfc32e49f660a68a91b847ab6d8567858d0c7fcc9bd3356e3d670bf6a970ce6f0ba8791d6ced01d7bf8abcf998c1d67973882
7
+ data.tar.gz: 28bb3e9fb26245c2c074cdbf4cad8a47b1c51455a5b943460b4cee97a0f6c316cc151594d3769eb46dd1944c8c78274b8221829de1c1d9b12ec7f113c0d9f05b
@@ -19,7 +19,7 @@ class GyozaApp
19
19
  # a GyozaError is raised.
20
20
  #
21
21
  # Arguments:
22
- # port: the port to start the server at (9172 by default)
22
+ # port: the port to start the server at
23
23
  def start(port = GyozaLanguages::DEFAULT_PORT)
24
24
  if @handler.nil?
25
25
  @handler = Rackup::Handler.default
@@ -1,10 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GyozaLanguages
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  # The content sent as the HTTP Server header
6
6
  SERVER_NAME = "Gyoza-Languages/#{VERSION}"
7
- DEFAULT_PORT = 9172
7
+ DEFAULT_PORT = 20125
8
8
 
9
9
  SPEC_NAME = $PROGRAM_NAME.split('/').last
10
10
  SPEC_DESCRIPTION = 'A Ruby implementation of the Github linguist project with an integrated simple HTTP web server'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gyoza-languages
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fulminazzo