yard-sketchup 1.1.0 → 1.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
  SHA256:
3
- metadata.gz: 4a7615e1907a9173b481638f3a089cda40cb26c5ccaa2091b04e3ef8d8a54a34
4
- data.tar.gz: 06d436068af2bea4abf261e60e253f9b40fe76719156e2beae76501aa8d9ca84
3
+ metadata.gz: 47a2a2e0b464d7f908fb17c2e63cf1423397a1e8cbc66a4e368eb17540a2ce28
4
+ data.tar.gz: 7e713b2811c2c798badcd6d45b0a89a4267198ff8272b9fe426df0c58178da63
5
5
  SHA512:
6
- metadata.gz: e202e56edad4863b4946b13ad5a93424549fc72b43b6f10c8639d8679cd230b64a5d6a1a2e8693e495dc07e3e0be4269ebfebe9ca8fb5ee0bf56d95fa27e635e
7
- data.tar.gz: 86d2f120abe83b983dabfd221821bf9e4b0205e1ba915b19a271f777ea078a60fa642a9114e20f784099376e76cdf03cd93477d7b302632b6e908c3701af6f4d
6
+ metadata.gz: 2ddee4c8415779264203bf321ff83166bd9a083d5fcd8af8af473447b027874981cf396093689213dd780f3a7458d20da3e787074ed02515007f078f0f9a402d
7
+ data.tar.gz: 6d90fba365c1ff2cc9e4b531033b1bc55074b54e477200c92ca29b9f3f7a65ca1800dc0ee8a70f10fc583e52c1097e7d5959d862c754b5ab1b69a00fec4a12f6
@@ -28,6 +28,9 @@ def generate_manifest
28
28
  # TODO(thomthom): Currently the manifest doesn't distinguish between
29
29
  # class and instance methods. This should be addressed, but we need to
30
30
  # update TestUp to handle this first.
31
+ # TODO(thomthom): Make this a configurable filter.
32
+ # Layout has its own tests - and should be isolated so its own suite.
33
+ next if method.namespace.to_s.start_with?('Layout')
31
34
  methods << "#{method.namespace}.#{method.name}"
32
35
  }
33
36
  end
@@ -1,3 +1,3 @@
1
1
  module SketchUpYARD
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-sketchup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.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: 2019-08-15 00:00:00.000000000 Z
11
+ date: 2019-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yard