Skip to content

Commit

Permalink
add source code metadata to gemspec
Browse files Browse the repository at this point in the history
This will meta-data will show up under links in: https://rubygems.org/gems/ovirt-engine-sdk

Signed-off-by: Keenan Brock <[email protected]>
  • Loading branch information
kbrock committed Sep 11, 2024
1 parent 9355e4f commit c71d55f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/ovirt-engine-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Gem::Specification.new do |spec|
spec.license = 'Apache-2.0'
spec.homepage = 'http://ovirt.org'

spec.metadata = {
"changelog_uri" => "https://github.com/oVirt/ovirt-engine-sdk-ruby/blob/master/sdk/CHANGES.adoc",
"source_code_uri" => "https://github.com/oVirt/ovirt-engine-sdk-ruby/",
"bug_tracker_uri" => "https://github.com/oVirt/ovirt-engine-sdk-ruby/issues",
}

# Ruby version:
spec.required_ruby_version = '>= 2.5'

Expand Down

0 comments on commit c71d55f

Please sign in to comment.