pagy 3.13.0 → 3.14.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/lib/config/pagy.rb +1 -1
- data/lib/javascripts/pagy.js +1 -1
- data/lib/pagy.rb +1 -1
- metadata +12 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49a179c68fcaeb3e1f5785db7c2faa3edb4da583ed521974876c87be9c81fba4
|
|
4
|
+
data.tar.gz: 86e717c64839653506d14ac2a1f092f68c97e220ab8716c2e68419a375d2369f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d7222fe9b3445448cc1f7993b763bf8ca72a301c46090ee0884108c44a7aed935b35aebce2b814d9c1cf067a745293bcd069133a4879e744e1745134de44b7c
|
|
7
|
+
data.tar.gz: 6d37feee515609f118f0612e255ce6cd52b9618b03451c724325f72409d6bea1b63059b211a97c60e5d23c17df9f5e41786dfbccc5dd0ea27a61329c4e4a0709
|
data/lib/config/pagy.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
-
# Pagy initializer file (3.
|
|
4
|
+
# Pagy initializer file (3.14.0)
|
|
5
5
|
# Customize only what you really need and notice that Pagy works also without any of the following lines.
|
|
6
6
|
# Should you just cherry pick part of this file, please maintain the require-order of the extras
|
|
7
7
|
|
data/lib/javascripts/pagy.js
CHANGED
data/lib/pagy.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pagy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Domizio Demichelis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 'Agnostic pagination in plain ruby: it works with any framework, ORM
|
|
14
14
|
and DB type, with all kinds of collections, even pre-paginated, scopes, Arrays,
|
|
@@ -99,7 +99,16 @@ homepage: https://github.com/ddnexus/pagy
|
|
|
99
99
|
licenses:
|
|
100
100
|
- MIT
|
|
101
101
|
metadata: {}
|
|
102
|
-
post_install_message:
|
|
102
|
+
post_install_message: |2+
|
|
103
|
+
|
|
104
|
+
IMPORTANT: Pagy 4.8+ has been backported and supports ruby 2.5+ now!
|
|
105
|
+
|
|
106
|
+
If you run on ruby 2.5+, upgrading requires no change in the code
|
|
107
|
+
unless you are using the searchkick or the elasticsearch_rails extras
|
|
108
|
+
(and in that case it requires just a single rename).
|
|
109
|
+
|
|
110
|
+
See https://github.com/ddnexus/pagy for details.
|
|
111
|
+
|
|
103
112
|
rdoc_options: []
|
|
104
113
|
require_paths:
|
|
105
114
|
- lib
|