jquery-tablesorter 1.19.2 → 1.19.3

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: 6e7479bd99a86ae571bd8c5ea0a01aa8e80cbecf
4
- data.tar.gz: 01ff317a28d4611f603ab47d52b7c7342f2f8aef
3
+ metadata.gz: d149c977d4eef786b52e3303d1fcd2318bafbc11
4
+ data.tar.gz: 7f46140dd3ef77f0fe4205020f420906e7214318
5
5
  SHA512:
6
- metadata.gz: bdc61297bced66dabcb1b765ec4eef9605312a3df64620c816e4e3f41b5857093b463b602ed1e00721d84d5aeaf8e74967c22ecdd13e12e32416669d810b66dc
7
- data.tar.gz: bd69883614b59704957ba1219bf34fc3998e74a01c1812c6e3652a9877fdee20aae3d2d7fe8b2615dabb9b3a23a2ce52f8327053ed4984f09deb32a7e6cc565e
6
+ metadata.gz: 1dfd69020e71883e894a7a2bcb3c7bcd1d9a2f5da11d2b995fb372a150a2288894fc950cdc5b152c599654f1a6acc8e3a9179e9c6a94ce02b97a6af721d66642
7
+ data.tar.gz: 464dc10ac61645a0ded0ef86d9246f7ff0a1a2d6ecf44d4a55c19f1166721a8d732eb4df82e06dd6392153c248c4393ed166769fe27787b8e2d5e84463abdcd8
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Simple integration of jquery-tablesorter into the asset pipeline.
6
6
 
7
- Current tablesorter version: 2.24.4 (11/10/2015), [documentation]
7
+ Current tablesorter version: 2.24.5 (11/10/2015), [documentation]
8
8
 
9
9
  Any issue associated with the js/css files, please report to [Mottie's fork].
10
10
 
@@ -1,3 +1,7 @@
1
1
  module JqueryTablesorter
2
- VERSION = '1.19.2'
2
+ MAJOR = 1
3
+ MINOR = 19
4
+ TINY = 3
5
+
6
+ VERSION = [MAJOR, MINOR, TINY].compact.join('.')
3
7
  end
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * tablesorter (FORK) pager plugin
3
- * updated 11/10/2015 (v2.24.4)
3
+ * updated 11/10/2015 (v2.24.5)
4
4
  */
5
5
  /*jshint browser:true, jquery:true, unused:false */
6
6
  ;(function($) {
@@ -389,7 +389,7 @@
389
389
  // in case nothing is returned by ajax, empty out the table; see #1032
390
390
  // but do it before calling pager_ajaxProcessing because that function may add content
391
391
  // directly to the table
392
- c.$tbodies.eq(0).empty();
392
+ table.config.$tbodies.eq(0).empty();
393
393
 
394
394
  // ajaxProcessing result: [ total, rows, headers ]
395
395
  var i, j, t, hsh, $f, $sh, $headers, $h, icon, th, d, l, rr_count, len,
@@ -4,7 +4,7 @@
4
4
  ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
5
5
  █████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
6
6
  */
7
- /*! tablesorter (FORK) - updated 11-10-2015 (v2.24.4)*/
7
+ /*! tablesorter (FORK) - updated 11-10-2015 (v2.24.5)*/
8
8
  /* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
9
9
  (function(factory) {
10
10
  if (typeof define === 'function' && define.amd) {
@@ -16,7 +16,7 @@
16
16
  }
17
17
  }(function($) {
18
18
 
19
- /*! TableSorter (FORK) v2.24.4 *//*
19
+ /*! TableSorter (FORK) v2.24.5 *//*
20
20
  * Client-side table sorting with ease!
21
21
  * @requires jQuery v1.2.6+
22
22
  *
@@ -39,7 +39,7 @@
39
39
  'use strict';
40
40
  var ts = $.tablesorter = {
41
41
 
42
- version : '2.24.4',
42
+ version : '2.24.5',
43
43
 
44
44
  parsers : [],
45
45
  widgets : [],
@@ -1,4 +1,4 @@
1
- /*! TableSorter (FORK) v2.24.4 *//*
1
+ /*! TableSorter (FORK) v2.24.5 *//*
2
2
  * Client-side table sorting with ease!
3
3
  * @requires jQuery v1.2.6+
4
4
  *
@@ -21,7 +21,7 @@
21
21
  'use strict';
22
22
  var ts = $.tablesorter = {
23
23
 
24
- version : '2.24.4',
24
+ version : '2.24.5',
25
25
 
26
26
  parsers : [],
27
27
  widgets : [],
@@ -4,7 +4,7 @@
4
4
  ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
5
5
  █████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
6
6
  */
7
- /*! tablesorter (FORK) - updated 11-10-2015 (v2.24.4)*/
7
+ /*! tablesorter (FORK) - updated 11-10-2015 (v2.24.5)*/
8
8
  /* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
9
9
  (function(factory) {
10
10
  if (typeof define === 'function' && define.amd) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-tablesorter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.2
4
+ version: 1.19.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jun Lin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-11-11 00:00:00.000000000 Z
12
+ date: 2015-11-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties