manqod-server 1.264.0 → 1.265.0
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.
- data/bin/manqod-server +1 -1
- metadata +3 -3
data/bin/manqod-server
CHANGED
|
@@ -82,7 +82,7 @@ begin
|
|
|
82
82
|
print "\t-r\treport() email address - where to send errors automatically and by users, no mail is sent if not set\n"
|
|
83
83
|
exit
|
|
84
84
|
when "--bind" then server_uri=arg
|
|
85
|
-
when "--log" then log=arg == "" ? STDERR :
|
|
85
|
+
when "--log" then log=arg == "" ? STDERR : arg
|
|
86
86
|
when "--connections" then connections_conf=arg
|
|
87
87
|
when "--debug" then debug=arg
|
|
88
88
|
when "--report" then report=arg
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
|
-
-
|
|
7
|
+
- 265
|
|
8
8
|
- 0
|
|
9
|
-
version: 1.
|
|
9
|
+
version: 1.265.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Dobai-Pataky Balint
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-03-
|
|
17
|
+
date: 2011-03-22 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|