raktr 0.1.0 → 0.2.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
- data/lib/raktr/tasks.rb +1 -1
- data/lib/raktr/version.rb +1 -1
- metadata +43 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86ab850453a34441fa4e4d70847c0c79cf9109a3b3c9b681a886ac51adf08a8c
|
|
4
|
+
data.tar.gz: 36459196bcae8ef8369f4d7d4e3e2ef1c4bfc157e2eae0585dfec774e90fa951
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0889e7038fdaa60fa725749f55b54fd6dd58d6e523d51645b7d3e313b2b4913cb478caab56f12ee1156fd022541294878d658f12d0544ac8159404ce3e82169f'
|
|
7
|
+
data.tar.gz: 906673e37894cf98490662a38d98b0af7d7962a2c5b7985d4abf71facf27ad55bdebae29cfb0400fe551c88184a6e5416a2233bd5ee83df8c3020a0d69af4517
|
data/lib/raktr/tasks.rb
CHANGED
data/lib/raktr/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: raktr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tasos Laskos
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
-
dependencies:
|
|
11
|
+
date: 2026-01-12 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: mutex_m
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
13
27
|
description: |2
|
|
14
28
|
Raktr is a simple, lightweight, pure-Ruby implementation of the Reactor
|
|
15
29
|
pattern, mainly focused on network connections -- and less so on generic tasks.
|
|
@@ -100,48 +114,48 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
114
|
- !ruby/object:Gem::Version
|
|
101
115
|
version: '0'
|
|
102
116
|
requirements: []
|
|
103
|
-
rubygems_version: 3.4.
|
|
117
|
+
rubygems_version: 3.4.20
|
|
104
118
|
signing_key:
|
|
105
119
|
specification_version: 4
|
|
106
120
|
summary: A pure-Ruby implementation of the Reactor pattern.
|
|
107
121
|
test_files:
|
|
108
|
-
- spec/
|
|
109
|
-
- spec/raktr/
|
|
110
|
-
- spec/raktr/
|
|
122
|
+
- spec/raktr/connection/tls_spec.rb
|
|
123
|
+
- spec/raktr/connection_spec.rb
|
|
124
|
+
- spec/raktr/iterator_spec.rb
|
|
125
|
+
- spec/raktr/queue_spec.rb
|
|
111
126
|
- spec/raktr/tasks/base.rb
|
|
112
|
-
- spec/raktr/tasks/
|
|
127
|
+
- spec/raktr/tasks/delayed_spec.rb
|
|
113
128
|
- spec/raktr/tasks/one_off_spec.rb
|
|
129
|
+
- spec/raktr/tasks/periodic_spec.rb
|
|
130
|
+
- spec/raktr/tasks/persistent_spec.rb
|
|
114
131
|
- spec/raktr/tasks_spec.rb
|
|
115
|
-
- spec/
|
|
116
|
-
- spec/
|
|
117
|
-
- spec/
|
|
118
|
-
- spec/
|
|
132
|
+
- spec/raktr_spec.rb
|
|
133
|
+
- spec/raktr_tls_spec.rb
|
|
134
|
+
- spec/spec_helper.rb
|
|
135
|
+
- spec/support/fixtures/handlers/echo_client.rb
|
|
119
136
|
- spec/support/fixtures/handlers/echo_client_tls.rb
|
|
120
|
-
- spec/support/fixtures/handlers/echo_server_tls.rb
|
|
121
137
|
- spec/support/fixtures/handlers/echo_server.rb
|
|
122
|
-
- spec/support/fixtures/handlers/
|
|
138
|
+
- spec/support/fixtures/handlers/echo_server_tls.rb
|
|
123
139
|
- spec/support/fixtures/pems/ca-cert.pem
|
|
140
|
+
- spec/support/fixtures/pems/ca-key.pem
|
|
124
141
|
- spec/support/fixtures/pems/client/cert.pem
|
|
125
|
-
- spec/support/fixtures/pems/client/pub.pem
|
|
126
|
-
- spec/support/fixtures/pems/client/key.pem
|
|
127
142
|
- spec/support/fixtures/pems/client/foo-cert.pem
|
|
128
143
|
- spec/support/fixtures/pems/client/foo-key.pem
|
|
129
|
-
- spec/support/fixtures/pems/
|
|
144
|
+
- spec/support/fixtures/pems/client/key.pem
|
|
145
|
+
- spec/support/fixtures/pems/client/pub.pem
|
|
146
|
+
- spec/support/fixtures/pems/generate-tls-certs.sh
|
|
130
147
|
- spec/support/fixtures/pems/server/cert.pem
|
|
131
|
-
- spec/support/fixtures/pems/server/pub.pem
|
|
132
148
|
- spec/support/fixtures/pems/server/key.pem
|
|
133
|
-
- spec/support/fixtures/pems/
|
|
134
|
-
- spec/support/
|
|
135
|
-
- spec/support/
|
|
136
|
-
- spec/support/
|
|
137
|
-
- spec/support/servers/echo_tls.rb
|
|
149
|
+
- spec/support/fixtures/pems/server/pub.pem
|
|
150
|
+
- spec/support/helpers/paths.rb
|
|
151
|
+
- spec/support/helpers/utilities.rb
|
|
152
|
+
- spec/support/lib/server_option_parser.rb
|
|
138
153
|
- spec/support/lib/servers/runner.rb
|
|
139
154
|
- spec/support/lib/servers.rb
|
|
140
|
-
- spec/support/
|
|
155
|
+
- spec/support/servers/echo.rb
|
|
156
|
+
- spec/support/servers/echo_tls.rb
|
|
157
|
+
- spec/support/servers/echo_unix.rb
|
|
158
|
+
- spec/support/servers/echo_unix_tls.rb
|
|
159
|
+
- spec/support/shared/connection.rb
|
|
141
160
|
- spec/support/shared/raktr.rb
|
|
142
161
|
- spec/support/shared/task.rb
|
|
143
|
-
- spec/support/shared/connection.rb
|
|
144
|
-
- spec/support/helpers/utilities.rb
|
|
145
|
-
- spec/support/helpers/paths.rb
|
|
146
|
-
- spec/spec_helper.rb
|
|
147
|
-
- spec/raktr_tls_spec.rb
|