voidable-hotwire 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09176d0f946e22413a10e60cc115f7fc5d92ee30aa8477343a4c2c9d9043f2da'
4
- data.tar.gz: b790ad2b9537a6de90980f60e5b48df4af1f29e6227cdd414c6c5babfc1a5f3d
3
+ metadata.gz: '029e2a1953a40d0450185108452061a44fc481aa8aaae0c7b28782e08ca7fc09'
4
+ data.tar.gz: 259637c4581390e625f31bc5308e108a7fc133b28a28f46eff1905efcea65a10
5
5
  SHA512:
6
- metadata.gz: 1ed8c258a20e8ba4edbd5ee3ecc944b97cc52dfabb0edf17e8e525d47ce013b1530b74a2726de3ecbe15952c8d93b7ff698ea44c8870c16f13afeb35ff67d923
7
- data.tar.gz: f83d44be362c8d8398e9ad102ac3bcf55fb4830d999503ed85f32d0ef96620673d3586efa46a0dc0e71f5d6b2a089183b6ee4224aea6851f83f0e0b6aa0d67ea
6
+ metadata.gz: 5515541709822ddda8bb0b297f3a54b1fd4d2be122228db8f01c73abff7025b596e4e734f16b7fbea8eb51b43f7c3e87b45be43981658558fff0d5ba8a1e74c1
7
+ data.tar.gz: dce17dfbbfa35cbddefe72c203a786cd791cf8b0e15711d418b16d53d609e448360f3024a0abeb1e7884fec9198762339b70f536eedbb4fd126fe0f5ec3c9e41
@@ -0,0 +1,5 @@
1
+ pin "@voidable/ui", to: "https://ga.jspm.io/npm:@voidable/ui@0.0.1/dist/ui.js"
2
+ pin "@voidable/ui-hotwire", to: "https://ga.jspm.io/npm:@voidable/ui-hotwire@0.0.1/dist/hotwire.js"
3
+
4
+ # Optional — pin the default theme, or replace with your own.
5
+ # pin "@voidable/theme", to: "https://ga.jspm.io/npm:@voidable/theme@0.0.1/src/index.css"
@@ -1,5 +1,5 @@
1
1
  module Voidable
2
2
  module Hotwire
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voidable-hotwire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaz Walker
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-05-03 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: railties
@@ -34,6 +33,7 @@ extra_rdoc_files: []
34
33
  files:
35
34
  - LICENSE.md
36
35
  - README.md
36
+ - config/importmap.rb
37
37
  - lib/voidable/hotwire.rb
38
38
  - lib/voidable/hotwire/engine.rb
39
39
  - lib/voidable/hotwire/helpers.rb
@@ -45,7 +45,6 @@ metadata:
45
45
  homepage_uri: https://voidable.dev
46
46
  source_code_uri: https://github.com/VoidableUI/Voidable
47
47
  changelog_uri: https://github.com/VoidableUI/Voidable/releases
48
- post_install_message:
49
48
  rdoc_options: []
50
49
  require_paths:
51
50
  - lib
@@ -60,8 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
59
  - !ruby/object:Gem::Version
61
60
  version: '0'
62
61
  requirements: []
63
- rubygems_version: 3.5.22
64
- signing_key:
62
+ rubygems_version: 4.0.6
65
63
  specification_version: 4
66
64
  summary: Rails integration for Voidable UI web components with Hotwire
67
65
  test_files: []