kramdown-mermaid.gemspec in kramdown-mermaid-0.1.0 vs kramdown-mermaid.gemspec in kramdown-mermaid-0.1.1
- old
+ new
@@ -8,18 +8,18 @@
spec.authors = ['Seiya Miyata']
spec.email = ['odradek38@gmail.com']
spec.summary = 'Extended Kramdown syntax for mermaid.js'
spec.description = 'Extended Kramdown syntax for mermaid.js'
- spec.homepage = 'https://github.com/38tter/kramdown-mermaid-mermaid'
+ spec.homepage = 'https://github.com/38tter/kramdown-mermaid'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.6.0'
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
spec.metadata['homepage_uri'] = spec.homepage
- spec.metadata['source_code_uri'] = 'https://github.com/38tter/kramdown-mermaid-mermaid'
- spec.metadata['changelog_uri'] = 'https://github.com/38tter/kramdown-mermaid-mermaid/blob/main/CHANGELOG.md'
+ spec.metadata['source_code_uri'] = 'https://github.com/38tter/kramdown-mermaid'
+ spec.metadata['changelog_uri'] = 'https://github.com/38tter/kramdown-mermaid/blob/main/CHANGELOG.md'
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|