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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34375f621bba3c3e81ee90ef41dc4ced271858d9c81505dd339e996a38603dfe
|
|
4
|
+
data.tar.gz: ac4002fa78e5f3bb1d0b247226f0ae12917686d113ceee2817a1259a14688fce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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://
|
|
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.
|
|
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:
|
|
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/
|
|
48
|
+
summary: View helpers for the npm package @csedl/hotwire-svelte-helpers
|
|
49
49
|
test_files: []
|