wor-paginate 0.4.0 → 0.4.1
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/CHANGELOG.md +3 -0
- data/README.md +1 -3
- data/lib/generators/templates/wor_paginate.rb +1 -1
- data/lib/wor/paginate/version.rb +1 -1
- data/wor-paginate.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2382535974a5955b672ae5a22548b2100126afa69237fd5f76e7b5c18f6cd9e1
|
|
4
|
+
data.tar.gz: 977102640aba1c02a50d36181d2a4cc2fa3ab5e0bfe57b86587ae24fc4ada4ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: acfa22f022acd7468c674cf723ca74b366deddf18d58320570951bd1067a36573a039468134ea4e1ee7586ea61e5fb685451e6fd1eb9f0a182d716a324177d2c
|
|
7
|
+
data.tar.gz: 2e1397984c3da7db0defdbe42e05f14e8692496d0411e9318e83f020ce3a3fe7e72ecfbfe7c748c3fd93263725d3752b89b8eda7e09fb3e729f3d6dacebf0cfb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
## Change log
|
|
2
2
|
|
|
3
|
+
### V0.4.1
|
|
4
|
+
* [#2](https://github.com/icoluccio/wor-paginate/pull/2) Remove remaining dead Wolox links - [@icoluccio](https://github.com/icoluccio).
|
|
5
|
+
|
|
3
6
|
### V0.4.0
|
|
4
7
|
* [#1](https://github.com/icoluccio/wor-paginate/pull/1) Add Rails 8.0/8.1 support, HTTP-level request specs, and rubocop cleanup - [@icoluccio](https://github.com/icoluccio).
|
|
5
8
|
|
data/README.md
CHANGED
|
@@ -345,9 +345,7 @@ This project was developed by:
|
|
|
345
345
|
* [Hugo Farji](https://github.com/hdf1986)
|
|
346
346
|
* [Alan Halatian](https://github.com/alanhala)
|
|
347
347
|
|
|
348
|
-
Originally at
|
|
349
|
-
|
|
350
|
-
[](http://www.wolox.com.ar)
|
|
348
|
+
Originally at Wolox
|
|
351
349
|
|
|
352
350
|
## License
|
|
353
351
|
|
|
@@ -8,7 +8,7 @@ Wor::Paginate.configure do |config|
|
|
|
8
8
|
# In case you want to use other format for your response, you can override our formatter here
|
|
9
9
|
# You can extend from Wor::Paginate::Formatters::Base and override the 'format' method
|
|
10
10
|
# For more info about available methods for formatters see:
|
|
11
|
-
# https://github.com/
|
|
11
|
+
# https://github.com/icoluccio/wor-paginate/blob/main/lib/wor/paginate/formatters/base.rb
|
|
12
12
|
# config.formatter = Wor::Paginate::Formatters::AmsFormatter
|
|
13
13
|
|
|
14
14
|
# Configure a default adapter to use on pagination
|
data/lib/wor/paginate/version.rb
CHANGED
data/wor-paginate.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
10
|
s.date = Date.today
|
|
11
11
|
s.authors = ["icoluccio", "mnmallea", "holywyvern", "lucasVoboril"]
|
|
12
|
-
s.email = ["ignacio.coluccio@
|
|
12
|
+
s.email = ["ignacio.coluccio@gmail.com", "martin.mallea@wolox.com.ar", "ramiro.rojo@wolox.com.ar", "lucas.voboril@wolox.com.ar"]
|
|
13
13
|
s.homepage = "https://github.com/icoluccio/wor-paginate"
|
|
14
14
|
s.summary = "Simplified pagination for Rails API controllers"
|
|
15
15
|
s.description = "Wor::Paginate is a gem for Rails that simplifies pagination, particularly for controller methods, while standardizing JSON output for APIs. It's meant to work both as a standalone pagination gem and as an extra layer over Kaminari and will_paginate"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wor-paginate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- icoluccio
|
|
@@ -57,7 +57,7 @@ description: Wor::Paginate is a gem for Rails that simplifies pagination, partic
|
|
|
57
57
|
work both as a standalone pagination gem and as an extra layer over Kaminari and
|
|
58
58
|
will_paginate
|
|
59
59
|
email:
|
|
60
|
-
- ignacio.coluccio@
|
|
60
|
+
- ignacio.coluccio@gmail.com
|
|
61
61
|
- martin.mallea@wolox.com.ar
|
|
62
62
|
- ramiro.rojo@wolox.com.ar
|
|
63
63
|
- lucas.voboril@wolox.com.ar
|