bayserver-docker-fcgi 2.2.1 → 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/README.md +3 -2
- metadata +7 -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/README.md
CHANGED
@@ -1,2 +1,3 @@
|
|
1
|
-
BayServer
|
2
|
-
|
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-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,15 +16,17 @@ 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: []
|