asciidoctor-anywhere-footnote 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 460bfe36b3fb2aa22460bc048a5c75bd381e29e6497a20fed19961aa87f95078
4
- data.tar.gz: 523ef6f8922a038e95d8f1ff41ce71a9046b04521efd51ff87ee87ecdf8d8504
3
+ metadata.gz: 3b4b70142a43b07b4aff431b7ab8d07f124bd061c6b16d3bacaeb00602597d6e
4
+ data.tar.gz: 91d9731b1eced402b5467a30e25bd68addca975b7fb076731816eb0b46d58b3b
5
5
  SHA512:
6
- metadata.gz: 154194eeae784ea2b8522e6d5590afc9e22aaf277be7adbd82936e52f4a17d8b5ce135096e75e69b0aaa829df6d04aab5520f05bc393454d94d3f654337cb558
7
- data.tar.gz: dd9cab18382358f98eb2fb25889d25d5e0178e11b4c088e3f8ad154d57f8797dd6e962dd4a8909b8effec8433e82fd8767c4a49715695667a88a29f6aafffe70
6
+ metadata.gz: 968b4bbd49b872c74aaf7aecbd6e9ced98eb154514bc65f3c60a293da2028067058cb34db54f47cbab212f9428e96d8459588f5838c211711918759f91ce57c1
7
+ data.tar.gz: f898ce27bdde132e17dc46737c5741bee065eb37ba9e800024073c6b2fdde546d3ceb1c7a563801cd3b68ceda4453f382820c457e35e3ccaa54c0ee8f0bbbbd8
@@ -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.0"
4
+ spec.version = "1.0.1"
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/yourusername/asciidoctor-anywhere-footnote"
10
+ spec.homepage = "https://github.com/RayOffiah/asciidoctor-anywhere-footnote"
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.0
4
+ version: 1.0.1
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/yourusername/asciidoctor-anywhere-footnote
110
+ homepage: https://github.com/RayOffiah/asciidoctor-anywhere-footnote
111
111
  licenses:
112
112
  - MIT
113
113
  metadata: {}