decidim-centers 0.2.0 → 0.2.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: 322ae36dae0cc1f6450d0bdb4dee7cdc1125823329f0dded27ffe1406d98af1c
4
- data.tar.gz: 94e3c59ce5f089248873859b0ae967bb8f12aebf9afdc082be358158b0d7cccf
3
+ metadata.gz: 4339e9ce3cb3a4776efa800b26cac66fc708471e37d5da4a169689132d2e0eda
4
+ data.tar.gz: 05ea0c420029e6eaa348ee3cf3411276ef1928532afb4b9d8e32f3b09d3bdcd3
5
5
  SHA512:
6
- metadata.gz: ffe9e5780b724a8194f7e041b37a62203b8439c678730ec6fc8a1797d06006077a2fbcae7d060e7aeb4fc5de08345a0e7f386c82884933a8d6d3dad3c45eb84f
7
- data.tar.gz: b3b96f0f4f7d912a5b6b325ec6ba2e5d116f68cbacf34ed17f9349887914347cf841fb8290d1b19d081f92934eb38bfda40a8138e136e636e29b43db9385cf70
6
+ metadata.gz: 5397fe199eefb3b5f51fa5c18dd9138f0cdfa7ae9f64f3188cee94e7718f007d873676c07131dd3b1fed78a94df2c823c182c8759e13d82e61f767172c31aa90
7
+ data.tar.gz: fff7f13549016f06eac6072a0caed847c6b60b033fc006c8451e425ceaa06e722ca3b119e6575aab6b3f4a833ca1b07e718b5adc2a915a5c626bcfd7a369e890
data/README.md CHANGED
@@ -33,7 +33,7 @@ the center, the role and the scope it will work as an "and" between them.
33
33
  Add this line to your application's Gemfile:
34
34
 
35
35
  ```ruby
36
- gem "decidim-centers", "~> 0.1.0"
36
+ gem "decidim-centers"
37
37
  ```
38
38
 
39
39
  And then execute:
@@ -1,10 +1,10 @@
1
1
  <div class="card">
2
2
  <div class="card__content card__centers">
3
3
  <div class="field">
4
- <%= f.collection_select :center_id, f.object.center_options_for_select, :first, :last %>
4
+ <%= f.collection_select :center_id, f.object.center_options_for_select, :first, :last, {}, { data: { abide_ignore: true, }, required: true } %>
5
5
 
6
6
  <% if Decidim::Centers.roles_enabled %>
7
- <%= f.collection_select :role_id, f.object.role_options_for_select, :first, :last %>
7
+ <%= f.collection_select :role_id, f.object.role_options_for_select, :first, :last, {}, { data: { abide_ignore: true, }, required: true } %>
8
8
  <% end %>
9
9
 
10
10
  <% if Decidim::Centers.scopes_enabled %>
@@ -3,7 +3,7 @@
3
3
  module Decidim
4
4
  # This holds the decidim-centers version.
5
5
  module Centers
6
- VERSION = "0.2.0"
6
+ VERSION = "0.2.1"
7
7
  DECIDIM_VERSION = "0.27.4"
8
8
  COMPAT_DECIDIM_VERSION = [">= 0.27.0", "< 0.28"].freeze
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-centers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Bolívar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-05 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-core