ascii_binder 0.2.0 → 0.2.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/bin/asciibinder +3 -5
- data/lib/ascii_binder/engine.rb +2 -1
- data/lib/ascii_binder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8277b3de518379c42ba1414fd6545c4ef9b94dfd5fed3cba80e88c8599b99db
|
|
4
|
+
data.tar.gz: bb0553741bff434ace3430fd0c801d702a88fe9b2f1ab33caa360904e4b8c40f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3683d10f5da8d844d460ea2bf329787cb609f1a1c9d6aedf5646d909bc3662cb1dfb5b24eff5acb0aa1e1a08d9e574d55f5c2023e5a69374f7407d40ccaa0906
|
|
7
|
+
data.tar.gz: ad4c2810975dc716571b3f83cf945eb5f3670391a43a1405e392306b3ee2fcb8b926dc4da2eb722dadf7c42dd4438bfaa184746bc38bbc562313503882d8cf96
|
data/bin/asciibinder
CHANGED
|
@@ -183,11 +183,9 @@ Description:
|
|
|
183
183
|
...except that the Guardfile automatically detects and runs this as
|
|
184
184
|
you work.
|
|
185
185
|
|
|
186
|
-
This is meant to be used in conjunction with a web browser that is
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
new version of the .adoc file, the new HTML is automatically
|
|
190
|
-
regenerated and your page view is automatically refreshed.
|
|
186
|
+
This is meant to be used in conjunction with a web browser that is viewing the
|
|
187
|
+
output HTML page. Every time you save a new version of the .adoc file, you can
|
|
188
|
+
manually refresh your page to view the newly-generated HTML.
|
|
191
189
|
EOF
|
|
192
190
|
opt :log_level, "Set the logging output level for this operation.", :default => 'warn'
|
|
193
191
|
end
|
data/lib/ascii_binder/engine.rb
CHANGED
|
@@ -459,7 +459,8 @@ module AsciiBinder
|
|
|
459
459
|
"product-title=#{branch_config.distro_name}",
|
|
460
460
|
"product-version=#{branch_config.name}",
|
|
461
461
|
"product-author=#{branch_config.distro_author}",
|
|
462
|
-
"repo_path=#{topic.repo_path}"
|
|
462
|
+
"repo_path=#{topic.repo_path}",
|
|
463
|
+
"allow-uri-read="
|
|
463
464
|
])
|
|
464
465
|
|
|
465
466
|
doc = without_warnings { Asciidoctor.load topic_adoc, :header_footer => false, :safe => :unsafe, :attributes => page_attrs }
|
data/lib/ascii_binder/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ascii_binder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- N. Harrison Ripps
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2020-
|
|
15
|
+
date: 2020-09-02 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: bundler
|