mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-02-12 00:19:01 +00:00
Update gemspec metadata
I forgot to update them, whoops.
This commit is contained in:
parent
1faf4d45ec
commit
b052cddf56
@ -4,18 +4,18 @@ Gem::Specification.new do |s|
|
|||||||
s.licenses = ['MIT']
|
s.licenses = ['MIT']
|
||||||
s.summary = "foo-dogsquared's custom Asciidoctor extensions"
|
s.summary = "foo-dogsquared's custom Asciidoctor extensions"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
foo-dogsquared's custom Asciidoctor extensions as a Gem. This is not meant
|
foo-dogsquared's set of Asciidoctor extensions as a Gem. This is where I
|
||||||
to be used in production or as a public Gem. This is used since Hugo
|
implemented several pet features that will most likely never be a part of
|
||||||
doesn't allow loading Asciidoctor extensions with path separators.
|
Asciidoctor.
|
||||||
DESC
|
DESC
|
||||||
|
|
||||||
s.required_ruby_version = '>= 3.0.0'
|
s.required_ruby_version = '>= 3.0.0'
|
||||||
|
|
||||||
s.authors = ['Gabriel Arazas']
|
s.authors = ['Gabriel Arazas']
|
||||||
s.email = 'foodogsquared@foodogsquared.one'
|
s.email = 'foodogsquared@foodogsquared.one'
|
||||||
s.metadata = { 'source_code_uri' => 'https://github.com/foo-dogsquared/foo-dogsquared.github.io' }
|
s.metadata = { 'source_code_uri' => 'https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions' }
|
||||||
|
|
||||||
s.files = Dir['lib/**/*', '*.gemspec']
|
s.files = Dir['lib/**/*', '*.gemspec', 'LICENSE', 'CHANGELOG.adoc', 'README.adoc']
|
||||||
|
|
||||||
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
|
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
|
||||||
s.add_runtime_dependency 'rugged', '~> 1.0'
|
s.add_runtime_dependency 'rugged', '~> 1.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user