Reformat and update gemspec

This commit is contained in:
Gabriel Arazas 2023-03-11 16:42:43 +08:00
parent 68020109f0
commit 4a03f6d962
2 changed files with 8 additions and 6 deletions

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source 'https://rubygems.org'
gemspec

View File

@ -3,17 +3,17 @@ Gem::Specification.new do |s|
s.version = '1.0.0' s.version = '1.0.0'
s.licenses = ['MIT'] s.licenses = ['MIT']
s.summary = "foo-dogsquared's custom Asciidoctor extensions" s.summary = "foo-dogsquared's custom Asciidoctor extensions"
s.description = <<-EOF s.description = <<-DESC
foo-dogsquared's custom Asciidoctor extensions as a Gem. This is not meant foo-dogsquared's custom Asciidoctor extensions as a Gem. This is not meant
to be used in production or as a public Gem. This is used since Hugo to be used in production or as a public Gem. This is used since Hugo
doesn't allow loading Asciidoctor extensions with path separators. doesn't allow loading Asciidoctor extensions with path separators.
EOF DESC
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/foo-dogsquared.github.io' }
s.files = Dir["lib/**/*", "*.gemspec"] s.files = Dir['lib/**/*', '*.gemspec']
s.add_runtime_dependency 'asciidoctor', '~> 2.0' s.add_runtime_dependency 'asciidoctor', '~> 2.0'
end end