philiprehberger-uri_kit 0.3.0 → 0.3.1

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: a026f3d20cd016c911d1a4218e7eae2a8f636a54548ca0b226cb9306d20161fd
4
- data.tar.gz: 557e3f6ff76a3c92c9346f67f0d3c9d44b083a07ca768bea060c4fa31d2966ff
3
+ metadata.gz: a5b46e536625a5f16bf2738cbe89d3d11baa17b1b245706ffe1c20939761cec6
4
+ data.tar.gz: 8112afe4c775fb5f0d5cc1d46b2ec9866f532a1e3212d9006eeb9bd13c85d4db
5
5
  SHA512:
6
- metadata.gz: 6f97d4a9d71f30dd31520affc81b20d49927c17068ab6ac58149e018c1cc2db7f49dbe02c05906c03364c3e8d924f9a95068f23ae6b6a8879b8b10c5dbd6952d
7
- data.tar.gz: 5415549cb15e13d66785af54af0c4c5664e7fbbd7ce1bae50399e54af5dd644d3e9d6f8fc7db4b36255b386f73d4d9ea92b97cd3444e2af817ecd5322e360fd8
6
+ metadata.gz: b302e1a405874b58f7ae839b378cee8ecd00436f3bc571f173087cb13e7211141eacc2001a85955fac1f2ebd2c1c1891093518dc005e028def4ca52a6c2dbe34
7
+ data.tar.gz: 455b3f95b9bcbcaf58079dfb1d91c968774bce2868b791b1a58b906bb9cd5ee8013f7828884325b00c558af9b7b5f9e781322e893c168c19a254f36caa69855d
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.1] - 2026-04-15
11
+
12
+ ### Changed
13
+ - Update homepage metadata URL to use hyphenated package slug
14
+
10
15
  ## [0.3.0] - 2026-04-09
11
16
 
12
17
  ### Added
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module UriKit
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-uri_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-10 00:00:00.000000000 Z
11
+ date: 2026-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parse, build, and manipulate URLs with query parameter management, normalization,
14
14
  domain extraction, and URL joining. Built on Ruby stdlib URI.