rubocop-extension-generator 0.2.3 → 0.3.0

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: 493a33fb15b6f6a243d2341c7e2a481c13a5c0e2d52e9b565a5b395747cc8906
4
- data.tar.gz: 941e29fef38cd1ef2dd9a088e1decadeb80517afbb0b48007bb96c254c976bc1
3
+ metadata.gz: a99bc51fc9261ed6e077556a2eb575d95a888f0f110d2afe34cf295bd941a552
4
+ data.tar.gz: 39dd802bb26f72ffdbfda234fcafe459f6fd2e78111004421125c879dfea7ee5
5
5
  SHA512:
6
- metadata.gz: c58446442375acabe73542045e9a85340802261cfd4cfce0326c628c195b9be7df7b5c940e9ad129f1f888f3e94911dccf64ca2dfb7364245305158f70153860
7
- data.tar.gz: ebbcdab4a7048d35d17072c39f2d2ed05046c1cf36e17f5d48271074585a4447177e8097c3cc4a84df64430fd24e077c0e4ab2d79aa43c6a38178ef3e0fb1aec
6
+ metadata.gz: cd85844d8b24f9edf4d283611884f33aec4331705e18bf3869795cc7274f0c42a3e9bccdfb15d40201121d7e90e4c0bf45f5c9e9664e481ad732a50ea32031c7
7
+ data.tar.gz: 137225d666a6240bb786738d191cac9b1adcf9a442f4b94948d3c7cd54bd0f7ff38b9c2fb0bcadfb6a4aa8280890ef2e527d37498bed22266fd6aa75781f4e42
@@ -1,5 +1,9 @@
1
1
  # master (unreleased)
2
2
 
3
+ # v0.3.0
4
+
5
+ * [#8](https://github.com/rubocop-hq/rubocop-extension-generator/pull/8): Enable to work "Exclude" in AllCops section
6
+
3
7
  # v0.2.3
4
8
 
5
9
  * [#7](https://github.com/rubocop-hq/rubocop-extension-generator/pull/7): Improve CLI
@@ -36,7 +36,7 @@ module RuboCop
36
36
  def self.defaults!
37
37
  path = CONFIG_DEFAULT.to_s
38
38
  hash = ConfigLoader.send(:load_yaml_configuration, path)
39
- config = Config.new(hash, path)
39
+ config = Config.new(hash, path).tap(&:make_excludes_absolute)
40
40
  puts "configuration from \#{path}" if ConfigLoader.debug?
41
41
  config = ConfigLoader.merge_with_default(config, path)
42
42
  ConfigLoader.instance_variable_set(:@default_configuration, config)
@@ -1,7 +1,7 @@
1
1
  module RuboCop
2
2
  module Extension
3
3
  module Generator
4
- VERSION = "0.2.3"
4
+ VERSION = "0.3.0"
5
5
  end
6
6
  end
7
7
  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.2.3
4
+ version: 0.3.0
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: 2020-01-23 00:00:00.000000000 Z
11
+ date: 2020-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler