xtag 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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/xtag/version.rb +3 -0
  3. data/lib/xtag.rb +1 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0d12f5764762ebb79a0d7657948c318f3554c5b7cb6fc5712fcc36370755c2d5
4
+ data.tar.gz: 7c1871426ed632368abf3e7c7b5818ac769674f0d3bbc206e57134287d49ce57
5
+ SHA512:
6
+ metadata.gz: 5c8f6e51e165a11a8e22c3c5ac5618255592e7791bcd07e764781e27a3c7c1d7236bb168b92e360b366ef0d83c3da020a651f7a7fdd922171c43f8fb70a22a12
7
+ data.tar.gz: 97c1f7015d2e2ff143d82c46ccf2165ffb8fea03fed652a25384b1e4c42967c8ec9fe70c51dc42d84a67c0294d39507073745d70df4a9c28c9ecf86da3296ce1
@@ -0,0 +1,3 @@
1
+ module Xtag
2
+ VERSION = "0.0.1"
3
+ end
data/lib/xtag.rb ADDED
@@ -0,0 +1 @@
1
+ require_relative "xtag/version"
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xtag
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: An HTML-like template language that compiles to Ruby render calls. JSX
14
+ for Rails.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/xtag.rb
21
+ - lib/xtag/version.rb
22
+ homepage:
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 3.1.0
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.5.11
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Compile-time component syntax for Rails
45
+ test_files: []