awestruct-ibeams 0.4.0 → 0.4.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 +4 -4
- data/lib/awestruct/ibeams/asciidoc_sections.rb +1 -1
- data/lib/awestruct/ibeams/version.rb +1 -1
- 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: 4ef6efb55971ff58c6073063c337606b3b6f4887
|
|
4
|
+
data.tar.gz: d8372d1fae83e774e3d3a32b530d9cbd22c47355
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6485398c6889ccb1529bfc7dc366a373ac47b331153dc6faf88da908c212668d0db3c818bde9a38f0b1c30e0f00fcb510b61ad91a648f2d7411ed40207b0d2bd
|
|
7
|
+
data.tar.gz: a036b413d48bb5e74baf5c31dedb554a2ca8cd84332c874aaaeb91257f4a8422a9909ea783d997e4603d6153ede672a14deec64bb787cd82be806bbd19e87d84
|
|
@@ -26,7 +26,7 @@ module Awestruct
|
|
|
26
26
|
pages_by_path = site.pages.map { |p| [p.source_path, p] }.to_h
|
|
27
27
|
sections = []
|
|
28
28
|
|
|
29
|
-
Naturally.sort(Dir.glob(File.join(directory, '*.{ad,adoc}'))).
|
|
29
|
+
Naturally.sort(Dir.glob(File.join(directory, '*.{ad,adoc}'))).each do |adoc|
|
|
30
30
|
# Since all our documents are going to have front-matter so they render
|
|
31
31
|
# properly, we need to look first at the Awestruct::Page and then
|
|
32
32
|
# re-render to grab the sections from the asciidoc
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awestruct-ibeams
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- R. Tyler Croy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awestruct
|