csedl-stimulus-dropdown 0.0.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 44ac5608bddcb791672dfefa6a52bc403acf3a22572290c303dbc46f7eaca64f
4
+ data.tar.gz: 28470466e6f2d317f3cbbeadcc7e817f99ec92264586d78bbed7414ff21737f8
5
+ SHA512:
6
+ metadata.gz: e2c343785a57540605e9f3c77777333ab475e56e547e56639dbe59e4fd68ea1443b867752da7c172e139633efb74d3c30b2ea49e29d8c33691ec9d9be1c6ba9a
7
+ data.tar.gz: 71988429f909ca509b867e92631ebe065dc903204669b476d3a51a49e2fb85214501929acb65886668bb929fa1f4fd581376d683aa0b74d8033e2536e06ae749
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: csedl-stimulus-dropdown
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Christian Sedlmair
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-08-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: christian@sedlmair.ch
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage: https://gitlab.com/sedl/csedl-stimulus-dropdown
20
+ licenses:
21
+ - MIT
22
+ metadata:
23
+ homepage_uri: https://gitlab.com/sedl/csedl-stimulus-dropdown
24
+ source_code_uri: https://gitlab.com/sedl/csedl-stimulus-dropdown
25
+ changelog_uri: https://gitlab.com/sedl/csedl-stimulus-dropdown
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.1.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: View helpers for the npm package @csedl/stimulus-dropdown
45
+ test_files: []