gatemedia_rubocop 0.4.1 → 0.4.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
  SHA1:
3
- metadata.gz: 7b21620d460852db8011916b05be6060d1584cab
4
- data.tar.gz: 1c9ebceadb0b4a8cd20d994869ff14d2cc8c13c1
3
+ metadata.gz: 4cf9c1a076e439fafd1d38416a9555521efdbd36
4
+ data.tar.gz: d05ae2082f9117587caf81758e5ceb230ec1cddc
5
5
  SHA512:
6
- metadata.gz: 3028f7212a75160f3e8a0ee676cb938296128296060013beb976c1b65e4d0a8c87b3af096e0e0c294791fa30845eb15c4ddd1034ee3bd907f34ca3568421de54
7
- data.tar.gz: 5fbacf59cf5ce6f8219b7ab9cdee6aa826083442492236a29cfde7096faecf5e31d49885eda4b74b3da2d8184fe81a83674e413ad1f2b129c1aeda898ecd0f0b
6
+ metadata.gz: bc91edfa43256bc0dddb34e02084bc37bf1d51afc942ebfedd17b925cc0136e5272001b901e05f7b51d590fca2eac3a0e0dda21839a54842bbbb5315c9bf394d
7
+ data.tar.gz: 038b03d7c4936ca8f8b8b2b6d99987f4ca445822d35ca4b6a47b0d4f53927aacda0da1a4817d843d3856d4dc50d35093b174cbd0fb06b657d1c18d1d2237545c
@@ -883,7 +883,7 @@ Style/GuardClause:
883
883
  MinBodyLength: 1
884
884
 
885
885
  Style/HashSyntax:
886
- EnforcedStyle: ruby19
886
+ EnforcedStyle: hash_rockets
887
887
  SupportedStyles:
888
888
  # checks for 1.9 syntax (e.g. {a: 1}) for all symbol keys
889
889
  - ruby19
@@ -1157,7 +1157,7 @@ Style/StringLiterals:
1157
1157
  ConsistentQuotesInMultiline: false
1158
1158
 
1159
1159
  Style/StringLiteralsInInterpolation:
1160
- EnforcedStyle: single_quotes
1160
+ EnforcedStyle: double_quotes
1161
1161
  SupportedStyles:
1162
1162
  - single_quotes
1163
1163
  - double_quotes
@@ -1,3 +1,3 @@
1
1
  module GatemediaRubocop
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gatemedia_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Colon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-31 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler