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: aaaa92ae5a979fc2fbfb37d4e809e3f747337029
4
- data.tar.gz: 66216c4e9a5004d7e5a70cda380a257df65b68cf
3
+ metadata.gz: 1a228e8aa13dd515b797694adbe29d110c61bb21
4
+ data.tar.gz: a130027dc7819a558b2f17dc16f490554dca2c59
5
5
  SHA512:
6
- metadata.gz: 0db51625b9ca4b001e899e5cda805ef99817badf8b710d8310204b83b86fd81b1b58519e7ebdcdf46222574c2559b93b0b9727343907b367efebaacebd084fe2
7
- data.tar.gz: 6dc1219506f59c2abb7e0246715b35304acf14aa62d165be5aa2f7b5c2a696737537f8485186ac694682ef5e09797b96fee0b47e74a7cd5e24db06c500a861a8
6
+ metadata.gz: cb8c6c22de3f4a62369d49fafa39aa526db7a33e7a7c565b15eff39ef9bd9db209d8a0934ca3183fa890cbbd84271d3b058365ba11ec8ff4da79f4ccd6e69321
7
+ data.tar.gz: 2dba30c3b36689f81d61cf2a842e469e3cbd2a92a2ff601983f7701c5b02bc55b9c0380dd7c6c1f6dfb4997e679f9e4438964b96cd4ecca40c0ee97849f05cdf
data/config/default.yml CHANGED
@@ -25,6 +25,7 @@ SketchupRequirements/FileStructure:
25
25
  with a single root .rb file and a support folder with matching
26
26
  name.
27
27
  Enabled: true
28
+ SourcePath: src
28
29
 
29
30
  SketchupRequirements/LanguageHandlerGlobals:
30
31
  Description: >-
@@ -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 = "Don't hard code file extensions with Sketchup.require".freeze
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/
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module SketchUp
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
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.0
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-27 00:00:00.000000000 Z
11
+ date: 2017-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop