countless 2.11.0 → 2.11.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: 6fda060b4d3da9d7d73429cc5f9f81d505a280957079a53a52a8c60e0d1db70e
4
- data.tar.gz: d35b674bec7942bd03ecd02cc495212ca3b7041872b26d346f0070052abfdd0a
3
+ metadata.gz: '058786ae6c619b821fa7b7391abfdde41ad64e4dd5e258a7e19a0c9848b4b8fd'
4
+ data.tar.gz: bd91b9f513bc93b1b749ec88673e0b9d6d89212b1255e2f1bfca6b252eb51a74
5
5
  SHA512:
6
- metadata.gz: d7b471490e0e4bec16e6fa5050b191602c6aec57f2caebb0fd544238b9a3f31dce11e830383061b501c9f3e44d2e65ca2d95597cceba12201643c3db2861315c
7
- data.tar.gz: 1fb2a642571b23f476195dfe8e2cbd3eed01d7966f95d91e86ff35c19a52fcd62dd100e675e7739fa5d84f9e88498b4d81a163abff80ee407d3f7c4e09c60011
6
+ metadata.gz: 65aa844dfaff4dfe4eaf5a7a11080d82a6a662b1a3d6c4806fb56a5c37cd7f4f8cf5834fb5be2243bae7039805c66dabe8f63f2210310bca31d9a8b80be8b533
7
+ data.tar.gz: a1ebd8ebc7dc477f16bd8cc6b2c23f176af12a1b70d009fa4814df37704fca541f7e07aa54d2861fe8c09fbf17c5a583a30b7f50bb4f04d798a50dd8319d94b7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 2.11.1 (5 May 2026)
6
+
7
+ * Corrected the readme
8
+
5
9
  ### 2.11.0 (4 May 2026)
6
10
 
7
11
  * Dropped Ruby 3.x and Rails <8.1 support ([#26](https://github.com/hausgold/countless/pull/26))
data/README.md CHANGED
@@ -43,7 +43,7 @@ $ bundle
43
43
 
44
44
  ## Requirements
45
45
 
46
- * [Ruby](https://www.ruby-lang.org/) (>=3.2, tested on CRuby/MRI only, may work
46
+ * [Ruby](https://www.ruby-lang.org/) (>=4.0, tested on CRuby/MRI only, may work
47
47
  with other implementations as well)
48
48
  * [Perl](https://www.perl.org/) (>= 5.10, for the
49
49
  [cloc](https://github.com/AlDanial/cloc) utility)
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Countless
5
5
  # The version of the +countless+ gem
6
- VERSION = '2.11.0'
6
+ VERSION = '2.11.1'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: countless
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer