bayserver-docker-terminal 2.2.1 → 2.3.0
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 +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f2388100cc14fd8467d385dc186a632e0833e7308b9b2075d786c7833173b3e
|
4
|
+
data.tar.gz: 8afa2ceb12e0fcd2d6cd662726f86d387bc425492d05c3bed0036ef6b09f30f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7492ace17c0b4c46163d22d62660cd9e145b4e35a7c41ebb37e5942b271ba398e7332a294e2686162d423051e021354aeaad18c13ef2911fc01e0e37b6f04a5
|
7
|
+
data.tar.gz: '09f0e7469e73566551e6cd1ad9f0124f7411dcfe651a0adfc6e66c7ffdef95941f906f5c34de4c28e561aba2d31ee62c72b0f4a7b9768cebb4d86a4cdcbc7a4e'
|
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-terminal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
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-11-15 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.
|
19
|
+
version: 2.3.0
|
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.
|
27
|
-
description:
|
26
|
+
version: 2.3.0
|
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: []
|
@@ -61,5 +63,5 @@ requirements: []
|
|
61
63
|
rubygems_version: 3.1.6
|
62
64
|
signing_key:
|
63
65
|
specification_version: 4
|
64
|
-
summary:
|
66
|
+
summary: Terminal docker of BayServer
|
65
67
|
test_files: []
|