fun_html 0.3.1 → 0.3.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.
data/rbi/fun_html.rbx CHANGED
@@ -72,6 +72,9 @@ module FunHtml
72
72
  sig { params(suffix: String, value: String).returns(FunHtml::Attribute) }
73
73
  def data(suffix, value); end
74
74
 
75
+ sig { params(name: String, value: String).returns(FunHtml::Attribute) }
76
+ def attribute(name, value); end
77
+
75
78
  sig { params(value: String).returns(FunHtml::Attribute) }
76
79
  def klass(value); end
77
80
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fun_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Weir
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-22 00:00:00.000000000 Z
11
+ date: 2025-08-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: It probably is not much fun, despite the name.
14
14
  email:
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  requirements: []
55
- rubygems_version: 3.4.1
55
+ rubygems_version: 3.4.19
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: HTML Generator via Ruby classes, not templates.