publish_my_data 1.3.15 → 1.3.16
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.
|
@@ -639,11 +639,11 @@
|
|
|
639
639
|
- @documentation_sections.each do |section|
|
|
640
640
|
%h3= section[:name]
|
|
641
641
|
%ul
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
642
|
+
- section[:subsections].each do |subsection|
|
|
643
|
+
%li= docs_inline_link subsection[:name], subsection[:name]
|
|
644
|
+
/
|
|
645
|
+
- # don't include subsubsections in nav
|
|
646
|
+
- if (subsection[:subsubsections].length > 0)
|
|
647
|
+
%ul
|
|
648
|
+
- subsection[:subsubsections].each do |subsubsection|
|
|
649
|
+
%li= docs_inline_link subsubsection[:name], subsubsection[:name]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: publish_my_data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.16
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -543,7 +543,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
543
543
|
version: '0'
|
|
544
544
|
segments:
|
|
545
545
|
- 0
|
|
546
|
-
hash:
|
|
546
|
+
hash: -4490180721542014218
|
|
547
547
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
548
548
|
none: false
|
|
549
549
|
requirements:
|