countless 2.14.0 → 2.15.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/CHANGELOG.md +4 -0
- data/lib/countless/statistics.rb +1 -1
- data/lib/countless/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d95c1df8e0bbb1e9cd7cbf7e82c7f5ba5cd1df42f9d0f8d3c1c4dbd482cb06f
|
|
4
|
+
data.tar.gz: '037805b7f08fd47c975b17a82bdc5cd7a692aa76709495ff802cb5f9e2b52c38'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98ff732bb422dc0ee8bb0a0b272b8ff0b62c27f630ad4c6ee36a53324d13ebe0921e584a3205fd95f8367308322ba8ee0e85dd2fe1d9a27edb340969f8c1ae0d
|
|
7
|
+
data.tar.gz: 7082503ee4da2e658d169d109869a74c23178c1b01d19079b2db94e8b383de9aec2feef02d6f9b6be03ac9942dcc2216835de1e2d5d32eeb5d24d38d03a48373
|
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.15.0 (21 September 2026)
|
|
6
|
+
|
|
7
|
+
* Corrected some RuboCop glitches ([#30](https://github.com/hausgold/countless/pull/30))
|
|
8
|
+
|
|
5
9
|
### 2.14.0 (27 August 2026)
|
|
6
10
|
|
|
7
11
|
* Corrected some RuboCop glitches ([#29](https://github.com/hausgold/countless/pull/29))
|
data/lib/countless/statistics.rb
CHANGED
data/lib/countless/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hermann Mayer
|
|
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
134
|
version: '0'
|
|
135
135
|
requirements: []
|
|
136
|
-
rubygems_version: 4.0.
|
|
136
|
+
rubygems_version: 4.0.20
|
|
137
137
|
specification_version: 4
|
|
138
138
|
summary: Code statistics/annotations helpers
|
|
139
139
|
test_files: []
|