countless 1.4.2 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +14 -10
- data/lib/countless/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9e583ddd2bec2bc8df819485445b64e87aeb17642c3e0a61ed04809fcd09921
|
4
|
+
data.tar.gz: 5ff75e3663cfc93d3373f9705b9be7a2bd4e22a50e0de43435e21f2e02dd042f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b4fb71fefe65c7776d4c62f9ee71fdd1403303ef0ba63c0941bc82c4f3b9d8649470001a040d006763c9e7594b3f2f5708029396fa8488ee7c7dec2b63a7c0d
|
7
|
+
data.tar.gz: 67e31ccb82edb32dfd9915af1afcfedd5a7085a3f0bedb0191804a0daf3922a0edeb9fd88df293e82d4a42789028599c65a52a1b2df010ce2790918e2888fdca
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -2,17 +2,21 @@
|
|
2
2
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
4
4
|
|
5
|
+
### 1.5.0 (30 January 2025)
|
6
|
+
|
7
|
+
* Added all versions up to Ruby 3.4 to the CI matrix ([#8](https://github.com/hausgold/countless/pull/8))
|
8
|
+
|
5
9
|
### 1.4.2 (17 January 2025)
|
6
10
|
|
7
|
-
* Added the logger dependency, see: https://bit.ly/3E8Zqg0 (#7)
|
11
|
+
* Added the logger dependency, see: https://bit.ly/3E8Zqg0 ([#7](https://github.com/hausgold/countless/pull/7))
|
8
12
|
|
9
13
|
### 1.4.1 (13 January 2025)
|
10
14
|
|
11
|
-
* Do not eager load the configuration (#6)
|
15
|
+
* Do not eager load the configuration ([#6](https://github.com/hausgold/countless/pull/6))
|
12
16
|
|
13
17
|
### 1.4.0 (3 January 2025)
|
14
18
|
|
15
|
-
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#5)
|
19
|
+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#5](https://github.com/hausgold/countless/pull/5))
|
16
20
|
|
17
21
|
### 1.3.4 (15 August 2024)
|
18
22
|
|
@@ -28,12 +32,12 @@
|
|
28
32
|
|
29
33
|
### 1.3.1 (9 August 2024)
|
30
34
|
|
31
|
-
* Added API docs building to continuous integration (#4)
|
35
|
+
* Added API docs building to continuous integration ([#4](https://github.com/hausgold/countless/pull/4))
|
32
36
|
|
33
37
|
### 1.3.0 (8 July 2024)
|
34
38
|
|
35
|
-
* Moved the development dependencies from the gemspec to the Gemfile (#2)
|
36
|
-
* Dropped support for Ruby <2.7 (#3)
|
39
|
+
* Moved the development dependencies from the gemspec to the Gemfile ([#2](https://github.com/hausgold/countless/pull/2))
|
40
|
+
* Dropped support for Ruby <2.7 ([#3](https://github.com/hausgold/countless/pull/3))
|
37
41
|
|
38
42
|
### 1.2.0 (24 February 2023)
|
39
43
|
|
@@ -41,11 +45,11 @@
|
|
41
45
|
|
42
46
|
### 1.1.0 (18 January 2023)
|
43
47
|
|
44
|
-
* Bundler >= 2.3 is from now on required as minimal version (#1)
|
45
|
-
* Dropped support for Ruby < 2.5 (#1)
|
46
|
-
* Dropped support for Rails < 5.2 (#1)
|
48
|
+
* Bundler >= 2.3 is from now on required as minimal version ([#1](https://github.com/hausgold/countless/pull/1))
|
49
|
+
* Dropped support for Ruby < 2.5 ([#1](https://github.com/hausgold/countless/pull/1))
|
50
|
+
* Dropped support for Rails < 5.2 ([#1](https://github.com/hausgold/countless/pull/1))
|
47
51
|
* Updated all development/runtime gems to their latest
|
48
|
-
Ruby 2.5 compatible version (#1)
|
52
|
+
Ruby 2.5 compatible version ([#1](https://github.com/hausgold/countless/pull/1))
|
49
53
|
|
50
54
|
### 1.0.0 (11 January 2022)
|
51
55
|
|
data/lib/countless/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: countless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hermann Mayer
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
|
-
rubygems_version: 3.
|
112
|
+
rubygems_version: 3.4.22
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: Code statistics/annotations helpers
|