csedl-stimulus-dropdown 1.1.3 → 1.1.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2eb8311c683ad674455dd09371c20299494fb295c634996c746853800753618f
4
- data.tar.gz: 18ffa9dd9d12374236530208c1ab06d0bc735940e4e80fd76c7b168793c9ad10
3
+ metadata.gz: 34375f621bba3c3e81ee90ef41dc4ced271858d9c81505dd339e996a38603dfe
4
+ data.tar.gz: ac4002fa78e5f3bb1d0b247226f0ae12917686d113ceee2817a1259a14688fce
5
5
  SHA512:
6
- metadata.gz: 94897bcf36662929e740e4a8b6d9846e6d8ac8ab8e9e58b886fb6ae01901ac263ff92eebd720df3775087f7a80083f756d652706e55d281b5d19d05c9462b8e7
7
- data.tar.gz: dd035704984081448a4ba6a0db592cfd9d2ef343ed171b85a0582883e0810ca6403e979a9bfbaafb2bbd8a98651a7e611384e866ead8a00992b25aa73da2e1e3
6
+ metadata.gz: a26302f52f56b00bcd2a57e9264a4916987544beabaf33caad672ca86d46db0e9a6df900dcbb94fd5b65a3d97cbb71e7fbaaf34c619e6ff703251308694f9af9
7
+ data.tar.gz: 6671b720697dfdb157d6d40cc88d7d0adae651a8c9c4b1340c18683a7d11cbdd0be8c6cfbe9fc37b76bbd64547546d12665e8277724cd4de560a567f4f6f5bf2
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Stimulus Dropdown
2
2
 
3
3
  This gem adds two view helpers corresponding to the npm package
4
- [@csedl/stimulus-dropdown](https://www.npmjs.com/package/@csedl/stimulus-dropdown), to a rails app.
4
+ [@csedl/hotwire-svelte-helpers](https://www.npmjs.com/package/@csedl/hotwire-svelte-helpers), to a rails app.
5
5
 
6
- There is a [online example](https://stimulus-dropdown.sedlmair.ch/).
6
+ There is a [online example](https://hotwire-svelte-helpers.sedlmair.ch).
7
7
 
8
8
  **Links**
9
9
  * [How we are building a Rails App](https://dev.to/chmich/setup-vite-svelte-inertia-stimulus-bootstrap-foundation-on-rails-7-overview-1bk1)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csedl-stimulus-dropdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Sedlmair
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-19 00:00:00.000000000 Z
11
+ date: 2026-04-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: christian@sedlmair.ch
@@ -45,5 +45,5 @@ requirements: []
45
45
  rubygems_version: 3.1.6
46
46
  signing_key:
47
47
  specification_version: 4
48
- summary: View helpers for the npm package @csedl/stimulus-dropdown
48
+ summary: View helpers for the npm package @csedl/hotwire-svelte-helpers
49
49
  test_files: []