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: 3795010568ced56480c0ab520b69a91385c41f1c
4
- data.tar.gz: 53ad1ad69e0d9f8e121c8db7facc18334db3bc45
3
+ metadata.gz: 047066261a0340a4f1c55f28bf6292fa12be28c1
4
+ data.tar.gz: 26ae546a8686b6f5f09a6ae20adc543f72ae68e0
5
5
  SHA512:
6
- metadata.gz: 0de943255c22ac0d8406b9cbed72a938d0191afe1769d5183e91e8b63de164817fa6d0fbb7e1f8b107684ad5f70280fa74482a6fa510e998228527175c0ea47d
7
- data.tar.gz: dbe5fa62a67d6b5cb1555142dff58844679c0c46f06fc6fb309b3f077fa792fd96a942b984153921e37b2e0f6291a8d6251b356f8b212a1b674b98f5efeca8f4
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.0'
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.0
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/wice_grid.rb
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
- - wice_grid.gemspec
310
+ - wice_grid_ms.gemspec
310
311
  homepage: https://github.com/marksack/wice_grid
311
312
  licenses:
312
313
  - MIT