From ad99c9546c78b21c46eede2d9dafea7cda08c662 Mon Sep 17 00:00:00 2001 From: pustekuchen91 Date: Wed, 6 Dec 2023 14:23:59 +0000 Subject: [PATCH] renamed extension --- asciidoctor-indir_ext.gemspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/asciidoctor-indir_ext.gemspec b/asciidoctor-indir_ext.gemspec index 6f5cb44..065d56a 100644 --- a/asciidoctor-indir_ext.gemspec +++ b/asciidoctor-indir_ext.gemspec @@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "asciidoctor/indir_ext/version" Gem::Specification.new do |spec| - spec.name = "asciidoctor-indir_ext" + spec.name = "asciidoctor-indir_extension-" spec.version = Asciidoctor::IndirExt::VERSION - spec.authors = ["johannesjh"] - spec.email = ["johannesjh@users.noreply.github.com"] + spec.authors = ["pustekuchen91"] + spec.email = ["pustekuchen91@users.noreply.github.com"] spec.summary = "An Asciidoctor extension that adds a variable `indir`, which always points to the directory of the currently included asciidoc file" spec.description = %q(This Asciidoctor extension exposes a variable `indir`, which holds the path to the directory where the current asciidoc file is located. @@ -17,8 +17,8 @@ Gem::Specification.new do |spec| spec.license = "MIT" spec.metadata = { - 'bug_tracker_uri' => 'https://github.com/johannesjh/asciidoctor-indir_ext/issues', - 'source_code_uri' => 'https://github.com/johannesjh/asciidoctor-indir_ext' + 'bug_tracker_uri' => 'https://github.com/pustekuchen91/asciidoctor-indir_ext/issues', + 'source_code_uri' => 'https://github.com/pustekuchen91/asciidoctor-indir_ext' } # Specify which files should be added to the gem when it is released.