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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11bb83e635d33305cf87f38392fddd956a719cd1e241cd200dbbd7b9d2fbca96
4
- data.tar.gz: 7dfaed1f487f596788b37b0278ab1c479fbfecf1b8af8eb5edbcf750cec57d99
3
+ metadata.gz: b9e583ddd2bec2bc8df819485445b64e87aeb17642c3e0a61ed04809fcd09921
4
+ data.tar.gz: 5ff75e3663cfc93d3373f9705b9be7a2bd4e22a50e0de43435e21f2e02dd042f
5
5
  SHA512:
6
- metadata.gz: 52cedd63e5d65ebe00c46508a03a4c5507aa1cf755bcf5c725e8fa95d0e1e189c33ee32ba578ecff7c06f3fc35fee6c995b7842063483df7f0252b87c516f8ef
7
- data.tar.gz: 5095cd9e25e0e1e519913a5f5deadd9fd8cfafb426a43e45321108908443374caf1cef7489612373042455cf0f5ffcfb814294a2432a7d00f98c4165c958f747
6
+ metadata.gz: 1b4fb71fefe65c7776d4c62f9ee71fdd1403303ef0ba63c0941bc82c4f3b9d8649470001a040d006763c9e7594b3f2f5708029396fa8488ee7c7dec2b63a7c0d
7
+ data.tar.gz: 67e31ccb82edb32dfd9915af1afcfedd5a7085a3f0bedb0191804a0daf3922a0edeb9fd88df293e82d4a42789028599c65a52a1b2df010ce2790918e2888fdca
@@ -18,7 +18,7 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby: ['2.7', '3.0', '3.1']
21
+ ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
22
22
  rails: ['6.1', '7.1']
23
23
  env:
24
24
  BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
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
 
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Countless
5
5
  # The version of the +countless+ gem
6
- VERSION = '1.4.2'
6
+ VERSION = '1.5.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
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.2
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-17 00:00:00.000000000 Z
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.3.26
112
+ rubygems_version: 3.4.22
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Code statistics/annotations helpers