bayserver-docker-fcgi 2.2.0 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.BAYKIT +53 -0
- data/README.md +3 -0
- metadata +9 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a1723a2ef0019fd300f98f53b769a1ac52430a50bad27fe5e9143a2d75124bf
|
4
|
+
data.tar.gz: 5e34f1645622d9c77838a17fda99d3d3cae508e5c636ad559f6f8fed82e45657
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a97baaa7c7891cc9accbfabac1ed175cfd2ba13c84ff4e586828699df5c08257d140b1627c57ff429f0652b5e87261476bdabf4720554c9c23e6957a033ea55
|
7
|
+
data.tar.gz: 60542e54f812e95c8aeaa807d6776422f52c7ef9beda92da2b1395b0b96e4307e110e945a9fc9c84895ac397335e69c6059dc212071a0a5affbd4f7361c092c1
|
data/LICENSE.BAYKIT
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
/*
|
2
|
+
* The Baykit Public License, Version 1.1
|
3
|
+
*
|
4
|
+
* Copyright (c) 2000 The Yokohama Baykit. All rights reserved.
|
5
|
+
*
|
6
|
+
* This license is based on the Apache Software License 1.1
|
7
|
+
* (http://xml.apache.org/LICENSE)
|
8
|
+
*
|
9
|
+
* Redistribution and use in source and binary forms, with or without
|
10
|
+
* modification, are permitted provided that the following conditions
|
11
|
+
* are met:
|
12
|
+
*
|
13
|
+
* 1. Redistributions of source code must retain the above copyright
|
14
|
+
* notice, this list of conditions and the following disclaimer.
|
15
|
+
*
|
16
|
+
* 2. Redistributions in binary form must reproduce the above copyright
|
17
|
+
* notice, this list of conditions and the following disclaimer in
|
18
|
+
* the documentation and/or other materials provided with the
|
19
|
+
* distribution.
|
20
|
+
*
|
21
|
+
* 3. The end-user documentation included with the redistribution,
|
22
|
+
* if any, must include the following acknowledgment:
|
23
|
+
* "This product includes software developed by the
|
24
|
+
* Yokohama Baykit (http://www.baykit.org/)."
|
25
|
+
* Alternately, this acknowledgment may appear in the software itself,
|
26
|
+
* if and wherever such third-party acknowledgments normally appear.
|
27
|
+
*
|
28
|
+
* 4. The name "Baykit" must
|
29
|
+
* not be used to endorse or promote products derived from this
|
30
|
+
* software without prior written permission. For written
|
31
|
+
* permission, please contact xml@baykit.org.
|
32
|
+
*
|
33
|
+
* 5. Products derived from this software may not be called "Baykit",
|
34
|
+
* nor may "Baykit" appear in their name, without prior written
|
35
|
+
* permission of the Yokohama Baykit.
|
36
|
+
*
|
37
|
+
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
38
|
+
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
39
|
+
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
40
|
+
* DISCLAIMED. IN NO EVENT SHALL THE BAYKIT OR
|
41
|
+
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
42
|
+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
43
|
+
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
|
44
|
+
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
45
|
+
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
46
|
+
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
47
|
+
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
48
|
+
* SUCH DAMAGE.
|
49
|
+
* ====================================================================
|
50
|
+
*
|
51
|
+
* For more information on the Yokohama Baykit, please see
|
52
|
+
* <http://www.baykit.org/>.
|
53
|
+
*/
|
data/README.md
ADDED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bayserver-docker-fcgi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michisuke-P
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bayserver-core
|
@@ -16,20 +16,24 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.2.
|
19
|
+
version: 2.2.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.2.
|
27
|
-
description:
|
26
|
+
version: 2.2.2
|
27
|
+
description: BayServer is one of the high-speed web servers. It operates as a single-threaded,
|
28
|
+
asynchronous server, which makes it exceptionally fast. It also supports multi-core
|
29
|
+
processors, harnessing the full potential of the CPU's capabilities.
|
28
30
|
email: michisukep@gmail.com
|
29
31
|
executables: []
|
30
32
|
extensions: []
|
31
33
|
extra_rdoc_files: []
|
32
34
|
files:
|
35
|
+
- LICENSE.BAYKIT
|
36
|
+
- README.md
|
33
37
|
- lib/baykit/bayserver/docker/fcgi/command/cmd_begin_request.rb
|
34
38
|
- lib/baykit/bayserver/docker/fcgi/command/cmd_end_request.rb
|
35
39
|
- lib/baykit/bayserver/docker/fcgi/command/cmd_params.rb
|