inch 0.6.0.rc2 → 0.6.0.rc3
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: a42dda8ce2eaca9263f720da2b53745c9e9ccfc4
|
4
|
+
data.tar.gz: 8d14056a60e6576af57a9c97493a02db9936c7b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b19eb650a4dd200193c17e5e99e224df94e9d76f373444b137383756b306a4692b4cf012d9329e568d14c0f5a81782c5f80cdb68b4873a73988770392ed0c60
|
7
|
+
data.tar.gz: eefdb7efce5f3b70240ae03be2a1262a7c330e89df0124a6d072599656c25c16a327afbcb6e65452450b6946b78f0fe4ea77390a4034c6408f3d66f190688d7d
|
@@ -9,7 +9,7 @@ module Inch
|
|
9
9
|
# Parses the source tree (using JSDoc)
|
10
10
|
class Parser
|
11
11
|
# TODO: should we remove constant and namespace from this list?
|
12
|
-
IGNORE_TYPES = %w(interface member package param constant namespace)
|
12
|
+
IGNORE_TYPES = %w(event external file interface member package param constant namespace)
|
13
13
|
|
14
14
|
attr_reader :parsed_objects
|
15
15
|
|
data/lib/inch/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.0.
|
4
|
+
version: 0.6.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- René Föhring
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|