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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6b2caec64c2c5c746781cbc9e57bfac292c34545568337a420822a3a295da1f
4
- data.tar.gz: 83d07ec849f9ccddcb4b383e5e9b52caefde77f4b694857d7ade9764842bf729
3
+ metadata.gz: 4e56d4dfc5274dd9d24ad8681050f266406d1b592d0c88c87977ed7d287024ad
4
+ data.tar.gz: 4c870e779550e622668d768b1431eb2ba137a6413739ece371166b8bd44d49fa
5
5
  SHA512:
6
- metadata.gz: b8ccb5e57cc60d4d7359b8967288aec7c7d2aca5796b28b030c1fc2073979471c36921003e6456b422f59e07ca43ad62800c37e8717e7ea4ee3d6835ac005553
7
- data.tar.gz: c756481b59e8504ac5570b8648154725a73d8214ef171df224beede9d8114b8955daa2cf9692d29605762048652020b97120c06cb5c50695b1cbb46e54f1f79d
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
- * none
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
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Gem Version](https://badge.fury.io/rb/tiny_paginate.png?icon=si%3Arubygems)](https://badge.fury.io/rb/tiny_paginate)
3
3
 
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.
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.
@@ -1,3 +1,3 @@
1
1
  module TinyPaginate
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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