ariadne_view_components 0.0.15-arm64-darwin → 0.0.16-arm64-darwin

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: 0cbdcea25124b7fba2b0af347f6f63e1a6f6f010c677eb1e50c7f0003a7c2525
4
- data.tar.gz: f1d936978e0df5f1fd24571e51371807c6caf317cc73721378ca276919ac6b5a
3
+ metadata.gz: 738b88555a2d136d0b74749ca4135c24727186ee344b188fe84b4f9039b2f384
4
+ data.tar.gz: 420b7372236de75eb2d614650863c2ada1008e16424829a66053ecfd71dceab2
5
5
  SHA512:
6
- metadata.gz: 50e30a72bf6f4d626ccac9ed28f0f611262084846ff6cd80ffcd73bc45f992282236734d8857a49a04b0e0f9f5d55c7c7c1ff424bed759b7caea660c11d306e6
7
- data.tar.gz: 02d3f9e749eb7a8e27a9a151f955217edff9059d4535d208d7317e56a9dcd1eff4ba27191eacc115ff7c1dacbbc7ac497eef4e667d3465a988d5303911d489c6
6
+ metadata.gz: 724713cc6e7a7050f7e4cf5901474bbadb7c9a23ab57e81a5994ea01299dcb95dd98dc9346a79db97a45a9458201171b15620a51928eb37141fbe8f1df39b30d
7
+ data.tar.gz: 191aea5d0c536093a2d4381734f61528a1b761284becaf33f36876c05daef866333eff2bc49f3d1f70698aff856665514a815b6a358680f9e707df7648913c0b
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ pin_all_from File.expand_path("../app/assets/javascripts", __dir__)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ariadne
4
4
  module ViewComponents
5
- VERSION = "0.0.15"
5
+ VERSION = "0.0.16"
6
6
  end
7
7
  end
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.15
4
+ version: 0.0.16
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian
@@ -214,6 +214,7 @@ files:
214
214
  - app/lib/ariadne/logger_helper.rb
215
215
  - app/lib/ariadne/status/dsl.rb
216
216
  - app/lib/ariadne/view_helper.rb
217
+ - config/importmap.rb
217
218
  - exe/arm64-darwin/tailwindcss
218
219
  - exe/tailwindcss
219
220
  - lib/ariadne/view_components.rb