ariadne_view_components 0.0.15-x86_64-linux → 0.0.16-x86_64-linux

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: ff610edf8cd3e6ee5b2a9edd7bae304394edfe0a6ad6aacca609427e11cfee4a
4
- data.tar.gz: 91c5b6203dfb22d92e841e719a8d62ee150a9fc2aad50ab21a423a99924348b3
3
+ metadata.gz: 33b8f3042fc4889507225147153b0d9ba764f6eee2b77ffa33c21757ecdc2162
4
+ data.tar.gz: 610f42eff629164799893c518717cfe97beed217a40cf9f7cb95320ec2133941
5
5
  SHA512:
6
- metadata.gz: bff9b12c665dbbe54622dda0b13ba3df32dfe78b706fa1e7b34f36c08524c9cb8116d34bb72dc36dbc7b1ee5b63f44e38ddb6bb010a3322cdf9adc5a9ac94c5f
7
- data.tar.gz: 2195c4b057844f6754c97f125241e41166f5a7043a3760e4624f9a8348448695d241cc178ce8fb39425938e0e4a84a057e8d2aae2092284e9a35895cc84963f5
6
+ metadata.gz: 5636f128f54b3a42ad6f7c6edc546a02ebfac385adcf1b2d3a8db9cd02d2155149796f12724c952c8d904576e6c5a7dd7d27a1da60212b6123f93953421f55b3
7
+ data.tar.gz: 4ed0be9e5f45c0924f34b998c2fe990102119e02acac8b4684a9139e92aae7374c11f67eaf56eb9493a4310d20257f577d07a522631fb1002b040ce6f3bc0be8
@@ -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: x86_64-linux
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/x86_64-linux/tailwindcss
219
220
  - lib/ariadne/view_components.rb