localhost 1.4.1 → 1.4.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 612e08c97838afdec317692687bbda34463ffd795c37ad2ec737d3b6a9502293
4
- data.tar.gz: 0d2eccf3c7bb248f7bbff43c986e8a5c5e4c7ba568e2afe3264bd37032b40809
3
+ metadata.gz: 2c43cbd483ba75df04398b4a6e534ec13a4456faa6b373ee1629a6673e6bd133
4
+ data.tar.gz: 53e8080f450ce450e76d4085427fc41c9cd56eced5965672c1766798ebfd709d
5
5
  SHA512:
6
- metadata.gz: d62f6d3f501f3ca57b400428d606bb35c4c1ed96cb0cc28e4abeba14b2cc0e1e1808ad1f911bffab5b9f12fe461c8c9b351857cbcc6eacf45d4498959ca12091
7
- data.tar.gz: df37c2f45dc667c66c7e8751da6e4fa455aa9d5b112b50ceaacb83bf9ba5dc9de0046507710042477bf76c640af814a4fadfc3972abccb4670671c698b024f2b
6
+ metadata.gz: 3869a071d7ee5bd45c5e2ea41edd7a164dba4b4aca54ea46b2618b90ffaeb354761b89c1c3398fc0f39917b2342c63648dbd99e320e49d3ce0f94473e7b90ec0
7
+ data.tar.gz: 823506611fb8b34a2152eeeee30a641e5027333973c7ed2fcde5ef0ada9c60650196101c10b4aa05d8a6a1e296fce2fae770fd1857308c106e516eb1d57f0702
checksums.yaml.gz.sig CHANGED
Binary file
@@ -19,7 +19,15 @@ require_relative "issuer"
19
19
  module Localhost
20
20
  # Represents a single public/private key pair for a given hostname.
21
21
  class Authority
22
- # List all certificate authorities in the given directory:
22
+ # @returns [String] The path to the directory containing the certificate authorities.
23
+ def self.path
24
+ State.path
25
+ end
26
+
27
+ # List all certificate authorities in the given directory.
28
+ #
29
+ # @parameter path [String] The path to the directory containing the certificate authorities.
30
+ # @yields [Authority] Each certificate authority in the directory.
23
31
  def self.list(path = State.path)
24
32
  return to_enum(:list, path) unless block_given?
25
33
 
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2018-2024, by Samuel Williams.
5
5
 
6
6
  module Localhost
7
- VERSION = "1.4.1"
7
+ VERSION = "1.4.2"
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localhost
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -46,7 +46,7 @@ cert_chain:
46
46
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
47
47
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
48
48
  -----END CERTIFICATE-----
49
- date: 2025-03-24 00:00:00.000000000 Z
49
+ date: 2025-03-25 00:00:00.000000000 Z
50
50
  dependencies: []
51
51
  executables: []
52
52
  extensions: []
metadata.gz.sig CHANGED
Binary file