rubocop-mmenanno 0.1.9 → 0.1.10

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: 1e60828915049cfba1d82e57205ada458ce69240c92c24d52100781a9779c2f9
4
- data.tar.gz: 2529e44e83b4ac4c69539271167540cee03ff6ba46290caae506b3cc68b1ee0e
3
+ metadata.gz: 81e442d26dcaad009fcb85b3c158d8ac586ee4a2990a137424c6cf7db26cbc11
4
+ data.tar.gz: 8b506e9a24b91a7eea234452729687f2fcac200c63f3abd3fa71ed1ab4c03fd5
5
5
  SHA512:
6
- metadata.gz: c74efa8684d7d9179d0387954773412cba5d88d7625b402fddca5aa4989588cd27956e30b7b57c2334703ce1d3c365d71a4c6e9ca69f52203fffd7cc538983a4
7
- data.tar.gz: 5942b2c3133d1f2c9878369734072e8d71b196404c941fade6504cc1ebaa9ec32f71da5d49a44bd06caf2258ba31b9e2d44ad60bd510810f6fc80c4bfb40e3ec
6
+ metadata.gz: 271ed833dbe7cfb563b5d6de96edec019bd1750d63bfd1fdac5e5da4a532b66be99ebaf59164185094bbfcbb99924a06091bfb478678329c8404c178b7147aef
7
+ data.tar.gz: 9fddfb3d7c5db6970a043144ba0e33a015900d73c768230e7f5f9592fe2ac2fd18d1dce0c0888970902f9e582a5aec3024af7ed6b502c88f0d062a22114bb08e
data/config/rails.yml CHANGED
@@ -1,5 +1,7 @@
1
1
  # Rails-specific RuboCop configuration
2
2
  # Use with: inherit_gem: { rubocop-mmenanno: config/rails.yml }
3
3
 
4
+ inherit_from: default.yml
5
+
4
6
  Rails/RefuteMethods:
5
7
  EnforcedStyle: refute
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Mmenanno
5
- VERSION = "0.1.9"
5
+ VERSION = "0.1.10"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-mmenanno
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Menanno