Skip to content

Commit

Permalink
Add recommended metadata to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Apr 5, 2024
1 parent de9b902 commit 53852c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions yabeda-schked.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/yabeda-rb/yabeda-schked"
spec.metadata["changelog_uri"] = "https://github.com/yabeda-rb/yabeda-schked/blob/master/CHANGELOG.md"
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/master/CHANGELOG.md"
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"

# 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.
Expand Down

0 comments on commit 53852c0

Please sign in to comment.