asciidoctor-anywhere-footnote 1.0.1 → 1.0.2
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/asciidoctor-anywhere-footnote.gemspec +2 -2
- 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: b9f9baaa29d5f2343779f5f7e0f1c489860d366ac8aafbf0957dd4841a07ae42
|
|
4
|
+
data.tar.gz: d688ec3730e595106ffb76c3c0cdb452858639b8258019619b8e6e7af399d1a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8b93121ef1a5c96073429058a9d84868349e2d42332ad622e4407cff11fbc89eb160b232408d1706e197da8e125b2b000fdde51775c0b3bcfe44395aa19d0ad
|
|
7
|
+
data.tar.gz: 61ae7531829c79658ba57b055abaad27ab76b5562e629a839551ac02988e806e9453978d8c3a1aa6e210692f4752102e0611114c717392764d5ae192971b4111
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# asciidoctor-anywhere-footnote.gemspec
|
|
2
2
|
Gem::Specification.new do |spec|
|
|
3
3
|
spec.name = "asciidoctor-anywhere-footnote"
|
|
4
|
-
spec.version = "1.0.
|
|
4
|
+
spec.version = "1.0.2"
|
|
5
5
|
spec.authors = ["Ray Offiah"]
|
|
6
6
|
spec.email = ["ray.offiah@couchbase.com"]
|
|
7
7
|
|
|
8
8
|
spec.summary = "An Asciidoctor extension for placing footnotes anywhere in the document"
|
|
9
9
|
spec.description = "This extension allows you to place footnotes near their referenced content rather than at the end of the document, with support for multiple footnote blocks, custom formatting, and reference management."
|
|
10
|
-
spec.homepage = "https://github.com/RayOffiah/asciidoctor-anywhere-footnote"
|
|
10
|
+
spec.homepage = "https://github.com/RayOffiah/asciidoctor-anywhere-footnote-ruby"
|
|
11
11
|
spec.license = "MIT"
|
|
12
12
|
|
|
13
13
|
spec.required_ruby_version = ">= 2.5.0"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asciidoctor-anywhere-footnote
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ray Offiah
|
|
@@ -107,7 +107,7 @@ files:
|
|
|
107
107
|
- README.md
|
|
108
108
|
- asciidoctor-anywhere-footnote.gemspec
|
|
109
109
|
- lib/asciidoctor/anywhere_footnote_processor.rb
|
|
110
|
-
homepage: https://github.com/RayOffiah/asciidoctor-anywhere-footnote
|
|
110
|
+
homepage: https://github.com/RayOffiah/asciidoctor-anywhere-footnote-ruby
|
|
111
111
|
licenses:
|
|
112
112
|
- MIT
|
|
113
113
|
metadata: {}
|