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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4481aa957c0963f107c5f1bdd9b2c6859cf91930aa7737e1a184a5634ad2bddf
4
- data.tar.gz: 3a66f12b6c3348f7e43aa98586218d812ba6df36f6917a926d8bd1abc19caf61
3
+ metadata.gz: 2382535974a5955b672ae5a22548b2100126afa69237fd5f76e7b5c18f6cd9e1
4
+ data.tar.gz: 977102640aba1c02a50d36181d2a4cc2fa3ab5e0bfe57b86587ae24fc4ada4ca
5
5
  SHA512:
6
- metadata.gz: 8924bd31085db92676e53a290e5d9ae109295f15af0a908b798dec323a99a5c9b97a1b367cdc17f219126167bf4d6f703cc44a419c5d06acee3d8fe81d96c2d8
7
- data.tar.gz: 989d4fb9cef8a3e149178c1f1a777195f1b63b54ddf6e2be10e7612b11bb95a04ba6b3280680a90918e56473efba951439bfeb362eb681a98e4f7cdfe5a33254
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 [Wolox](http://www.wolox.com.ar)
349
-
350
- [![Wolox](https://raw.githubusercontent.com/Wolox/press-kit/master/logos/logo_banner.png)](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/Wolox/wor-paginate/blob/master/lib/wor/paginate/formatters/base.rb
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
@@ -1,5 +1,5 @@
1
1
  module Wor
2
2
  module Paginate
3
- VERSION = '0.4.0'.freeze
3
+ VERSION = '0.4.1'.freeze
4
4
  end
5
5
  end
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@wolox.com.ar", "martin.mallea@wolox.com.ar", "ramiro.rojo@wolox.com.ar", "lucas.voboril@wolox.com.ar"]
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.0
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@wolox.com.ar
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