Skip to content

Commit abd0c44

Browse files
viaminurkle
authored andcommitted
Add homepage URL (this repo) to ar-multidb.gemspec
Adding the `homepage` attribute will allow rubygems.org to link back to this page, which is helpful for filing issues, creating PRs, etc.
1 parent a03449f commit abd0c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ar-multidb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.version = Multidb::VERSION
99
s.authors = ['Alexander Staubo', 'Edward Rudd']
1010
s.email = %w[alex@bengler.no urkle@outoforder.cc]
11-
s.homepage = ''
11+
s.homepage = 'https://github.com/OutOfOrder/multidb'
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'

0 commit comments

Comments
 (0)