philiprehberger-html_builder 0.1.2 → 0.1.3

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: 6f60c4aefd3177b8d1238816a106c5a881c850aa11f46ca26c57ed09c9da33f3
4
- data.tar.gz: 2134e65b31ec9ba7262d1a533c5b1415ff118facb60c519ec39a9802ab502051
3
+ metadata.gz: 8dbf0a37df1293a248006f06e88aa73e80fb4ee09bd526e69927cc872d64c3dc
4
+ data.tar.gz: cbf9e1056bacaf1013e4c1f42fe256d9abb75ac127b06296c12eb6d9cc1eb12a
5
5
  SHA512:
6
- metadata.gz: 52d5fba959b3fae51bb864a707269544ece0d6525b577d920f2cedc43d95ebadcd351b14b63ad8c021e5a56214f4d279e671d30c648974b08b7ff0c8ca793a3d
7
- data.tar.gz: ad4451e8fe2c4df5e4167b66d66a1ab3839b2bf3be9b0e882d9c32be582293dba2660464032d7c8ef0959f1d12e1885c2820d0d303db92bb54357043f758587e
6
+ metadata.gz: 8465923f3f60987cd19ee14c21393c1d6043b11a53fb559d406bb654969a09b97df3afbd4bd4f4b68d649366bc9d021a0f730dc6f4ba115c9a5de25116cfa30a
7
+ data.tar.gz: afd25e6739d13c758c15d8373a66695e1fe83c74bbf4bb144dbec8fba7840f89f0b60d12baf5adc31324e8c2f764e68422aa3fe6a7e1c2674d9c7ec13348037a
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.1.3] - 2026-03-24
11
+
12
+ ### Fixed
13
+ - Remove inline comments from Development section to match template
14
+
10
15
  ## [0.1.2] - 2026-03-22
11
16
 
12
17
  ### Changed
data/README.md CHANGED
@@ -95,8 +95,8 @@ end
95
95
 
96
96
  ```bash
97
97
  bundle install
98
- bundle exec rspec # Run tests
99
- bundle exec rubocop # Check code style
98
+ bundle exec rspec
99
+ bundle exec rubocop
100
100
  ```
101
101
 
102
102
  ## License
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module HtmlBuilder
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
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.2
4
+ version: 0.1.3
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-23 00:00:00.000000000 Z
11
+ date: 2026-03-25 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.