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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/countless/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '058786ae6c619b821fa7b7391abfdde41ad64e4dd5e258a7e19a0c9848b4b8fd'
|
|
4
|
+
data.tar.gz: bd91b9f513bc93b1b749ec88673e0b9d6d89212b1255e2f1bfca6b252eb51a74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/) (>=
|
|
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)
|
data/lib/countless/version.rb
CHANGED