hotwire_combobox 0.1.2 → 0.1.3

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: 49ff77cf8ae3aa9bcfdf0d5a76c0f58ba930e66ac7959c7fb52e592809658534
4
- data.tar.gz: ea4b9062507631d96711d3c4cc1ea87bba7cad5ed935490aff4c863c33b6c640
3
+ metadata.gz: e8a7d1caf3318396c9e45dd3774e89422199a02193da067656c1127eb0af6906
4
+ data.tar.gz: 33cd4ddcc41c10bbd543dce0138a7cb5b2aa5aa174720f344823e294a947e6d9
5
5
  SHA512:
6
- metadata.gz: 13099362009ab729aad33c3b29399e45c1ebfe8197eed16a2f4be160a7bf2566d7b8a828d063aa39bb48ca94aa47834d585df8a01712c154870048d0670b19b0
7
- data.tar.gz: 7dd571d6e65293c6ee93c3ba5492c1bb081d37fc261e9311c054d16ed2888dd26abee32ca6dfbec6174b0af4baedca95a85d98b0cc2a8e4a05551a5940442a28
6
+ metadata.gz: f10d1c977191685d976776ffb16d1df6ba24d3d4a18cf1b5bacaf9349687a49325bb03704d3cc5d69e78303ea832c7e8f1dcf5e4bc5014ae985d9a17b3a97493
7
+ data.tar.gz: d05bdfa0b346b71aa02e42f2beb04f602cb228aace20afd33e60b5784bf35fde0702650b7253fb246b1dd38e917af9cc8454ae793157a515d009a42b7feefc52
data/README.md CHANGED
@@ -8,7 +8,7 @@ How to use my plugin.
8
8
  Add this line to your application's Gemfile:
9
9
 
10
10
  ```ruby
11
- gem "hotwire_combobox"
11
+ gem "hotwire_combobox", require: "combobox"
12
12
  ```
13
13
 
14
14
  And then execute:
@@ -1,4 +1,4 @@
1
- <%= tag.div class: "hotwire-combobox", data: parent_data do %>
1
+ <%= tag.fieldset class: "hotwire-combobox", data: parent_data do %>
2
2
  <%= hidden_field_tag value_field_attrs.delete(:name),
3
3
  value_field_attrs.delete(:value), **value_field_attrs %>
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Combobox
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotwire_combobox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Farias