rubocop-wait_for 0.2.0 → 0.2.1

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: 23ddd9507b68778bdaa0eeb610b0329012cec58a31f09daed27299b9c12d516a
4
- data.tar.gz: ef6c94d9f0610586aab0c989905d8605fef4213a2fd4c66085a793003f65739c
3
+ metadata.gz: bc356107f4623b869f2744a7129a6ff2b19e41d5364e6d5f1b01ac635e5015fa
4
+ data.tar.gz: c3315dc89ad9f8760b67caa07c816c04c62cabd7343c33d4aaf68f0a6163b68f
5
5
  SHA512:
6
- metadata.gz: 7b1fbbc872062f81acae711cc4a9eb0509c7b905e0062c261b236dc990b447ca4b94df8dc3fef148dba1e7b36ee9f384d39617f7dea50cb33b45bece2da46b37
7
- data.tar.gz: c0534dcae8cb5d69d78de13a42b820137641d532d7931a79d7d2d11444834258c08b45238038a4bd951a459a903d51053cbc2281e6d570c055cbb77b1f45828f
6
+ metadata.gz: 5fd55f9eb3bfd4efb51a4d9512d64cf956257ac0242604e77afb78cf3082e07b053168c08b5ed354d3499d149d62be1009a77ac50b14e7301c0c360d2e4f93a7
7
+ data.tar.gz: 57fa72330e959a0821402ab3a30e2a2e5b6cdf7c8e6bfe649ac2bc87ecd290d1ed76b66f1bc84a62d3af001de165ae62f80e2594fad443f4cc899f36f033d96a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.1] - 2025:08-20
4
+
5
+ - Fix `config/default.yml` configuration. [#6](https://github.com/viralpraxis/rubocop-wait_for/pull/6)
6
+
3
7
  ## [0.2.0] - 2025-08-13
4
8
 
5
9
  - Add support for statically evaluated gem version requirements. [#4](https://github.com/viralpraxis/rubocop-wait_for/pull/4)
data/config/default.yml CHANGED
@@ -1,6 +1,4 @@
1
- # Write it!
2
-
3
1
  WaitFor/ConditionMet:
4
- Description: 'TODO: Write a description of the cop.'
5
- Enabled: pending
6
- VersionAdded: '<<next>>'
2
+ Description: 'Checking if a condition evaluates to true.'
3
+ Enabled: true
4
+ VersionAdded: '0.1'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module WaitFor
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-wait_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Kurbatov