rubocop-katalyst 1.1.0 → 1.1.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: 878afbb9d22a62f802f3e4379fd9a715be12dccaf4e0b3349142c67279c597a2
4
- data.tar.gz: 5f280bcdb95e544029a7bebb381d41988ac939beca5b74c12bf4f4383be7ec32
3
+ metadata.gz: 26fee9e8b172a6df522158a09a672c1b40eeae87b3961744a4571230de7f85d5
4
+ data.tar.gz: 851a95c37b821aa41a0e6dab73edebc08485b4f8531139be603c5f9711366bee
5
5
  SHA512:
6
- metadata.gz: 420954d6e572772b3045b2c0ffdd4515e69cf3afb4e60956cc036cd1375cf4ba6c42ed03b70bd4c6f2ce4326b21bbe23dbc546e87472d44baad9bbe54b68310b
7
- data.tar.gz: 0102a86810a38372d0d28b2fcc22c377da73349ec18f2e7545bb3d86abab2ca10dd8d484ef635cfbbd597dc8f5d57a8efd4cf3b62b25faa722747c39776a5e84
6
+ metadata.gz: 6e7566b5856e454ff68f9a953fb4962e8043aa5a960b8cfc8bcb4cdafa72de3b053bf24f64a1a9efe193c50b7d2c541854eba454b252b286baf048adf8df2ca9
7
+ data.tar.gz: '0863f83b004af228e780f1b54106ba24df85ddf991fda7b77590fc05fbb652c36510e9878cea0a116d18942f0494fa82937aa96dab6ad0ba7f191c09a0b12cf9'
@@ -52,13 +52,13 @@ module RuboCop
52
52
  end
53
53
 
54
54
  def config
55
- config = Pathname.new(".erb-lint.yml")
55
+ config = ::Rails.application.root.join(".erb-lint.yml")
56
56
  config = default_config unless config.exist?
57
57
  config
58
58
  end
59
59
 
60
60
  def default_config
61
- Pathname.new(__dir__).join("../../.erb-lint.yml")
61
+ Pathname.new(__dir__).join("../../../.erb-lint.yml")
62
62
  end
63
63
  end
64
64
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Katalyst
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-katalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive