tiny_paginate 0.1.0 → 0.1.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 +9 -1
- data/README.md +2 -2
- data/lib/tiny_paginate/version.rb +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: 4e56d4dfc5274dd9d24ad8681050f266406d1b592d0c88c87977ed7d287024ad
|
4
|
+
data.tar.gz: 4c870e779550e622668d768b1431eb2ba137a6413739ece371166b8bd44d49fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a27047245a38ab80d2ae76f7d081904cceaf7f44d39f685e1e88efde9af01d48a6960388cf76f786b5ba4164fe18d1409ad8c8c7ef8b48e1c0fd1929e6fb9be8
|
7
|
+
data.tar.gz: 60767c1840713777e242e951bd8825d63a0c7194308f46d6b8df2d2935025987491d132c7ad167149ef1211cf75136b8cf32fdd3687a583edc566ad0d104fcf9
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1
1
|
# Tiny Paginate
|
2
2
|
|
3
|
+
## 0.1.1(October 17, 2025)
|
4
|
+
### Bug Fixes
|
5
|
+
* Fix CHANGELOG.md path in gemspec
|
6
|
+
* Fix broken specs
|
7
|
+
|
8
|
+
## Features
|
9
|
+
* None
|
10
|
+
|
3
11
|
## 0.1.0(October 17, 2025)
|
4
12
|
### Bug Fixes
|
5
|
-
*
|
13
|
+
* None
|
6
14
|
|
7
15
|
## Features
|
8
16
|
* Pagination of active_record records
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# tiny\_paginate
|
2
|
-
[](https://opensource.org/licenses/MIT)
|
2
|
+
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/rb/tiny_paginate)
|
3
3
|
|
4
|
-
|
4
|
+
tiny\_paginate is a lightweight and easy-to-use pagination gem for Ruby on Rails. Designed for simplicity and minimal overhead, it provides basic pagination functionality with clean helpers and minimal configuration—perfect for small projects or developers who want to avoid the complexity of larger pagination libraries.
|
5
5
|
|
6
6
|
## Usage
|
7
7
|
`tiny_paginate` is simple to use. Follow the steps below to install and use it.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiny_paginate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Enow Mbi
|
@@ -91,7 +91,7 @@ metadata:
|
|
91
91
|
allowed_push_host: https://rubygems.org
|
92
92
|
homepage_uri: https://github.com/enowmbi/tiny_paginate
|
93
93
|
source_code_uri: https://github.com/enowmbi/tiny_paginate
|
94
|
-
changelog_uri: https://github.com/enowmbi/tiny_paginate/CHANGELOG.md
|
94
|
+
changelog_uri: https://github.com/enowmbi/tiny_paginate/blob/main/CHANGELOG.md
|
95
95
|
rdoc_options: []
|
96
96
|
require_paths:
|
97
97
|
- lib
|