philiprehberger-html_builder 0.2.1 → 0.2.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: 1db4aa27ac8efcac6696652cbee26b101c8ef0cabb0104f978180d44df4051c0
4
- data.tar.gz: 0f1def151fa4c0eaa1cf7ee909943ff121116126d042c2385618fbe106eea0fc
3
+ metadata.gz: 7adb93135a8abcbddf9f42e762bc2bef5a4064f6f8f5b1da41886bb273c9772b
4
+ data.tar.gz: f4d99a25336e81110f750205034016462a3b81f586256b3460498adf755fb2fa
5
5
  SHA512:
6
- metadata.gz: 852eb83f9db5180e9df20f5cb796afa822fbc33728b09caae7b5a95075fa46a515b878a277e7359ef469cc7cfb476c928eaeccd14d97cd98acff786feba28916
7
- data.tar.gz: 053ad69f405a6dcd36c1a26cd8fc099ae5f047a5f4cdadc83927ac93f26cb9f04724748b6e3589e17c2b8474d03e9540b2e97411b0d3352b417f22fb4898c618
6
+ metadata.gz: 2d0b29e568c5d08ab9722c1f23c8b1dc146dbc092ed0eaa80ef923f72342c20b27647c2b85b9b6f7492334e89e9b035eb0255a2033674bffce5f1b01e462d519
7
+ data.tar.gz: bde5f9a4a4514748e0f13b32120a497b585ce7a6a6b8c2a2dbab27ef23beb2e48461eb11f539ee076d8b6d2a1fbe5e83cabf20eec8a81449752f01ca7e89cab6
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.2.3] - 2026-04-08
11
+
12
+ ### Changed
13
+ - Align gemspec summary with README description.
14
+
15
+ ## [0.2.2] - 2026-03-31
16
+
17
+ ### Added
18
+ - Add GitHub issue templates, dependabot config, and PR template
19
+
10
20
  ## [0.2.1] - 2026-03-31
11
21
 
12
22
  ### Changed
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-html_builder.svg)](https://rubygems.org/gems/philiprehberger-html_builder)
5
5
  [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-html-builder)](https://github.com/philiprehberger/rb-html-builder/commits/main)
6
6
 
7
- Programmatic HTML builder with tag DSL, auto-escaping, form helpers, components, and output formatting.
7
+ Programmatic HTML builder with tag DSL, auto-escaping, form helpers, components, and output formatting
8
8
 
9
9
  ## Requirements
10
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module HtmlBuilder
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.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.2.1
4
+ version: 0.2.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-31 00:00:00.000000000 Z
11
+ date: 2026-04-09 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.
@@ -26,11 +26,11 @@ files:
26
26
  - lib/philiprehberger/html_builder/escape.rb
27
27
  - lib/philiprehberger/html_builder/node.rb
28
28
  - lib/philiprehberger/html_builder/version.rb
29
- homepage: https://github.com/philiprehberger/rb-html-builder
29
+ homepage: https://philiprehberger.com/open-source-packages/ruby/philiprehberger-html_builder
30
30
  licenses:
31
31
  - MIT
32
32
  metadata:
33
- homepage_uri: https://github.com/philiprehberger/rb-html-builder
33
+ homepage_uri: https://philiprehberger.com/open-source-packages/ruby/philiprehberger-html_builder
34
34
  source_code_uri: https://github.com/philiprehberger/rb-html-builder
35
35
  changelog_uri: https://github.com/philiprehberger/rb-html-builder/blob/main/CHANGELOG.md
36
36
  bug_tracker_uri: https://github.com/philiprehberger/rb-html-builder/issues
@@ -53,5 +53,6 @@ requirements: []
53
53
  rubygems_version: 3.5.22
54
54
  signing_key:
55
55
  specification_version: 4
56
- summary: Programmatic HTML builder with tag DSL and auto-escaping
56
+ summary: Programmatic HTML builder with tag DSL, auto-escaping, form helpers, components,
57
+ and output formatting
57
58
  test_files: []