bayserver-docker-cgi 2.2.0 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.BAYKIT +53 -0
  3. data/README.md +3 -0
  4. metadata +9 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c40b3461b0d48853cda84ce66339ccd38cb7c8df440545db4704bc977d7d222
4
- data.tar.gz: 55fbb0b776f0f507ea2c992d42e763ee8b4be06c3832f9bf0edb639a22724604
3
+ metadata.gz: 9eb12007ac5ff474ce860f5809ff065af555a64ef5eaf88007a7053c0e6991d5
4
+ data.tar.gz: 79ec49ef0f447b6aaf0c7ee2f35171e35bdcd77a7cb97252c4801419783d98de
5
5
  SHA512:
6
- metadata.gz: aab5f4a311b0d0b1f5290485b8bffa43f149dc34b541618ead9b4c814494505f9d353c37cc129f4859d439b30aa123bf8012e0f25a9a7c377d744846401d2d42
7
- data.tar.gz: d2e34ba6288296842337128f1bd13dc35b219fb6ad6dce045e0ba6aa963a36bfc2c92a2b12eefe4d99407395a449f9666d0f5dc7d7b526a5e07c10a4d4d3dcaf
6
+ metadata.gz: ae783b21b39acdd9feae4c22d32f73c644fe51b3600c2cf99f9ce9053ec91d4fcbe090264b5caf33fdb32b1f36538a9bf927930151497bc1be283f166f91c18e
7
+ data.tar.gz: e935d8206653665138d375adef086f4d2e68d95837cbfc3c28da7f31047dd44cfb00efc5ef9bcabc0ddd00fece6de4b9d25d6afe4d5e664a81ca135220e0c192
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
@@ -0,0 +1,3 @@
1
+ BayServer is one of the high-speed web servers. It operates as a single-threaded, asynchronous server, which makes it exceptionally fast. It also supports multi-core processors, harnessing the full potential of the CPU's capabilities.
2
+
3
+ https://baykit.yokohama
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bayserver-docker-cgi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
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-08-29 00:00:00.000000000 Z
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.0
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.0
27
- description: AJP docker of BayServer
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/cgi/cgi_docker.rb
34
38
  - lib/baykit/bayserver/docker/cgi/cgi_message.rb
35
39
  - lib/baykit/bayserver/docker/cgi/cgi_req_content_handler.rb