pmux-gw 0.1.1 → 0.1.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.
@@ -201,7 +201,7 @@ module Pmux
201
201
  # 終了フラグが立っていると終了処理
202
202
  if @term
203
203
  HttpHandler.set_term()
204
- if HttpHandler.get_task_cnt() == 0:
204
+ if HttpHandler.get_task_cnt() == 0
205
205
  @logger.logging("info", "shutdown...")
206
206
  @periodic_timer.cancel()
207
207
  @history.finish()
@@ -1,5 +1,5 @@
1
1
  module Pmux
2
2
  module Gateway
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
data/rpm/pmux-gw.spec CHANGED
@@ -5,7 +5,7 @@
5
5
  %define ruby_verid %{_ruby_verid}
6
6
  %endif
7
7
  %define rbname pmux-gw
8
- %define version 0.1.0
8
+ %define version 0.1.1
9
9
  %define release 1
10
10
 
11
11
  Summary: Pmux gateway server
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pmux-gw
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hiroyuki Kakine