wice_grid_ms 3.6.0 → 3.6.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 047066261a0340a4f1c55f28bf6292fa12be28c1
|
4
|
+
data.tar.gz: 26ae546a8686b6f5f09a6ae20adc543f72ae68e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b43ec90963293bca8122ff79688e2750682bef0741f09a0b55276f699553f813822de902cafd21da6ade05fbc68ae79e722627026d980dc37679c2813526617e
|
7
|
+
data.tar.gz: 9cf656c61318a62d04ab9951af6e255161a647765c77719828c8c82d828af085c635f9571a78943d0defda0aaf8d5255306841d3291c2d7e0576d8f6590eed7d
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = 'wice_grid_ms'
|
4
|
-
s.version = '3.6.
|
4
|
+
s.version = '3.6.1'
|
5
5
|
s.authors = ['Mark Sack']
|
6
6
|
s.email = ['mark.sack@outlook.com']
|
7
7
|
s.homepage = 'https://github.com/marksack/wice_grid'
|
@@ -9,7 +9,8 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.description = 'A Rails grid plugin to create grids with sorting, pagination, and filters generated automatically based on column types. ' \
|
10
10
|
'The contents of the cell are up for the developer, just like one does when rendering a collection via a simple table. ' \
|
11
11
|
'WiceGrid automates implementation of filters, ordering, paginations, CSV export, and so on. ' \
|
12
|
-
'Ruby blocks provide an elegant means for this.'
|
12
|
+
'Ruby blocks provide an elegant means for this.' \
|
13
|
+
'Forked wice_grid 3.6.0pre4 to fix issues with bootstrap datepicker filters.'
|
13
14
|
|
14
15
|
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
15
16
|
s.license = 'MIT'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wice_grid_ms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.6.
|
4
|
+
version: 3.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Sack
|
@@ -210,7 +210,8 @@ description: A Rails grid plugin to create grids with sorting, pagination, and f
|
|
210
210
|
generated automatically based on column types. The contents of the cell are up for
|
211
211
|
the developer, just like one does when rendering a collection via a simple table.
|
212
212
|
WiceGrid automates implementation of filters, ordering, paginations, CSV export,
|
213
|
-
and so on. Ruby blocks provide an elegant means for this.
|
213
|
+
and so on. Ruby blocks provide an elegant means for this.Forked wice_grid 3.6.0pre4
|
214
|
+
to fix issues with bootstrap datepicker filters.
|
214
215
|
email:
|
215
216
|
- mark.sack@outlook.com
|
216
217
|
executables: []
|
@@ -288,7 +289,7 @@ files:
|
|
288
289
|
- lib/wice/wice_grid_serialized_queries_controller.rb
|
289
290
|
- lib/wice/wice_grid_serialized_query.rb
|
290
291
|
- lib/wice/wice_grid_spreadsheet.rb
|
291
|
-
- lib/
|
292
|
+
- lib/wice_grid_ms.rb
|
292
293
|
- release_notes/RELEASE_NOTES_3.2.pre1.rdoc
|
293
294
|
- release_notes/RELEASE_NOTES_3.2.pre2.rdoc
|
294
295
|
- release_notes/RELEASE_NOTES_3.3.0.rdoc
|
@@ -306,7 +307,7 @@ files:
|
|
306
307
|
- vendor/assets/javascripts/wice_grid_processor.js.coffee
|
307
308
|
- vendor/assets/javascripts/wice_grid_saved_queries_init.js.coffee
|
308
309
|
- vendor/assets/stylesheets/wice_grid.scss
|
309
|
-
-
|
310
|
+
- wice_grid_ms.gemspec
|
310
311
|
homepage: https://github.com/marksack/wice_grid
|
311
312
|
licenses:
|
312
313
|
- MIT
|