io-endpoint 0.11.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/io/endpoint/composite_endpoint.rb +7 -0
- data/lib/io/endpoint/version.rb +1 -1
- data/readme.md +3 -3
- data.tar.gz.sig +0 -0
- metadata +2 -2
- 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: 9da8410c34e205858824f08162e6a92508354bfb29ce3292ec70f1aa45fcd3b4
|
4
|
+
data.tar.gz: f19a046feb4867036990306acfb231bffbfdc1ff081fae148641987822660f73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64c21a8bdf9a0364615acd2327930026d5f696417ddade19bd7f0d2ec2d3ff6b1adbdb92966fdfa523ed0f2044ade0de34b78822d9b5a5275c95b04e5da97181
|
7
|
+
data.tar.gz: 0a49b3685fa5d15ab6da0543bbe4177300ef5111b16fb233627c14d369c5461358841e4a7c68361b986a769dc3d1896560819231ef19b268db6005233b5eb0de
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -13,6 +13,13 @@ module IO::Endpoint
|
|
13
13
|
@endpoints = endpoints
|
14
14
|
end
|
15
15
|
|
16
|
+
attr :endpoints
|
17
|
+
|
18
|
+
# The number of endpoints in the composite endpoint.
|
19
|
+
def size
|
20
|
+
@endpoints.size
|
21
|
+
end
|
22
|
+
|
16
23
|
def each(&block)
|
17
24
|
@endpoints.each do |endpoint|
|
18
25
|
endpoint.each(&block)
|
data/lib/io/endpoint/version.rb
CHANGED
data/readme.md
CHANGED
@@ -20,11 +20,11 @@ We welcome contributions to this project.
|
|
20
20
|
|
21
21
|
### Developer Certificate of Origin
|
22
22
|
|
23
|
-
|
23
|
+
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
|
24
24
|
|
25
|
-
###
|
25
|
+
### Community Guidelines
|
26
26
|
|
27
|
-
This project is
|
27
|
+
This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.
|
28
28
|
|
29
29
|
## See Also
|
30
30
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: io-endpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -37,7 +37,7 @@ cert_chain:
|
|
37
37
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
38
38
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
39
39
|
-----END CERTIFICATE-----
|
40
|
-
date: 2024-
|
40
|
+
date: 2024-07-15 00:00:00.000000000 Z
|
41
41
|
dependencies: []
|
42
42
|
description:
|
43
43
|
email:
|
metadata.gz.sig
CHANGED
Binary file
|