philiprehberger-html_builder 0.1.0 → 0.1.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: 3c6da441bb1020a1c99449e57883c95c26bac54e7c3d40cd087d8eb39878d16b
4
- data.tar.gz: b446dc852ecb4f57d9da26e759eef7b529fadfcc828eb0adede1521aedae9680
3
+ metadata.gz: 6f60c4aefd3177b8d1238816a106c5a881c850aa11f46ca26c57ed09c9da33f3
4
+ data.tar.gz: 2134e65b31ec9ba7262d1a533c5b1415ff118facb60c519ec39a9802ab502051
5
5
  SHA512:
6
- metadata.gz: d0e59c8ddaf4c5dd5b9db5ad6f5b1f1c69710c71075667e1dc7d388d37c11dd8b391d2425bc2a0be7dbe49a98f78e89e6b3961f56cbc1a57b96917a411a7d6a8
7
- data.tar.gz: 5fac133068612fe23b7a9be0aea9ae411d91f884263497153fe1cff5745a31218f8eed3e20f10af996679e136a0c4b353d2b37be0d70f5b6f758041b4ab13642
6
+ metadata.gz: 52d5fba959b3fae51bb864a707269544ece0d6525b577d920f2cedc43d95ebadcd351b14b63ad8c021e5a56214f4d279e671d30c648974b08b7ff0c8ca793a3d
7
+ data.tar.gz: ad4451e8fe2c4df5e4167b66d66a1ab3839b2bf3be9b0e882d9c32be582293dba2660464032d7c8ef0959f1d12e1885c2820d0d303db92bb54357043f758587e
data/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.2] - 2026-03-22
11
+
12
+ ### Changed
13
+ - Expanded test suite to 30+ examples covering edge cases, error paths, and boundary conditions
14
+
15
+ ## [0.1.1] - 2026-03-22
16
+
17
+ ### Changed
18
+ - Version bump for republishing
19
+
10
20
  ## [0.1.0] - 2026-03-22
11
21
 
12
22
  ### Added
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module HtmlBuilder
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-html_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
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-03-22 00:00:00.000000000 Z
11
+ date: 2026-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Build HTML programmatically using a clean tag DSL with nested blocks,
14
14
  automatic content escaping, void element support, and attribute hashes.