bayserver 2.2.0 → 2.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5aadff40cf93b7bbc07725a53104490e40e2dd9b6cdb2e673f011ccd99a59195
4
- data.tar.gz: d8961d73d89933be228880e9d025bdebae5777a0196affa7a6543b0d0e7702f5
3
+ metadata.gz: c7b81723544209c2a8714eed6cfa7e6574c930050b45073e03cdfd2489581928
4
+ data.tar.gz: 145e72d7715f14878c31adbd1eecb770337d6a0d992341ba9c99e57c3f5e0807
5
5
  SHA512:
6
- metadata.gz: 4ca0478bca4a644c173e310e61af40c6d8ea25b64878da7bab2c8c448cb8013ac025226f7cc760e519cffaa43d1d87e8dc29f1d453e24cf80c225537a5eab9ca
7
- data.tar.gz: d130e79396a3c312b348ab1c9339807049f8fa5519b8884c73db66a6cdd8709b63170b65b2a5f5b09a78cc84fc73597f1821b4e5f6a734e93476bd780eeb4042
6
+ metadata.gz: e9dd35bbf15165c71b4073f02d2dfdb441a40d31bd22e0e752e4c1c7b91a1a077ffae19e4831dc09944ae76c92cc5c2023dad106d13b96bdd719da2d48ca3471
7
+ data.tar.gz: ccc7d2d2df89e09cbec376fee2766d7ebcd0b4c06d548b7d09a94850a45344712506a72fabec79d77f6537f67cf4f984449ac4a5661d76940c52c91b590aa975
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
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,106 +16,108 @@ 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
26
+ version: 2.2.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bayserver-docker-ajp
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 2.2.0
33
+ version: 2.2.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 2.2.0
40
+ version: 2.2.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bayserver-docker-cgi
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 2.2.0
47
+ version: 2.2.2
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 2.2.0
54
+ version: 2.2.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bayserver-docker-fcgi
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 2.2.0
61
+ version: 2.2.2
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 2.2.0
68
+ version: 2.2.2
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bayserver-docker-http
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 2.2.0
75
+ version: 2.2.2
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 2.2.0
82
+ version: 2.2.2
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: bayserver-docker-terminal
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 2.2.0
89
+ version: 2.2.2
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 2.2.0
96
+ version: 2.2.2
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: bayserver-docker-wordpress
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - '='
102
102
  - !ruby/object:Gem::Version
103
- version: 2.2.0
103
+ version: 2.2.2
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 2.2.0
110
+ version: 2.2.2
111
111
  description: BayServer
112
112
  email: michisukep@gmail.com
113
113
  executables:
114
- - bayserver
114
+ - bayserver_rb
115
115
  extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
- - bin/bayserver
118
+ - LICENSE.BAYKIT
119
+ - README.md
120
+ - bin/bayserver_rb
119
121
  - conf/cgi_messages.bcf
120
122
  - conf/cgi_messages_ja.bcf
121
123
  - conf/dockers.bcf
File without changes