rubocop-facter 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: 46f23a12f0b06ea5ef21512d8445a38ffe5c6fa0
4
- data.tar.gz: d4c33c8a59a38ee1b2e7c94fd2f6814f151afea4
3
+ metadata.gz: 2c1119eb8f31b14b5587c8ee49a1661094ef2c82
4
+ data.tar.gz: 49fa6d845908488e332a17352ea4e962b768e238
5
5
  SHA512:
6
- metadata.gz: ff13ef23e6f4fcb3e4453522672a3a8750d33deb76211fb664d3e592572dd500785fe37d9e92f071b46d43611c7904afaca237d9bd2ed2a5dfacef66b1c95d33
7
- data.tar.gz: 59f728e346ac41febb70e012813fbb750e3056569f84310eb18b1d5b92c6d3a97c239f57bf416fa2eb8323f3712a048a9274e1ff396f7599a33db41c2128f02d
6
+ metadata.gz: 2be7c7758a26bf14eecf8451866e2a69b476b10a98143fa8d167cef28042ca1a1b2056bd0aaa695384f92788269bf91d71c025cf7d44d9748d21aa18bd0fb6a4
7
+ data.tar.gz: 2a79e042c72df3266825620e34f9321b7cae576024efcd2da939cc824e93d99f4465a9386263a980bf3630f3a887c7bd38af3e350f65cc146d26e5295c44c8f8
@@ -1,3 +1,6 @@
1
1
  Facter/RequireRelative:
2
2
  Description: 'Check that custom facts are not using require_relative'
3
3
  Enabled: true
4
+ Facter/FacterUtil:
5
+ Description: 'Check that facts do not require facter/util/*'
6
+ Enabled: true
@@ -3,7 +3,7 @@ module RuboCop
3
3
  # Central reference point for current version of rubocop-facter
4
4
  module Version
5
5
  # rubocop:disable all
6
- VERSION = '0.2.0'
6
+ VERSION = '0.2.1'
7
7
  # rubocop:enable all
8
8
 
9
9
  def self.current
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-facter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zee Alexander