diff --git a/asciimath.gemspec b/asciimath.gemspec index 9ae1132..d3affa0 100644 --- a/asciimath.gemspec +++ b/asciimath.gemspec @@ -11,9 +11,16 @@ Gem::Specification.new do |spec| spec.email = ["pepijn@vaneeckhoudt.net", "pablo-ecobar@riseup.net"] spec.summary = %q{AsciiMath parser and converter} spec.description = %q{A pure Ruby AsciiMath parsing and conversion library.} - spec.homepage = "" + spec.homepage = "https://asciidoctor.org/" spec.license = "MIT" + spec.metadata = { + "bug_tracker_uri" => "https://github.com/asciidoctor/asciimath/issues", + "changelog_uri" => "https://github.com/asciidoctor/asciimath/blob/HEAD/CHANGELOG.adoc", + "mailing_list_uri" => "https://chat.asciidoctor.org", + "source_code_uri" => "https://github.com/asciidoctor/asciimath" + } + spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})