sappho-heatmiser-proxy 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module Sappho
7
7
  module Heatmiser
8
8
  module Proxy
9
9
  NAME = "sappho-heatmiser-proxy"
10
- VERSION = "0.0.2"
10
+ VERSION = "0.0.3"
11
11
  AUTHORS = ["Andrew Heald"]
12
12
  EMAILS = ["andrew@heald.co.uk"]
13
13
  HOMEPAGE = "https://github.com/sappho/sappho-heatmiser-proxy/wiki"
@@ -30,7 +30,9 @@ module Sappho
30
30
  sleep 1
31
31
  else
32
32
  log.info "listening for new clients on proxy server port #{port}"
33
- Thread.new server.accept { |client| HeatmiserClient.new(client).communicate }
33
+ Thread.new server.accept do |client|
34
+ HeatmiserClient.new(client).communicate
35
+ end
34
36
  end
35
37
  end
36
38
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sappho-heatmiser-proxy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Heald