Skip to content

Commit

Permalink
Add changelog_uri to gemspec (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynsta authored Jun 24, 2024
1 parent da79956 commit 854088b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rspec-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Gem::Specification.new do |s|
s.description = "Simple testing of Sidekiq jobs via a collection of matchers and helpers"
s.license = "MIT"

s.metadata = {
"changelog_uri" => "https://github.com/wspurgin/rspec-sidekiq/blob/main/CHANGES.md"
}

s.add_dependency "rspec-core", "~> 3.0"
s.add_dependency "rspec-mocks", "~> 3.0"
s.add_dependency "rspec-expectations", "~> 3.0"
Expand Down

0 comments on commit 854088b

Please sign in to comment.