diamant 0.0.3 → 0.0.4
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 +4 -4
- data/lib/diamant/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e706d92ad2ac575d49b1571d7b7f50d7acf66b5c3f13600f5d40be5147af5002
|
|
4
|
+
data.tar.gz: ed64e27d3d0349de9f380ea4d3b50a66b890895f0d826415b7c811c8b9b9743b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdfffa4e56b342c8defa81535de2e88bc800707052fd5255a17e83462079c8afd9c45e7e7aaba94d6d0fd6399c4eb30b685c4880641a10f4b5d8eddc84d32a4a
|
|
7
|
+
data.tar.gz: af486fd5a38bedd61cdf0f885642049fa5a924a09ae6a1e2d83e7c43a79bce51ae974e223c55346a81e2fa666ee7155b5e625a09a2d4ea920c6eef651788ce31
|
data/lib/diamant/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: diamant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Étienne Deparis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-net-text
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.0.
|
|
19
|
+
version: 0.0.4
|
|
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: 0.0.
|
|
26
|
+
version: 0.0.4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -151,9 +151,9 @@ dependencies:
|
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0.9'
|
|
153
153
|
description: |
|
|
154
|
-
Diamant is a server for the Gemini network protocol.
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
Diamant is a server for the Gemini network protocol. It can only serve
|
|
155
|
+
static files. Internally, it uses the OpenSSL library to handle the TLS
|
|
156
|
+
sessions, and threads to handle concurrent requests.
|
|
157
157
|
email: etienne@depar.is
|
|
158
158
|
executables:
|
|
159
159
|
- diamant
|