recourse 4.6.4 → 4.6.5

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: 5f86ea378ae4d23917b6c4cecde438da5c1bf741e4c958b8faa7eb6f0869682e
4
- data.tar.gz: 338cd85ccd70e4585e7c50fcc51d4046806c1edcb24a3da34f2035d5db95d16e
3
+ metadata.gz: cde158b6a70e0ab5fcabba26ecf536b2ec53965727b1a1534bd31ff71c581feb
4
+ data.tar.gz: f0e4917f3d7a165fc8754a92b148d541e7496e043fbf155f73a2ea29c5f1cc3d
5
5
  SHA512:
6
- metadata.gz: fc45f09204ee74db4be05e77f2e301d4a3212a8ecfeda0aa4921039d6171e50f0fadc60d5799ebb77311a2ed3a67c8da1143c354124344f9b2c2a9cd3b5e787d
7
- data.tar.gz: 73f916a5b82b6def467de274e5b94243ea78be8e48bb6c8d79b3bc7887842d0be2bce6a8522ff72c206d5c7b8de47ce4804bb48e1e6042985e7978e2fb2e0b54
6
+ metadata.gz: 433bd7b0bb4f43bb6427b215be3a7585bba1c2256132f99a2b8f3bddb492689a64d30ff2b451c7fd55c563e5b3b3fc38867cb294a20752838b67e6be69cc043c
7
+ data.tar.gz: 6854c771a18f8b0b48d7157bb1d3fd1d4247d1d890112c02217640c3182eaca7d276d1de27e68a4153e7813b577c3099ff60fd0711fae5bb244295318f0958c4
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  For more information about changelogs, check [Keep a Changelog](http://keepachangelog.com) and
6
6
  [Vandamme](http://tech-angels.github.io/vandamme).
7
7
 
8
+ ## 4.6.5 - 2026-09-09
9
+
10
+ * [Fix] A table opens at 15 rows a page rather than 20; the 100-row page stays
11
+
8
12
  ## 4.6.4 - 2026-09-08
9
13
 
10
14
  * [Fix] On a phone the arrows that put the words back reload the page outright: the visit 4.6.1 made to the same address was morphed in place under an index's refresh metas, and Safari drew the sidebar's entries one over the next all the same
@@ -1,9 +1,9 @@
1
1
  # Reopened for how much of a table a page shows at once.
2
2
  module Recourse
3
- # Rows to a page, in the order the menu offers them: pagy's own default, and the one
4
- # step up for a reader scanning a table rather than reading it. Named once — the
5
- # controller checks a cookie against this list, and the menu is drawn from it.
6
- LIMITS = [20, 100].freeze
3
+ # Rows to a page, in the order the menu offers them: a screenful for a reader reading
4
+ # a table, and the one step up for a reader scanning it. Named once — the controller
5
+ # checks a cookie against this list, and the menu is drawn from it.
6
+ LIMITS = [15, 100].freeze
7
7
 
8
8
  # Where a reader's chosen page size is kept in their browser. A cookie rather than
9
9
  # local storage, which the scheme is kept in: pagy runs on the server, and a cookie
@@ -1,4 +1,4 @@
1
1
  module Recourse
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '4.6.4'
3
+ VERSION = '4.6.5'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recourse
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.4
4
+ version: 4.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob