Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
renamed extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pustekuchen91 committed Dec 6, 2023
1 parent 788b326 commit ad99c95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions asciidoctor-indir_ext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit ad99c95

Please sign in to comment.