administrate_batch_actions 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7ba01dc33c559c35b0b7a3a1121edc34faacc91ce7083b3d638d285c16880f6
4
- data.tar.gz: 9b18c836b879efad973cb3e7487cac118307e31a77fc6654a59f82d0e3f97402
3
+ metadata.gz: a33ac2550f09f1b8cb9a9bae773380bf14c55d7d5422835a2b170e31c716f983
4
+ data.tar.gz: 3ee144b51a5b9a404421c34a9113395a8975fc2cee971025c89ea6df614b924c
5
5
  SHA512:
6
- metadata.gz: 45035d8d3ba5485659aafe52adc564be0c1dc028913332ff5c06db6d47fde3c8b33053fb628abfbbacd883f610b94cdc6bc899ec7a85712ce07b624f67f0422a
7
- data.tar.gz: 644c56ba9400a37c50d71bea381d86db68bfab7542afdd4612246069b805d32f516b7ff960544d849287378e88f56f2158a52590755d7148ff607fe972efbe2c
6
+ metadata.gz: 2385cd89b2487180784f61766d531666d95d5b31f192744a2d35553672477676cb2e03a4872d2d8b58f45f94df2d60084bc3d15ce514cc5cc2d317082e4a30b7
7
+ data.tar.gz: bdf87209596907b29b653c66e18b056b393dce3b3775184f0d4b5f00c4870a52e4ac63bacf055b0d62d3755d07ea832018c03b3f39eac8fc6466941f8083b34f
@@ -1,3 +1,3 @@
1
1
  <td>
2
- <input type="checkbox" value="<%= value %>" data-batch-action-option="checkbox" />
2
+ <input type="checkbox" value="<%= value %>" name='batch_action_ids[]' data-batch-action-option="checkbox" />
3
3
  </td>
@@ -1,3 +1,3 @@
1
1
  module AdministrateBatchActions
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate_batch_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sourcelabs LLC
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-27 00:00:00.000000000 Z
11
+ date: 2022-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler