rubocop-extension-generator 0.6.0 → 0.6.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/rubocop/extension/generator/generator.rb +1 -0
- data/lib/rubocop/extension/generator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c0f67a779d53faf1f517f4479848dab47a1f2d64e6d26caae1f273ee3b914ad
|
4
|
+
data.tar.gz: a8bbd3a759b3acec39b598bc4d873f507546e5dfe13928e700d777925a6a6a09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b0a678228716c9a05c9b4a8878dc25007d2cc1aac63e82549658ef119436be795fd6438bc8fbd4f8202ca01534ea0a4ee2d5948d36f2c4f10b5c2c42524389b
|
7
|
+
data.tar.gz: a5d2e5c95b9fba2d955c8be74e669cc1c90d8c989d7ba5a684ac466a13d2693f2e93e266bc7e504ab54ae8aac5e0f6582a69607d84dd2624ba2ec4ae8d521a80
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# master (unreleased)
|
2
2
|
|
3
|
+
## v0.6.1
|
4
|
+
|
5
|
+
* [#28](https://github.com/rubocop/rubocop-extension-generator/pull/28): Prevent errors when internally using cops that rely on configuration options.
|
6
|
+
|
3
7
|
## v0.6.0
|
4
8
|
|
5
9
|
* [#27](https://github.com/rubocop/rubocop-extension-generator/pull/27): Support RuboCop extension plugin.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-extension-generator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masataka Pocke Kuwabara
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|