rt_rubocop_defaults 1.2.1 → 1.2.2

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: a9135cf95a0b62d71c233de704c0c74ac969019cd708d43a9211d68498b27ccb
4
- data.tar.gz: 299de76446256a61f7699a182cb737822839cac9b1b51d42329153abd9df8325
3
+ metadata.gz: 7ef37708f16148410a513857751d8baf1db02fd05a73d198d9aece23055300b8
4
+ data.tar.gz: 28b3166c37aa6d0c8de46d439cf5bae83c1cb579a0f4023e2b4ffdba322d482b
5
5
  SHA512:
6
- metadata.gz: 37c43f4d6cdca189c69ff062aa51ca6a68db70597bcc8e1779e5e0ded627e72bf25a9c6b02ec25a394a411802598605649e16c01d033f37ff0c1e7816730f8cd
7
- data.tar.gz: d71796ec6a48dc85874db75d16ab114af6559f294b227e0bcc06badc90f3e132ae16d1cd550d6cf19928334c14aacf04a6293d55a2401c9167d63531a078d86a
6
+ metadata.gz: 8bcdcb63b37cfa41af027cae788e38bb3caf3930087b8c63394bd62dfc9599bc3a8e42f192671f84743921344bf02b2336af060106aadcb132acc49e7fd5e586
7
+ data.tar.gz: c5ec31339025e5ba876c7026e6ee197c7021a55c11a091fcf404aa95e56a88df12b0e4ad8b2a753f97b42f7a1f36ae10db352fa68dbde7740666114613c2093c
@@ -107,6 +107,12 @@ Style/NumericLiterals:
107
107
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#underscores-in-numerics
108
108
  Enabled: false
109
109
 
110
+ Style/HashEachMethods
111
+ Enabled: true
112
+ Style/HashTransformKeys
113
+ Enabled: false
114
+ Style/HashTransformValues
115
+ Enabled: false
110
116
  ### RSpec
111
117
 
112
118
  RSpec/ExampleWording:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RTRuboCopDefaults
4
- VERSION = "1.2.1"
4
+ VERSION = "1.2.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rt_rubocop_defaults
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Eger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-20 00:00:00.000000000 Z
11
+ date: 2020-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop