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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5c4899e8b926cb6c6a60ca7b066b5906fc12b688c677fad0b16b99feaa79841
4
- data.tar.gz: c2183a8c1490dc9821a59d2e4d852156588a9ee8aedd57862d81a4a00dc71aa1
3
+ metadata.gz: 0c0f67a779d53faf1f517f4479848dab47a1f2d64e6d26caae1f273ee3b914ad
4
+ data.tar.gz: a8bbd3a759b3acec39b598bc4d873f507546e5dfe13928e700d777925a6a6a09
5
5
  SHA512:
6
- metadata.gz: ea0ac44be2a482201530d82ba7762015f22eed4cb338bba1fed352e368656c0944315f88873af63100858e1f2885d1d3eb3022ea5f8f2bd8af003bae26cdc692
7
- data.tar.gz: 7a3f38354de69f19802075f379d7c7d347948a88f323101dd822524ffbb84d9c31d86bf0239ec477e9aa41ff170741d70cbb520d6c196148069adfda8103fc29
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.
@@ -91,6 +91,7 @@ module RuboCop
91
91
  put '.rubocop.yml', <<~YML
92
92
  plugins:
93
93
  - rubocop-internal_affairs
94
+ - #{name}
94
95
 
95
96
  Naming/FileName:
96
97
  Exclude:
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module Extension
5
5
  module Generator
6
- VERSION = "0.6.0"
6
+ VERSION = "0.6.1"
7
7
  end
8
8
  end
9
9
  end
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.0
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-03 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop