jquery-tablesorter 1.26.1 → 1.27.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
  SHA256:
3
- metadata.gz: 183fd401be8bba2c7f7831a622f3fc7c318b76558c0fd085b56f568e0d91de88
4
- data.tar.gz: '081e387b3fbc8d655af2e63d67c8921b46127d5ca2a0026600e9b902af2cacda'
3
+ metadata.gz: 8ce03746c35dbbe401b6ed36f7b9ff291d39213a864e5870d707477ec74a43d1
4
+ data.tar.gz: 361c9601658260f4b320e63aa273817df35e0d8888f8ddeee3d3324ea0382f2f
5
5
  SHA512:
6
- metadata.gz: '08115dd203ac1794bdeee26bf859857fea3e5b8cd3943557352b957d5a212312ba22a7593338c0179a02dd35685ef8d3acff69c175b020f1f6bff49040a34679'
7
- data.tar.gz: 64ad24510635554f9e7ea5356afa9d1beee2a10625f712551046b9716adc9e879b908e7250561ca0f29fe6ed3394178b0fb8211a6ef7c304a709d5940289cf02
6
+ metadata.gz: 30da041239a567899b3c708124aa5e26bbff241095c37b188e61cf2bfdd229707577ced9d334a7a8d4e07f85de66b7947e42d5580096d73d57d899f56c0c19d6
7
+ data.tar.gz: 8e17e09ba05ecc31e2eee4114880c20b06ff1e1bbc62632ceabd51f523217f7401f26a34aff399651190ddbb2a25cbbfaec336efe09924eb767e7953ec55f674
@@ -1,4 +1,4 @@
1
- Copyright 2018 Jun Lin, Erik-B. Ernst
1
+ Copyright 2019 Jun Lin, Erik-B. Ernst
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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.5.x.
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
@@ -1,7 +1,7 @@
1
1
  module JqueryTablesorter
2
2
  MAJOR = 1
3
- MINOR = 26
4
- TINY = 1
3
+ MINOR = 27
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.26.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: 2018-11-22 00:00:00.000000000 Z
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: '6'
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: '6'
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
- rubyforge_project:
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