jekyll-pandoc-exports 0.1.10 → 0.1.11
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/CHANGELOG.md +10 -0
- data/lib/jekyll-pandoc-exports/version.rb +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 803a9761d7315ab4ebe0218e9201f1c5f7f5c1b1461d1e377b91db74f0ff20ab
|
4
|
+
data.tar.gz: dc7d8df25d3f6910f8e7d3bd1cc5f546723a4f20a5091bf9b5258891d01e8c2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6535394ca065c27b6dd5672b7bb48efbd6707d8e11048dfa81dfe9475af7d822b1d3f86299a76927f22c00071a428f56f44a3786f81c297562102764a53900b
|
7
|
+
data.tar.gz: bbd5aa7e739cdfb8e241a5d43a420ff8174a04e21cb645a24a8a800e8cca59b4f43714a0e69e119022b2e2a30c2f7fe1af8ad417500416815e47f7240c3cf6a8
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-pandoc-exports
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael McGarrah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -103,7 +103,13 @@ files:
|
|
103
103
|
homepage: https://github.com/mcgarrah/jekyll-pandoc-exports
|
104
104
|
licenses:
|
105
105
|
- MIT
|
106
|
-
metadata:
|
106
|
+
metadata:
|
107
|
+
documentation_uri: https://jekyll-pandoc-exports.readthedocs.io
|
108
|
+
api_documentation_uri: https://www.rubydoc.info/gems/jekyll-pandoc-exports
|
109
|
+
homepage_uri: https://github.com/mcgarrah/jekyll-pandoc-exports
|
110
|
+
source_code_uri: https://github.com/mcgarrah/jekyll-pandoc-exports
|
111
|
+
changelog_uri: https://github.com/mcgarrah/jekyll-pandoc-exports/blob/main/CHANGELOG.md
|
112
|
+
bug_tracker_uri: https://github.com/mcgarrah/jekyll-pandoc-exports/issues
|
107
113
|
post_install_message:
|
108
114
|
rdoc_options: []
|
109
115
|
require_paths:
|