Skip to content

Commit

Permalink
Merge pull request #138 from r7kamura/feature/gemspec-urls
Browse files Browse the repository at this point in the history
Add some URLs to gemspec
  • Loading branch information
unixmonkey committed May 9, 2024
2 parents ea83083 + 192696b commit fb18a18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wkhtmltopdf-binary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Gem::Specification.new do |s|
s.files = Dir['bin/*']
s.executables << "wkhtmltopdf"
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.add_development_dependency "minitest"
s.add_development_dependency "rake"
Expand Down

0 comments on commit fb18a18

Please sign in to comment.