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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47a2a2e0b464d7f908fb17c2e63cf1423397a1e8cbc66a4e368eb17540a2ce28
|
|
4
|
+
data.tar.gz: 7e713b2811c2c798badcd6d45b0a89a4267198ff8272b9fe426df0c58178da63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2019-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: yard
|