Skip to content

Commit

Permalink
chore: fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Dec 4, 2024
1 parent be7bc14 commit 6607ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion degem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "https://github.com/3v0k4/favicon_factory/blob/main/CHANGELOG.md"
spec.metadata["changelog_uri"] = "https://github.com/3v0k4/degem/blob/main/CHANGELOG.md"

spec.files = Dir.glob("lib/**/*") + Dir.glob("exe/*")
spec.bindir = "exe"
Expand Down

0 comments on commit 6607ac8

Please sign in to comment.