xtag-ui 0.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 273bc8798c110f4224b371a8e283e5766179169999aac9b127656dd80df89660
4
+ data.tar.gz: da3dc1a7a61d14741d44688afbe0d99eed715a54efe78bc63d6992b23c3ea345
5
+ SHA512:
6
+ metadata.gz: b08211f9220f07fd823da25bab0ea02c25a2358b90f24c64ec69e51b4591e9c3fcf09245510c94cd6e592ff5825e609c02520f007b191d699a5445161c190a8d
7
+ data.tar.gz: 04aefa6f72ac3a12ab1253d4ad452e940a8793a56ca5824701343a861907a1f8ad6b26c93081de106e5546f8679763a8b6c1b1b47b2af62fa762218346d716c9
@@ -0,0 +1,5 @@
1
+ module Xtag
2
+ module Ui
3
+ VERSION = "0.0.1"
4
+ end
5
+ end
data/lib/xtag-ui.rb ADDED
@@ -0,0 +1 @@
1
+ require_relative "xtag/ui/version"
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xtag-ui
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ian Terrell
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-02-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Pre-built UI components for the Xtag template language.
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/xtag-ui.rb
20
+ - lib/xtag/ui/version.rb
21
+ homepage:
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.1.0
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.5.11
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: UI component library for Xtag
43
+ test_files: []