above 0.4.0 → 0.5.0
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
- checksums.yaml.gz.sig +0 -0
- data/README.md +2 -41
- data/lib/above/server.rb +1 -1
- data/lib/above/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5612c5bffd82fc8913a314d9ffdcc68b1b0a77a13e0f1f70d1dc6d61462871e1
|
4
|
+
data.tar.gz: 5709b06bf8110367155de64452425176147987130b81c3e3e7c63380faeac750
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8daeed7a7d3d08adc4106fb0d0cebdb5a35e368e52909188cbba6d41ae5ec9048e337c0f35ef7b1c158e91e6fc926e5c1d6652582a5a0e0dac37db414d7dd20c
|
7
|
+
data.tar.gz: abd5f52d807b0734ff31b9228977b98c30e153fa43f6414c429ef75d0b0e9487ab85709177b5ffbf081d0f0b87c166b11624059f0430bf0aa2b9a5e8f5253c06
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -1,44 +1,5 @@
|
|
1
1
|
# Above
|
2
2
|
|
3
|
-
|
3
|
+
This gem is no longer maintained. Please see [mikekreuzer.com][mikekreuzer.com] for my more recent work.
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
3 - Alpha in Python terms.
|
8
|
-
|
9
|
-
(Those Python statuses are 1 - Planning, 2 - Pre-alpha, 3 - Alpha, 4 - Beta, 5 - Production/Stable, 6 - Mature, 7 - Inactive.)
|
10
|
-
|
11
|
-
Currently not handled:
|
12
|
-
- user input or client certificates
|
13
|
-
- proxy requests to other domains or protocols
|
14
|
-
- anything not quite in the standard. Maybe...
|
15
|
-
|
16
|
-
## Why
|
17
|
-
|
18
|
-
I've read that the heyday of the Gemini Protocol's passed. I don't know, even if it has passed it's still an interesting take on fixing some of what ails the web. If only to delve into the depths of TCP & TLS, & to appreciate again the wonders of HTTP.
|
19
|
-
|
20
|
-
None of the other Gemini servers I looked at offered quite the same mix of features as Above in quite the same way. So here we are.
|
21
|
-
|
22
|
-
## Installation
|
23
|
-
|
24
|
-
`gem install above`
|
25
|
-
|
26
|
-
## Usage
|
27
|
-
|
28
|
-
...
|
29
|
-
|
30
|
-
## Development
|
31
|
-
|
32
|
-
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests.
|
33
|
-
|
34
|
-
To install this gem locally, run `bundle exec rake local`.
|
35
|
-
|
36
|
-
`bundle exec rake -T` to see the current options.
|
37
|
-
|
38
|
-
## Contributing
|
39
|
-
|
40
|
-
Bug reports and pull requests are welcome at https://codeberg.org/kreuzer/above. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://codeberg.org/kreuzer/above/src/branch/main/CODE_OF_CONDUCT.md).
|
41
|
-
|
42
|
-
## Code of Conduct
|
43
|
-
|
44
|
-
Everyone interacting in the Above project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://codeberg.org/kreuzer/above/src/branch/main/CODE_OF_CONDUCT.md).
|
5
|
+
[mikekreuzer.com]: https://mikekreuzer.com
|
data/lib/above/server.rb
CHANGED
@@ -45,7 +45,7 @@ module Above
|
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
# Instantiate each middleware class with an app
|
48
|
+
# Instantiate each middleware class with an app variable pointing to the
|
49
49
|
# next piece of middleware to call
|
50
50
|
def middleware_init(middleware:)
|
51
51
|
@middleware = []
|
data/lib/above/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: above
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Kreuzer
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
YgqTixCwts6cQYIdYNFtJbzKvRNqyviKKxPaum7UWAv6Uy80gxgJ8p+fG81FsxbZ
|
36
36
|
0ULnXrHlhf/CHs550TxRlXalgxBCImGdHzWjhdJeC1dZP3olgNtjO23ywtw=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date:
|
38
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: async
|
@@ -99,10 +99,10 @@ dependencies:
|
|
99
99
|
- - "~>"
|
100
100
|
- !ruby/object:Gem::Version
|
101
101
|
version: '3.2'
|
102
|
-
description:
|
103
|
-
|
102
|
+
description: 'This gem is no longer maintained. Please see mikekreuzer.com for my
|
103
|
+
more recent work.
|
104
104
|
|
105
|
-
|
105
|
+
'
|
106
106
|
email:
|
107
107
|
- mike@mikekreuzer.com
|
108
108
|
executables:
|
@@ -156,5 +156,6 @@ requirements: []
|
|
156
156
|
rubygems_version: 3.5.17
|
157
157
|
signing_key:
|
158
158
|
specification_version: 4
|
159
|
-
summary:
|
159
|
+
summary: This gem is no longer maintained. Please see mikekreuzer.com for my more
|
160
|
+
recent work.
|
160
161
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|