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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2f0c681a484a802db17a50ebbbd8813c8398d4d79cf7b6f91a53cdfb1f460a4
4
- data.tar.gz: fdf32199cf71677ae3ca7ff5b8962bde144b03f07feec8686df567c953c48aed
3
+ metadata.gz: c8277b3de518379c42ba1414fd6545c4ef9b94dfd5fed3cba80e88c8599b99db
4
+ data.tar.gz: bb0553741bff434ace3430fd0c801d702a88fe9b2f1ab33caa360904e4b8c40f
5
5
  SHA512:
6
- metadata.gz: 759f9f9df03df35eaf06e104a62f01aac906860b8e3ee83b3160ea46def33a16a249034482dcbd37007568c75975fd4ea1e33127fc7b2c51e988bf41d2626332
7
- data.tar.gz: 6e3d69dc9de3af08151615a57bf501a61501a0c3d1fee5c43c4b4f874861efb131b82f783ea8df7c3a953ff6a06ef0dc4cf4020555842f74093ff3678bc7b7f6
6
+ metadata.gz: 3683d10f5da8d844d460ea2bf329787cb609f1a1c9d6aedf5646d909bc3662cb1dfb5b24eff5acb0aa1e1a08d9e574d55f5c2023e5a69374f7407d40ccaa0906
7
+ data.tar.gz: ad4c2810975dc716571b3f83cf945eb5f3670391a43a1405e392306b3ee2fcb8b926dc4da2eb722dadf7c42dd4438bfaa184746bc38bbc562313503882d8cf96
@@ -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
- running a LiveReload plugin. If you are viewing the output HTML page
188
- in a browser where LiveReload is active, then every time you save a
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
@@ -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 }
@@ -1,3 +1,3 @@
1
1
  module AsciiBinder
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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-06-14 00:00:00.000000000 Z
15
+ date: 2020-09-02 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: bundler