jquery-tablesorter 1.22.7 → 1.23.0

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
  SHA1:
3
- metadata.gz: 72b4297c205ba3ae141fbac63445a827c2dd024c
4
- data.tar.gz: f5b788dd0c9ccb8392c0627bd3ae7bd087a97683
3
+ metadata.gz: 9354d6adb18c718f952bf701152ed24f3dca112c
4
+ data.tar.gz: fe90cbcbe7d5d38667662d69725912be77c23f72
5
5
  SHA512:
6
- metadata.gz: 56defee4f40de39f75b533610adfc3bbfa4956d3aabffd1ee279dd16b95e46e49dd8bf277157945d64bbf117bf73a6d57b604d67b3db2e0a0fbb86f9043c9dbe
7
- data.tar.gz: c64357c1d185427864c29f7b8bb404c2f3ecfaad2796f518c7c7516b143c786fec4d49d52f4aeb7aa499c00f35b95c934320fd906e1a12834bc6349803514be6
6
+ metadata.gz: 9bed90e7d4e0bb29b5996e7d84bcb51bcf6bb32844b338412ea4b66881c23c89818bf4e70c9387132672776402795151ab72a09ebb563581e94bf94c827f8ed8
7
+ data.tar.gz: 57448fb255b2cfb211720cdb7f5fb2b904f2ac5c7ad8f7224a3beedef4be1515da77843e530215c8133978ca66b1d23ab04c5516bceaf641d602d59f8e4a4be8
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Simple integration of jQuery tablesorter ([Mottie's fork]) into the asset pipeline.
6
6
 
7
- Current tablesorter version: 2.27.8 (9/28/2016), [documentation]
7
+ Current tablesorter version: 2.28.0 (11/27/2016), [documentation]
8
8
 
9
9
  Any issue associated with the js/css files, please report to [Mottie's fork].
10
10
 
@@ -1,7 +1,7 @@
1
1
  module JqueryTablesorter
2
2
  MAJOR = 1
3
- MINOR = 22
4
- TINY = 7
3
+ MINOR = 23
4
+ TINY = 0
5
5
 
6
6
  VERSION = [MAJOR, MINOR, TINY].compact.join('.')
7
7
  end
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.22.7
4
+ version: 1.23.0
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: 2016-09-29 00:00:00.000000000 Z
12
+ date: 2016-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties