rubocop-sketchup 0.1.0 → 0.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a228e8aa13dd515b797694adbe29d110c61bb21
|
|
4
|
+
data.tar.gz: a130027dc7819a558b2f17dc16f490554dca2c59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb8c6c22de3f4a62369d49fafa39aa526db7a33e7a7c565b15eff39ef9bd9db209d8a0934ca3183fa890cbbd84271d3b058365ba11ec8ff4da79f4ccd6e69321
|
|
7
|
+
data.tar.gz: 2dba30c3b36689f81d61cf2a842e469e3cbd2a92a2ff601983f7701c5b02bc55b9c0380dd7c6c1f6dfb4997e679f9e4438964b96cd4ecca40c0ee97849f05cdf
|
data/config/default.yml
CHANGED
|
@@ -6,7 +6,7 @@ module RuboCop
|
|
|
6
6
|
# Avoid Sketchup.find_support_file to find your extension's files.
|
|
7
7
|
class SketchupFindSupportFile < Cop
|
|
8
8
|
|
|
9
|
-
MSG = "
|
|
9
|
+
MSG = "Avoid Sketchup.find_support_file to find your extension's files.".freeze
|
|
10
10
|
|
|
11
11
|
# http://www.rubydoc.info/gems/rubocop/RuboCop/NodePattern
|
|
12
12
|
# https://rubocop.readthedocs.io/en/latest/node_pattern/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-sketchup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trimble Inc, SketchUp Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|