Skip to content

Commit

Permalink
Add homepage URL (this repo) to ar-multidb.gemspec
Browse files Browse the repository at this point in the history
Adding the `homepage` attribute will allow rubygems.org to link back to this page, which is helpful for filing issues, creating PRs, etc.
  • Loading branch information
viamin authored and urkle committed Feb 28, 2024
1 parent a03449f commit abd0c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ar-multidb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.version = Multidb::VERSION
s.authors = ['Alexander Staubo', 'Edward Rudd']
s.email = %w[[email protected] [email protected]]
s.homepage = ''
s.homepage = 'https://github.com/OutOfOrder/multidb'
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'
Expand Down

0 comments on commit abd0c44

Please sign in to comment.