jdvp-codetabs-commonmark 1.0.0 → 1.0.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/jdvp-codetabs-commonmark.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c4adff98dae5a51639e65482f45d0cc3e001c8241cba16b953ab3b1bc543d26
|
|
4
|
+
data.tar.gz: d5a1d2ee0f4f85194a1d8b2f9c82163631247e832c16f4a38acc6b5f181bd487
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31252e262c0d4e48464c44ea1c4698c752abfe71ed4ab79adfd65334f1922499de3568dfe6d9ab899fb3041c0e97367280809830e4230ba18f88bbdc8fdc17af
|
|
7
|
+
data.tar.gz: 19dd9da254c7fa53894906ff5c25e73333299d8cd82eb4c9ada3cb4515e7242ddeef7fd76245731a9551a6d538c8d32f9459180fbe2a742fceaf0559b936ba02
|
|
@@ -140,7 +140,7 @@ def add_resource_links_in_html_head(site)
|
|
|
140
140
|
site_directory = "#{site.in_dest_dir("/")}"
|
|
141
141
|
|
|
142
142
|
# For every html file in the generated site
|
|
143
|
-
Dir.glob("
|
|
143
|
+
Dir.glob("**/*.html", base: site_directory).each do |file_name|
|
|
144
144
|
file_plus_path = "#{site_directory}#{file_name}"
|
|
145
145
|
|
|
146
146
|
# Check if the file contains a code switcher and skip it if it does not
|