google-style 0.1.0 → 0.2.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/google-style.yml +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8aa56988922c61dd239a83a3516dfb229b86f74949ec06230e91b0c52beea0e
4
- data.tar.gz: 92d506ddd2b1a8ff5c7765ff33bef08ceca6d4ae11d80651fb2ebd849a750b17
3
+ metadata.gz: 6e3ddb8aebd0e652f439e901bcb0c9634670edaff3500d3cf6272a955816902d
4
+ data.tar.gz: 12c7ebab7e6ae32c5941d6d769154ae29163d9c645d71a83ebfaf2a97110dba9
5
5
  SHA512:
6
- metadata.gz: 66b251c31f425fee77ef38b09915fa5d5db6bcf8152e5549ee6e758cdeb24ff83f662b7e3e00b50d663dbfaedf1c214d9f7a6fbe3135e4b59138a875a6ae1876
7
- data.tar.gz: b26cb15940e106c065e8fdf972af46cd12b826ed8bada02fea65b636cb8f1f7f493af48e74f62c4884469d9463ff8cf85e63771d1a693cf60168fbc950adca69
6
+ metadata.gz: bbf3c681e41933290d66d84ac17c3b1b915117a11a6a4558b6ecdf3456ea2d9409e5b7725e81b904956c4b52f84788588f3618acf9168f7cd5b1c1c1f3fc5113
7
+ data.tar.gz: 03e8bb2b061d4a6592754bcdbb229f009cb812bc052782b93274df0e3ce91bc5670e07a2152460e9950d83fc5d4fd899093caa13d9dfb290e4434bb49349e004
@@ -13,7 +13,7 @@
13
13
  # limitations under the License.
14
14
 
15
15
  AllCops:
16
- TargetRubyVersion: 2.2
16
+ TargetRubyVersion: 2.3
17
17
  Layout/AlignHash:
18
18
  EnforcedHashRocketStyle: table
19
19
  EnforcedColonStyle: table
@@ -23,8 +23,6 @@ Layout/EmptyLines: # for the extra line between copyright and code
23
23
  Enabled: false
24
24
  Metrics/AbcSize:
25
25
  Max: 30
26
- Metrics/ClassLength:
27
- Enabled: false
28
26
  Metrics/CyclomaticComplexity:
29
27
  Max: 10
30
28
  Metrics/LineLength:
@@ -37,6 +35,8 @@ Metrics/PerceivedComplexity:
37
35
  Max: 10
38
36
  Naming/VariableNumber:
39
37
  Enabled: false
38
+ Style/FrozenStringLiteralComment:
39
+ Enabled: false
40
40
  Style/MethodCallWithArgsParentheses:
41
41
  Enabled: true
42
42
  EnforcedStyle: omit_parentheses
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Graham Paye
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-07 00:00:00.000000000 Z
11
+ date: 2019-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop