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 +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/philiprehberger/html_builder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f60c4aefd3177b8d1238816a106c5a881c850aa11f46ca26c57ed09c9da33f3
|
|
4
|
+
data.tar.gz: 2134e65b31ec9ba7262d1a533c5b1415ff118facb60c519ec39a9802ab502051
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
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.
|