Skip to content

Commit

Permalink
Remove trailing slash from spec.homepage
Browse files Browse the repository at this point in the history
This creates a `changelog_uri` that is `https://github.com/zdavatz/spreadsheet//blob/master/History.md`, which might be the reason why changelog is not displayed in dependabot commits
  • Loading branch information
edouard authored Nov 20, 2024
1 parent aae81f9 commit 6464ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spreadsheet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "test-unit"
spec.add_development_dependency "simplecov"

spec.homepage = 'https://github.com/zdavatz/spreadsheet/'
spec.homepage = 'https://github.com/zdavatz/spreadsheet'
spec.metadata["changelog_uri"] = spec.homepage + "/blob/master/History.md"
spec.metadata["funding_uri"] = "https://github.com/sponsors/zdavatz"
end

0 comments on commit 6464ab5

Please sign in to comment.