pmux-gw 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  ---
2
+ pmux_path: "pmux"
2
3
  bind_address: "0.0.0.0"
3
4
  bind_port: 18080
4
5
  user: "admin"
@@ -7,9 +8,9 @@ glusterfs_root: "/mnt"
7
8
  max_tasks: 512
8
9
  max_content_size: 1048576
9
10
  use_basic_auth: true
10
- password_file_path: "/etc/pmux-w/password"
11
+ password_file_path: "/etc/pmux-gw/password"
11
12
  history_file_path: "/var/log/pmux-gw/history"
12
- log_file_path: "/var/log/pmux-w/pmux-gw.log"
13
+ log_file_path: "/var/log/pmux-gw/pmux-gw.log"
13
14
  log_level: "info"
14
15
  use_syslog: false
15
16
  syslog_facility: "local0"
@@ -141,7 +141,7 @@ module Pmux
141
141
  def build_command
142
142
  # パラメータからpmuxコマンドの生成する
143
143
  mapper = nil
144
- opt_list = ["/usr/local/bin/ruby193", "/usr/local/bin/pmux"]
144
+ opt_list = [$config["pmux_path"]]
145
145
  file_list = []
146
146
  for attr in @@param_attr
147
147
  if !attr["multi"]
@@ -1,5 +1,5 @@
1
1
  module Pmux
2
2
  module Gateway
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -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.1
8
+ %define version 0.1.3
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: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hiroyuki Kakine