jquery-tablesorter 1.26.1 → 1.27.0
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 +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +1 -1
- data/lib/jquery-tablesorter/version.rb +2 -2
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ce03746c35dbbe401b6ed36f7b9ff291d39213a864e5870d707477ec74a43d1
|
4
|
+
data.tar.gz: 361c9601658260f4b320e63aa273817df35e0d8888f8ddeee3d3324ea0382f2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30da041239a567899b3c708124aa5e26bbff241095c37b188e61cf2bfdd229707577ced9d334a7a8d4e07f85de66b7947e42d5580096d73d57d899f56c0c19d6
|
7
|
+
data.tar.gz: 8e17e09ba05ecc31e2eee4114880c20b06ff1e1bbc62632ceabd51f523217f7401f26a34aff399651190ddbb2a25cbbfaec336efe09924eb767e7953ec55f674
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -24,7 +24,7 @@ Or install it yourself as:
|
|
24
24
|
|
25
25
|
## Requirements
|
26
26
|
|
27
|
-
It should work with Rails 3.2 and higher as well as with ruby 1.9.3 - 2.
|
27
|
+
It should work with Rails 3.2 and higher as well as with ruby 1.9.3 - 2.6.x.
|
28
28
|
Each release is always tested with the latest version of both.
|
29
29
|
|
30
30
|
## Usage
|
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.
|
4
|
+
version: 1.27.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:
|
12
|
+
date: 2019-08-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -18,9 +18,9 @@ dependencies:
|
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '3.2'
|
21
|
-
- - "
|
21
|
+
- - "~>"
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version:
|
23
|
+
version: 6.0.0
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,9 +28,9 @@ dependencies:
|
|
28
28
|
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
30
|
version: '3.2'
|
31
|
-
- - "
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 6.0.0
|
34
34
|
description: Simple integration of jquery-tablesorter (Mottie's fork) into the Rails
|
35
35
|
asset pipeline.
|
36
36
|
email:
|
@@ -167,7 +167,10 @@ files:
|
|
167
167
|
homepage: https://github.com/themilkman/jquery-tablesorter-rails
|
168
168
|
licenses:
|
169
169
|
- MIT
|
170
|
-
metadata:
|
170
|
+
metadata:
|
171
|
+
bug_tracker_uri: https://github.com/themilkman/jquery-tablesorter-rails/issues
|
172
|
+
changelog_uri: https://github.com/themilkman/jquery-tablesorter-rails/blob/master/CHANGELOG.md
|
173
|
+
source_code_uri: https://github.com/themilkman/jquery-tablesorter-rails
|
171
174
|
post_install_message:
|
172
175
|
rdoc_options: []
|
173
176
|
require_paths:
|
@@ -183,8 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
186
|
- !ruby/object:Gem::Version
|
184
187
|
version: '0'
|
185
188
|
requirements: []
|
186
|
-
|
187
|
-
rubygems_version: 2.7.6
|
189
|
+
rubygems_version: 3.0.3
|
188
190
|
signing_key:
|
189
191
|
specification_version: 4
|
190
192
|
summary: Simple integration of jquery-tablesorter (Mottie's fork) into the Rails asset
|