itrg_rubocop_config 1.0.3 → 1.0.4

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: 4da05b70935df2bb14c2b208c01376d235af838ff72a1d5e8f09ec14ea5f9f3c
4
- data.tar.gz: 7dc6ffb757b21d1e3388b34b280d4ce5f5005a4c98e547057c03da7f8708d5d0
3
+ metadata.gz: 4969e4b6c52b92d39233c0e9709b28f494a508b780eb5c7aa9404c4330229ed8
4
+ data.tar.gz: a91bef76251eb123a69ab9f4dfb8c984697072c6b3948db4d94e0e0f89938b99
5
5
  SHA512:
6
- metadata.gz: 4bd44522b504aa311fde0ce41be09e62d4cf3dcb2496af09ede562871e22e2d4bf2f2156ed3dbd74b6b7b8b170511b36c976cfeace6693ba1a5b2aed8584f011
7
- data.tar.gz: 6d73f3c4ccfe429845006b93f7fadf38d7128c4769d36ea880be72b6a750f5784c0dfe184e3b4116edd7967c26e4139daf1049773fe13f9aab60c55e628e1e3b
6
+ metadata.gz: 7c387ae206689332f9c81e371f77221b36db1327692ee82d771f4c1b42017f80b075db9c7b963621bc385178ee40da3d12f60046f5f28d18fad13c4efde7fe4b
7
+ data.tar.gz: 0fe9e4dcdb1639d4e6e67c50363be092e6159ea75649109c6ab798b56a6239b7a061f38fda2bfa9342aa9a5f4f7c1b41bf8a0115bc84db4fcfcf2347274c4bd8
data/README.md CHANGED
@@ -27,7 +27,7 @@ gem 'rubocop', '~> 0.52.1'
27
27
 
28
28
  # Rubocop 0.79
29
29
  gem 'rubocop', '~> 0.79'
30
- gem 'itrg_rubocop_config', '1.0.3'
30
+ gem 'itrg_rubocop_config', '1.0.4'
31
31
  ```
32
32
 
33
33
  Modify your ```.rubocop.yml```, remove all your app specific settings and add the following:
@@ -1,3 +1,3 @@
1
1
  module ItrgRubocopConfig
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
@@ -45,3 +45,12 @@ Style/FrozenStringLiteralComment:
45
45
  Style/InlineComment:
46
46
  Description: Avoid inline comments.
47
47
  Enabled: false
48
+
49
+ Style/HashEachMethods:
50
+ Enabled: true
51
+
52
+ Style/HashTransformKeys:
53
+ Enabled: true
54
+
55
+ Style/HashTransformValues:
56
+ Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itrg_rubocop_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Brodie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-09 00:00:00.000000000 Z
11
+ date: 2020-03-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A plugin to allow the sharing of RuboCop settings across different projects.
14
14
  email:
@@ -44,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
46
  requirements: []
47
- rubygems_version: 3.0.3
47
+ rubygems_version: 3.1.2
48
48
  signing_key:
49
49
  specification_version: 4
50
50
  summary: Infotech RuboCop Shared Settings.