countless 2.0.0 → 2.1.0
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/.github/workflows/release.yml +1 -1
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +5 -0
- data/lib/countless/rake_tasks.rake +0 -2
- 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: a713ecaff32d04b28d10f95940be65cdc3c040b118fcdf842b92d044c10f2797
|
4
|
+
data.tar.gz: 3c6e382a39a84ffe35cdfa21f0b53d40bd17dbc9b5f85ca1cfb5ddb9ed4884c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf0e605819c6cc9bc3373c059f0e2c1a6d8aa54cb9a30b8a6ba9aba25e9e4662de5aef81f663c0aed16910217b9638fa5cff175f229d35936f6eda1bc54c90f9
|
7
|
+
data.tar.gz: a23aa5c83dcfeac17405ecf7f1476f99a0776668a1a3a562d72630432919b1f88477b04391078150a151e553c5cfdef513acbea1e141d8e55c6c04e31f54093f
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
4
4
|
|
5
|
+
### 2.1.0 (17 October 2025)
|
6
|
+
|
7
|
+
* Removed the require of `rspec/core/rake_task` on our Rake tasks file, as it's
|
8
|
+
no runtime dependency ([#13](https://github.com/hausgold/countless/pull/13))
|
9
|
+
|
5
10
|
### 2.0.0 (28 June 2025)
|
6
11
|
|
7
12
|
* Corrected some RuboCop glitches ([#11](https://github.com/hausgold/countless/pull/11))
|
data/lib/countless/version.rb
CHANGED