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: 678d01f4189d1eed434af5efc2f5b21edcd4949a
4
- data.tar.gz: 284769590cfcfdaa4d3655950504404d5dc627d5
3
+ metadata.gz: a42dda8ce2eaca9263f720da2b53745c9e9ccfc4
4
+ data.tar.gz: 8d14056a60e6576af57a9c97493a02db9936c7b3
5
5
  SHA512:
6
- metadata.gz: 388e22c74599169338263cc843b36c36dca1327a42baa552f4325d621ee36dfeaec275c873ceb9dbefc8981f21d4826ed7144bbc76278d196900b3b8a873d04a
7
- data.tar.gz: 505a6ae14adfc9ade52dffc256bd5f05377869e99d487d13f6dca736accb98774c40cf2c32c5ab21386df4d1918f0a86b0abe4631fe87d0bcb971773901acdab
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
 
@@ -39,7 +39,7 @@ module Inch
39
39
  # Role assigned to objects declared in the top-level namespace
40
40
  class InRoot < Base
41
41
  applicable_if :in_root?
42
- priority +3
42
+ priority 0
43
43
  end
44
44
 
45
45
  # Role assigned to public objects
data/lib/inch/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Inch
2
- VERSION = '0.6.0.rc2'
2
+ VERSION = '0.6.0.rc3'
3
3
  end
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.rc2
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-23 00:00:00.000000000 Z
11
+ date: 2015-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler