countless 2.13.0 → 2.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8796604e74e1ea93f095ef2f0078bec5ef8a81b688cc91112f4475eafc0ab9f7
4
- data.tar.gz: a727b9dd4f6385ef918c3407b9b66daa41a7949a74561f10f23b6a3c55d47702
3
+ metadata.gz: cdabee0542854afbe964a9c7d959fd9eb6752d1d10a256722b0836b3e1d914b4
4
+ data.tar.gz: 6fb88334a61b3d9dd2f08735d575bf35203e273e17d40814ac4537013e51fc77
5
5
  SHA512:
6
- metadata.gz: c23384d1bb4b8fd1e0471bec8dc86c0aee17cccd325a9d936cda47a1cf9d95b1d15036f6a3035426cba7e8428d265947029d12f9cf5538636b84850b647371ca
7
- data.tar.gz: fa27990f0d717cac288c1596249b36288d5847deba99f2332477106861c1f6aec8afa7d94bad9d49de31b01897c672af6fffd2278940fdbfa493e532b9b6b565
6
+ metadata.gz: 6052e667ffd5a52275544ca2d2947ee37d64548b7779adfb92c1386bb1b882fa2f10d569b5bea8ea9639da8f5bc60948bc8d58cf1c2c3045afc0d8443e71dd7e
7
+ data.tar.gz: 2b7738d862dd00390e707c9c6ee296f9d78393fe141520f7e579a84f080e76bd7e48fe019077c55a534dd2484bb4ffe15b89ab14619b4bb268726b1229d9a3a7
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.14.0 (27 August 2026)
6
+
7
+ * Corrected some RuboCop glitches ([#29](https://github.com/hausgold/countless/pull/29))
8
+
5
9
  ### 2.13.0 (5 August 2026)
6
10
 
7
11
  * Corrected some RuboCop glitches ([#28](https://github.com/hausgold/countless/pull/28))
@@ -3,7 +3,7 @@
3
3
  module Countless
4
4
  # The configuration for the countless gem.
5
5
  #
6
- # rubocop:disable Metrics/BlockLength -- because of the various defaults
6
+ # rubocop:disable-next Metrics/BlockLength -- because of the various defaults
7
7
  class Configuration < ActiveSupport::OrderedOptions
8
8
  # Track our configurations settings (+Symbol+ keys) and their defaults as
9
9
  # lazy-loaded +Proc+'s values
@@ -241,5 +241,4 @@ module Countless
241
241
  }.deep_merge(additional_annotation_patterns)
242
242
  end
243
243
  end
244
- # rubocop:enable Metrics/BlockLength
245
244
  end
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Countless
5
5
  # The version of the +countless+ gem
6
- VERSION = '2.13.0'
6
+ VERSION = '2.14.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
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.13.0
4
+ version: 2.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer