ariadne_view_components 0.0.15-x64-mingw-ucrt → 0.0.16-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b38205e478ea00f88ef78c2e7b991d4d61b41bce2446b5a58b7d8571ac424e8f
4
- data.tar.gz: a1ce4976389b60577b30fd99c357d3e58c9d7689d83018ded906f2c2861f9e34
3
+ metadata.gz: 7b1c90f9ec3e65a54ea4329b54c2996f5f247eb83a60455010e742827b55c758
4
+ data.tar.gz: 33ef73a5eaa4370d74064a27b373d532142228bbc14345b84276ff423904375a
5
5
  SHA512:
6
- metadata.gz: 8d5dce8ec19fba365efd7849dbdf01092bc1a47d6c501c98b6330f9ad42b887fb2fb09e8693abcc2a466291c9d79b0a8fc556b83f2c2377a2b315679f36b8029
7
- data.tar.gz: 8331ce7b4ce22a1db0ce6781e2750de532a129b9df8ac6d40b69a59e94597f810b7c1a265ee11797810cbf4eec87d8adc45d3f467b75a6486f7fc9575b860741
6
+ metadata.gz: 175abb8c930ccba41b5e31463a7ee3bc5b9b77bbc0925a00c0561e9f00ed3130929ca99b3cc105ff4ffd279a5c8a17d91e21169b74be5db5c1f40b8acf4f8886
7
+ data.tar.gz: 197d88074a1b277c7aa34c20cb35b6cde122e0f3c003b94a233fd40a8e876db6e2f0d660e27780f0e3b6c01550b9bc5e1e76dbc54591a968e5b424957246336a
@@ -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: x64-mingw-ucrt
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/tailwindcss
218
219
  - exe/x64-mingw-ucrt/tailwindcss
219
220
  - lib/ariadne/view_components.rb