effective_datatables 4.7.16 → 4.7.17
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8c67b2aca923ec1c906d68e5bf17042f8598f59879c0f9413d0334e464b50ed
|
|
4
|
+
data.tar.gz: dd541e9a092506c1f8dd06ffb25c95d91a96481052932b26391369a30ad5fe42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8383f12fa74b3346d03f14f70f6297edcd9ecac804f44e5185eb35afca5575e1be3f2f1b85759628020a835acf5c93d46584165d2f9958bce056e92acaccd1bb
|
|
7
|
+
data.tar.gz: 926626c379991e295a0699c97afdfcde58c7508f5f600e77cfc493bcffc4838afdff462140f43736a7862337fa71e1d19fff02c5c2c449b1ca855663cc24197a
|
|
@@ -7,8 +7,6 @@ class EffectiveStyleGuideDatatable < Effective::Datatable
|
|
|
7
7
|
col :bowl, search: { collection: ['Single Bowl', 'Double Bowl', 'Triple Bowl'] }
|
|
8
8
|
col :name
|
|
9
9
|
col :date, as: :date
|
|
10
|
-
|
|
11
|
-
actions_col
|
|
12
10
|
end
|
|
13
11
|
|
|
14
12
|
# Set the permission check to the same as Effective::StyleGuide
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_datatables
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.7.
|
|
4
|
+
version: 4.7.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|