jstp 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module JSTP
3
- VERSION = "1.3.1"
3
+ VERSION = "1.3.2"
4
4
  end
@@ -41,7 +41,7 @@ module Reader
41
41
  def tcp
42
42
  @server = TCPServer.new @config.port.inbound
43
43
 
44
- @config.logger.info "JSTP node running on TCP mode in port #{@config.port.inbound}"
44
+ @config.logger.info "JSTP node running on TCP mode in #{@config.hostname}:#{@config.port.inbound}"
45
45
  loop {
46
46
  Thread.start(@server.accept) { |client|
47
47
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jstp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-02-18 00:00:00.000000000 Z
14
+ date: 2013-02-20 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: em-websocket