rubocop-factory_bot 2.27.0 → 2.27.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: 8bb85fc163eb8e9fc141bb81dbd7d7c2d0327ec605c4aa4dcc41a1bd4bf0e841
4
- data.tar.gz: 45987a7e1a5dc366a0c16ab841a863cc2f7866a9a8cba77e58b2a0924aaddcc1
3
+ metadata.gz: d63c5fc151f34030bc31111d00a2bef1cf698cea2770c81f6d7d3b686c41b1a3
4
+ data.tar.gz: d817138bdc6eee378b98749a3c32b1830aa9112ec2f2e20b384d7fef600aa859
5
5
  SHA512:
6
- metadata.gz: b8ebe6d629b4f2e22a081b095abe1e2e1dc34c032e4be26b9338385e7d37c7097fe85dad3ebb03e1706594becaa680b27b1119fd6e9ab661a96aaa61a9c4cbf3
7
- data.tar.gz: b6d6fede91a931b79919d1ae081b848787de025edd2651205d83d3de641e66fe71c417c082cc79307f4661b7065105694facbf3fe0bbfbd6eeb9ba06808f03be
6
+ metadata.gz: b0355051ee27521c2119e6b77e354dcf2a812b7889df594e672ecb76f70e35cfcb7db9a3fc1d41e8583aa67d0c52ef78edf2d99f6b27884f5649ccff5f9423fc
7
+ data.tar.gz: eaa8d766097e94234245e4a8b3b9943c31ead6a51e6744c6cc920d98f8e51845671829107fa72bfdee0f5aa81d62286c434566038e8b08b8f61f5771923b3e00
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Master (Unreleased)
4
4
 
5
+ ## 2.27.1 (2025-03-12)
6
+
7
+ - Fix incorrect plugin version. ([@koic])
8
+
5
9
  ## 2.27.0 (2025-03-06)
6
10
 
7
11
  - Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when using traits and omitting hash values. ([@thejonroberts])
@@ -105,6 +109,7 @@
105
109
  [@jaydorsey]: https://github.com/jaydorsey
106
110
  [@jfragoulis]: https://github.com/jfragoulis
107
111
  [@jonatas]: https://github.com/jonatas
112
+ [@koic]: https://github.com/koic
108
113
  [@leoarnold]: https://github.com/leoarnold
109
114
  [@liberatys]: https://github.com/Liberatys
110
115
  [@morissetcl]: https://github.com/morissetcl
@@ -4,7 +4,7 @@ module RuboCop
4
4
  module FactoryBot
5
5
  # Version information for the factory_bot RuboCop plugin.
6
6
  module Version
7
- STRING = '2.27.0'
7
+ STRING = '2.27.1'
8
8
  end
9
9
  end
10
10
  end
@@ -8,6 +8,7 @@ require 'rubocop'
8
8
  require_relative 'rubocop/factory_bot/factory_bot'
9
9
  require_relative 'rubocop/factory_bot/language'
10
10
  require_relative 'rubocop/factory_bot/plugin'
11
+ require_relative 'rubocop/factory_bot/version'
11
12
 
12
13
  require_relative 'rubocop/cop/factory_bot/mixin/configurable_explicit_only'
13
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-factory_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.27.0
4
+ version: 2.27.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Backus
@@ -11,7 +11,7 @@ authors:
11
11
  - Andrew Bromwich
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2025-03-06 00:00:00.000000000 Z
14
+ date: 2025-03-13 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: lint_roller