Skip to content

Commit

Permalink
Merge pull request #29 from ShockwaveNN/patch-1
Browse files Browse the repository at this point in the history
Fix gem metadata on rubygems
  • Loading branch information
eitoball authored Jun 17, 2020
2 parents 0539ceb + e240b8b commit 3d3e808
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net-ping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Gem::Specification.new do |spec|
spec.summary = 'A ping interface for Ruby.'
spec.test_file = 'test/test_net_ping.rb'
spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
spec.metadata = {
'bug_tracker_uri' => "#{spec.homepage}/issues",
'changelog_uri' => "#{spec.homepage}/blob/master/CHANGES",
'documentation_uri' => "https://www.rubydoc.info/gems/#{spec.name}",
'homepage_uri' => spec.homepage,
'source_code_uri' => spec.homepage
}

spec.extra_rdoc_files = ['README.md', 'CHANGES', 'doc/ping.txt']

Expand Down

0 comments on commit 3d3e808

Please sign in to comment.