Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
unixmonkey committed May 10, 2024
1 parent 8b959d3 commit 8d40094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wkhtmltopdf-binary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.require_path = '.'
s.homepage = 'https://github.com/zakird/wkhtmltopdf_binary_gem'

spec.metadata['source_code_uri'] = spec.homepage
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/master/CHANGELOG.md"
s.metadata['source_code_uri'] = s.homepage
s.metadata['changelog_uri'] = "#{s.homepage}/blob/master/CHANGELOG.md"

s.add_development_dependency "minitest"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 8d40094

Please sign in to comment.