rubocop-isucon 2.0.0 → 2.0.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: b7155cd097d4bd931ebaf01c090066d7a1fa90dc4424acfe36f27e2c8c92d942
4
- data.tar.gz: 4b2e9da17cedf4922ca08506e2304b46619c94b6e38392628a0ef5f3ae1f5f9f
3
+ metadata.gz: b98ffbdad3aac15d06dc8606570be18e31b34a1ee1af1bec422983ce0ba65396
4
+ data.tar.gz: 804d43a41d8ca7862fbca72cbc5af61867359b76ecd23dee57e275fcea5b24a5
5
5
  SHA512:
6
- metadata.gz: 68c9c2a527e66e3ac9a64ad71998282c080dbf66f995b2ecbd803747658063c933a1bfd7cf29315f66ec13126226816d7ac9a7ecb83e677c9a81d92c8ae27b76
7
- data.tar.gz: c6cd8b923b26a4eb8419bdfe4092bcfd64b4fcd0718663636a1fb0a3bc1833952a9d2e4a8062fcd3e9e8b9d2cf619b5922715793e05ea342d1106c6853e621ba
6
+ metadata.gz: 42b31825f977a06c7c3205641bca6d0bbb2325884c38d325791477b90ef82af1aa06cef8a35b10f3ec77502316609c2046dfd40614db211084cfe637de6e52cb
7
+ data.tar.gz: fad3f42a8d568a4eb131c9c09ae3674990afab6fac232705b99e5c223a8eb078f125e23d525f815a4da6002f5b585a16253ee24aa18e5d0d02f169907b953339
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/rubocop-isucon/compare/v2.0.0...main)
2
+ [full changelog](http://github.com/sue445/rubocop-isucon/compare/v2.0.1...main)
3
+
4
+ ## [2.0.1](https://github.com/sue445/rubocop-isucon/releases/tag/v2.0.1) - 2025-03-25
5
+ [full changelog](http://github.com/sue445/rubocop-isucon/compare/v2.0.0...v2.0.1)
6
+
7
+ * Fix plugins require in `config/enable-only-performance.yml`
8
+ * https://github.com/sue445/rubocop-isucon/pull/265
3
9
 
4
10
  ## [2.0.0](https://github.com/sue445/rubocop-isucon/releases/tag/v2.0.0) - 2025-03-23
5
11
  [full changelog](http://github.com/sue445/rubocop-isucon/compare/v1.0.3...v2.0.0)
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-performance
3
3
 
4
4
  # Disable default cops (except Performance cops)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Isucon
5
- VERSION = "2.0.0"
5
+ VERSION = "2.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-isucon
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-23 00:00:00.000000000 Z
10
+ date: 2025-03-24 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activerecord