localhost 1.7.0 → 1.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03be6efdb28ecebf6663f77b0e8b0c6267976a3c10aa8a6d630890656da9f449
4
- data.tar.gz: 2da6f5035d4e553058fb34393c36e067cd20e23bb0e22c343611a9573862fe1c
3
+ metadata.gz: d6314c7272415ad8a404a463fa40c6b22056dc60d0ba94fe0db46b8f5f821da7
4
+ data.tar.gz: 0c9a6e3679b6671293368658b0fe69aae572dee42a479e4f5b15641b4c4283bc
5
5
  SHA512:
6
- metadata.gz: 0b6b90d3fdb12a662104aaeb27da9e1ab9403c705f9ee90b87ccb8c0c5ebaa13c95b26be111812a44b6d74585f9fc7d5c8cd54951862053b66ccb3c5ebebfa41
7
- data.tar.gz: bc8995c9f8e2e44619faee824dc97dc5bd8c593b1471b122958a0a719faf25d8c184a9b8a193f4af2e0013b941bba5d641191b9d4407497c3af8d598e7b033f6
6
+ metadata.gz: 65cb5d8302259bfa36547e6f5adb6d92154fd238e08df994209db30df1bf26c93d2b2de26ebb2c9303df69abb6f1f110343e253ebf06028692538b7618efc386
7
+ data.tar.gz: dcf52ae1c900254ea9df2cf155ed2035248e0372eea43a6d1d0607058d80591a10605b5f19408b030ff5c5cf4a4736c7847562a4c3198b2cc5bf57eef3c24b8d
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2018-2025, by Samuel Williams.
4
+ # Copyright, 2018-2026, by Samuel Williams.
5
5
 
6
6
  module Localhost
7
- VERSION = "1.7.0"
7
+ VERSION = "1.8.0"
8
8
  end
data/readme.md CHANGED
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/localhost/) fo
22
22
 
23
23
  Please see the [project releases](https://socketry.github.io/localhost/releases/index) for all releases.
24
24
 
25
+ ### v1.8.0
26
+
27
+ - Add `bake` as direct dependency.
28
+
25
29
  ### v1.6.0
26
30
 
27
31
  - Add support for `update-ca-trust` on Linux sytems.
@@ -47,6 +51,22 @@ We welcome contributions to this project.
47
51
  4. Push to the branch (`git push origin my-new-feature`).
48
52
  5. Create new Pull Request.
49
53
 
54
+ ### Running Tests
55
+
56
+ To run the test suite:
57
+
58
+ ``` shell
59
+ bundle exec sus
60
+ ```
61
+
62
+ ### Making Releases
63
+
64
+ To make a new release:
65
+
66
+ ``` shell
67
+ bundle exec bake gem:release:patch # or minor or major
68
+ ```
69
+
50
70
  ### Developer Certificate of Origin
51
71
 
52
72
  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.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v1.8.0
4
+
5
+ - Add `bake` as direct dependency.
6
+
3
7
  ## v1.6.0
4
8
 
5
9
  - Add support for `update-ca-trust` on Linux sytems.
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.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -47,7 +47,21 @@ cert_chain:
47
47
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
48
48
  -----END CERTIFICATE-----
49
49
  date: 1980-01-02 00:00:00.000000000 Z
50
- dependencies: []
50
+ dependencies:
51
+ - !ruby/object:Gem::Dependency
52
+ name: bake
53
+ requirement: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ type: :runtime
59
+ prerelease: false
60
+ version_requirements: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
51
65
  executables: []
52
66
  extensions: []
53
67
  extra_rdoc_files: []
@@ -77,14 +91,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
91
  requirements:
78
92
  - - ">="
79
93
  - !ruby/object:Gem::Version
80
- version: '3.2'
94
+ version: '3.3'
81
95
  required_rubygems_version: !ruby/object:Gem::Requirement
82
96
  requirements:
83
97
  - - ">="
84
98
  - !ruby/object:Gem::Version
85
99
  version: '0'
86
100
  requirements: []
87
- rubygems_version: 4.0.3
101
+ rubygems_version: 4.0.6
88
102
  specification_version: 4
89
103
  summary: Manage a local certificate authority for self-signed localhost development
90
104
  servers.
metadata.gz.sig CHANGED
Binary file