standard 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: 0b011191c8d1cbdc109b299dcc67038be03124adecd1767585c6e73139165501
4
- data.tar.gz: b980dc1e5917abd0a25b96836c4cac7896635791e3d3937039861b7b2cd8171b
3
+ metadata.gz: a016d56655d297d2e161c5e426b4b195f8e6ddb8c95da83e1637fbcaa02b0ba9
4
+ data.tar.gz: 047a6a69f496735238a3b84a81a9ed11bf6a5033f72690c0fb9e763ec73379c3
5
5
  SHA512:
6
- metadata.gz: 7b1fe4017e61f2da7426a01f2aee5e83e82fc7e61a94abc998d1d02a41d00748cc3f16b0316898af7b62364df54359a0c8b01e569f86ed10f810790c0e3f5a95
7
- data.tar.gz: b1e398f6d3cf4d5e5eac5954495b1f6d0f3b942a00109eef29384513e8cbb3924aafb93752c3d8284ef14c245a4bc929fa928c41a0e2f909b6bd9c75d5e27996
6
+ metadata.gz: 109618c318b76b12227db4acd42c49b4d8b79f70c7ede49436897c97387e90b98ecc7415a46a096fa0c73ed0f0968368485e60495310d4ed871c8cd7670e7e5a
7
+ data.tar.gz: 1e3290442444a828cb06896f4d15894bd8bfeb391a960140ed7f15d93c3deb1535de6a7ca1c2d539156dfbd5494c1e5cb96a606a50bd0eabdf1a03c25e4004d1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (0.1.9)
4
+ standard (0.1.10)
5
5
  rubocop (~> 0.79.0)
6
6
  rubocop-performance (~> 1.5.1)
7
7
 
@@ -69,7 +69,7 @@ Layout/ConditionPosition:
69
69
  Layout/DefEndAlignment:
70
70
  Enabled: true
71
71
  EnforcedStyleAlignWith: start_of_line
72
- AutoCorrect: false
72
+ AutoCorrect: true
73
73
  Severity: warning
74
74
 
75
75
  Layout/DotPosition:
@@ -355,7 +355,7 @@ Lint/ElseLayout:
355
355
 
356
356
  Lint/EmptyEnsure:
357
357
  Enabled: true
358
- AutoCorrect: false
358
+ AutoCorrect: true
359
359
 
360
360
  Lint/EmptyExpression:
361
361
  Enabled: true
@@ -529,6 +529,9 @@ Lint/Void:
529
529
  Enabled: true
530
530
  CheckForMethodsWithNoSideEffects: false
531
531
 
532
+ Migration/DepartmentName:
533
+ Enabled: true
534
+
532
535
  Naming/AsciiIdentifiers:
533
536
  Enabled: true
534
537
 
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("0.1.9")
2
+ VERSION = Gem::Version.new("0.1.10")
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard
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
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-16 00:00:00.000000000 Z
11
+ date: 2020-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop