Skip to content

Commit

Permalink
Merge pull request #706 from byroot/gemspec
Browse files Browse the repository at this point in the history
Add source_code_uri in gemspec
  • Loading branch information
michaelklishin authored Feb 22, 2025
2 parents 0bdebea + 037d691 commit 2bb1aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bunny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new(">= 2.5")

s.metadata = {
"changelog_uri" => "https://github.com/ruby-amqp/bunny/blob/main/ChangeLog.md"
"changelog_uri" => "https://github.com/ruby-amqp/bunny/blob/main/ChangeLog.md",
"source_code_uri" => "https://github.com/ruby-amqp/bunny/",
}

# Sorted alphabetically.
Expand Down

0 comments on commit 2bb1aaf

Please sign in to comment.