ariadne_view_components 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/importmap.rb +3 -0
- data/lib/ariadne/view_components/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e0da639442d142d028bdef3079ba107a14728a5894c0cbb45af080eaa469dd7
|
4
|
+
data.tar.gz: 7aaec4244c08d65b7eefb49f8cda773775c7e6910e9cf1e4eb0d9f8609f1ade0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fb035f28f1bf5f495ad4c24573d44b21d99b246a0d939045979fd7ebf17caca92179a3a0d5419f91460cba3950eaa7a720444d645b851f457e1a89deff09662
|
7
|
+
data.tar.gz: '028d9950c93e95d5786fb73179eab460439e1f03ea86f9f09d94975f18a97860dbd8ff2b21ee4a34c061db246b42a2ac814b2b4737272a6cb4c8765418cd2603'
|
data/config/importmap.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ariadne_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
@@ -248,6 +248,7 @@ files:
|
|
248
248
|
- app/lib/ariadne/logger_helper.rb
|
249
249
|
- app/lib/ariadne/status/dsl.rb
|
250
250
|
- app/lib/ariadne/view_helper.rb
|
251
|
+
- config/importmap.rb
|
251
252
|
- exe/tailwindcss
|
252
253
|
- lib/ariadne/view_components.rb
|
253
254
|
- lib/ariadne/view_components/commands.rb
|