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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13d2f1f030ef02d8e3af3a6c610fd163cce181414f38873b65f89f121631f030
4
- data.tar.gz: 699ee178c94c8a4bb6bfb16e4cbdb32f1d6c59939b40d5ce415cacc790f5fa88
3
+ metadata.gz: 9da8410c34e205858824f08162e6a92508354bfb29ce3292ec70f1aa45fcd3b4
4
+ data.tar.gz: f19a046feb4867036990306acfb231bffbfdc1ff081fae148641987822660f73
5
5
  SHA512:
6
- metadata.gz: 74db4f5cf9a32b099d67378948aaf731d1709661a93bfe440226bf461f0195b6093fa2258fb9d54f17f0ad79b0f99e8a09b68db69fb57c3e65bb3b19f728a1fe
7
- data.tar.gz: cc1be6161c818a0085c6f0d0b4fb802adf5f634bfb55640ab89e79cf2c0cc1a1da5207b34ac75083c6e7ec9a358fc9fc2d84ac077668e7cb39971ed2ad6d9722
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)
@@ -5,6 +5,6 @@
5
5
 
6
6
  class IO
7
7
  module Endpoint
8
- VERSION = "0.11.0"
8
+ VERSION = "0.12.0"
9
9
  end
10
10
  end
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
- This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.
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
- ### Contributor Covenant
25
+ ### Community Guidelines
26
26
 
27
- This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
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.11.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-06-23 00:00:00.000000000 Z
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