origen 0.7.9 → 0.7.10
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 +4 -4
- data/config/version.rb +1 -1
- data/lib/origen/specs.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87809e538dcf2721908d734489bfe13da0bc78a3
|
|
4
|
+
data.tar.gz: 0cc358c614cc1f578109e445e3140e904faace24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5b18e66721e95666f8d2cfd7640fc2a04b48257481e968e4bceeb842f2bd0c386544c9471308bed78e1b4c9b640927737daf26b3aaa822bbcc98a0270c898b0
|
|
7
|
+
data.tar.gz: 31c1d1861123138dd94c840adb6033e981c149bac6629fc93341768ddbae04a6f0a42e7499c00debd3a4837ceb40524e3eecad7d5ca66a2544d1c6278515aec5
|
data/config/version.rb
CHANGED
data/lib/origen/specs.rb
CHANGED
|
@@ -363,11 +363,11 @@ module Origen
|
|
|
363
363
|
filter_hash(@_documentation, options[:section]).each do |_section, hash|
|
|
364
364
|
filter_hash(hash, options[:subsection]).each do |_subsection, hash_|
|
|
365
365
|
filter_hash(hash_, options[:interface]).each do |_interface, hash__|
|
|
366
|
-
filter_hash(hash__, options[:
|
|
367
|
-
filter_hash(hash___, options[:
|
|
368
|
-
filter_hash(hash____, options[:
|
|
366
|
+
filter_hash(hash__, options[:type]).each do |_type, hash___|
|
|
367
|
+
filter_hash(hash___, options[:sub_type]).each do |_sub_type, hash____|
|
|
368
|
+
filter_hash(hash____, options[:mode]).each do |_mode, hash_____|
|
|
369
369
|
filter_hash(hash_____, options[:audience]).each do |_audience, doc|
|
|
370
|
-
doc_found[_section][_subsection][_interface][
|
|
370
|
+
doc_found[_section][_subsection][_interface][_type][_sub_type][_mode][_audience] = doc
|
|
371
371
|
end
|
|
372
372
|
end
|
|
373
373
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: origen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen McGinty
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|