recourse 4.4.0 → 4.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: 063f5551f5b89bbb95660522a2a0177b9570f96961c5d5e28cfa83877ece91bf
4
- data.tar.gz: 9f778ea100e50837483382e814936c1fc0697e462151445b144b7472e115132b
3
+ metadata.gz: eb1da2ed81c2178c7553903bdf1183571f42cbb7e6b2e52a9b6178f751bbdeb5
4
+ data.tar.gz: ca93a07a08ac2661c2ec7a1b3c8b02462cef11cedc04ccdb2cb3c84c191e1204
5
5
  SHA512:
6
- metadata.gz: 8538e6114d90e004f0b2f895bb5a0431c3569ddb6c05e4c93e3618aaa5056d7b44d24e974a197f546a387bfde58922ade7a25f5697444fce60637ff60864ce0c
7
- data.tar.gz: 1b7776b83766984e18861aade3f0f79938358c24cba295c4bedca84c8f21b0aaefb1bad095da258bbcead01ea9a2ac6a1d5a2598d155935335189482a78283a0
6
+ metadata.gz: a8dcab8f0715cb1626e1dcf9d73ea440c5d6fb890b930ba6efc59634b1ec3af52dfc94bda48f2e9973c20e85aa52f0b028b088738113f84c9a64ee53c002dc3f
7
+ data.tar.gz: ef6187e998382e3de0f9ecefc816ab14e1129468fb698a4390410edb553e63e857d1f8ab5cffec6113467aec1b0b83826ea3318bd3c60388d4d0c45be1c527ea
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.4.1 - 2026-09-08
9
+
10
+ * [Fix] The footer reads `Displaying items 1-20 of 101`, without `in total`
11
+
8
12
  ## 4.4.0 - 2026-09-08
9
13
 
10
14
  * [Fix] Tapping the light/dark toggle or the log out on a phone leaves no tint behind
@@ -28,7 +28,7 @@ en:
28
28
  displaying:
29
29
  one: Displaying 1 item
30
30
  other: Displaying %{count} items
31
- displaying_slice: Displaying items %{from}-%{to} of %{total} in total
31
+ displaying_slice: Displaying items %{from}-%{to} of %{total}
32
32
  edit: Edit
33
33
  format: Please match the format %{example}
34
34
  from_now: "in %{distance}"
@@ -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.4.0'
3
+ VERSION = '4.4.1'
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.4.0
4
+ version: 4.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob