Skip to content

Commit 6f16480

Browse files
AlexRiedlerurkle
authored andcommitted
chore: update gemspec for changelog and source code location
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.
1 parent 02684d3 commit 6f16480

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ar-multidb.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Gem::Specification.new do |s|
1212
s.summary = s.description = 'Multidb is an ActiveRecord extension for switching between multiple database connections, such as primary/replica setups.'
1313
s.license = 'MIT'
1414
s.metadata['rubygems_mfa_required'] = 'true'
15+
s.metadata['changelog_uri'] = 'https://github.com/OutOfOrder/multidb/blob/master/CHANGELOG.md'
16+
s.metadata['source_code_uri'] = 'https://github.com/OutOfOrder/multidb'
1517

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

0 commit comments

Comments
 (0)