Skip to content

Commit

Permalink
add source_code_uri and other metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed Apr 28, 2024
1 parent 503cd95 commit d11a474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions riverqueue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Gem::Specification.new do |s|
s.files = ["lib/riverqueue.rb"]
s.homepage = "https://riverqueue.com"
s.license = "LGPL-3.0-or-later"
s.metadata = {
"bug_tracker_uri" => "https://github.com/riverqueue/riverqueue-ruby/issues",
"changelog_uri" => "https://github.com/riverqueue/riverqueue-ruby/blob/master/CHANGELOG.md",
"rubygems_mfa_required" => "true",
"source_code_uri" => "https://github.com/riverqueue/riverqueue-ruby"
}

s.add_dependency "fnv-hash"
end

0 comments on commit d11a474

Please sign in to comment.