Skip to content

Commit

Permalink
chore: update gemspec for changelog and source code location
Browse files Browse the repository at this point in the history
This allows for easier to find source code and changelog information through rubygems.org. Useful if you are using dependabot or other tools that use this information to see what has changed since previous releases etc.
  • Loading branch information
AlexRiedler authored and urkle committed Apr 12, 2024
1 parent 02684d3 commit 6f16480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ar-multidb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Gem::Specification.new do |s|
s.summary = s.description = 'Multidb is an ActiveRecord extension for switching between multiple database connections, such as primary/replica setups.'
s.license = 'MIT'
s.metadata['rubygems_mfa_required'] = 'true'
s.metadata['changelog_uri'] = 'https://github.com/OutOfOrder/multidb/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/OutOfOrder/multidb'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 6f16480

Please sign in to comment.