Skip to content

Commit 19f55bd

Browse files
author
Thomas Hareau
authored
Rework gemspec (#47)
* Rework gemspec
1 parent da782e3 commit 19f55bd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

safe-pg-migrations.gemspec

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@ Gem::Specification.new do |s|
1010

1111
s.version = SafePgMigrations::VERSION
1212

13-
s.authors = ['Matthieu Prat', 'Romain Choquet']
14-
s.email = '[email protected]'
13+
s.authors = ['Matthieu Prat', 'Romain Choquet', 'Thomas Hareau']
1514
s.homepage = 'https://github.com/doctolib/safe-pg-migrations'
1615

16+
s.metadata = {
17+
'bug_tracker_uri' => 'https://github.com/doctolib/safe-pg-migrations/issues',
18+
'homepage_uri' => 'https://github.com/doctolib/safe-pg-migrations#safe-pg-migrations',
19+
'mailing_list_uri' => 'https://doctolib.engineering/engineering-news-ruby-rails-react',
20+
'source_code_uri' => 'https://github.com/doctolib/safe-pg-migrations',
21+
'contributors_uri' => 'https://github.com/doctolib/safe-pg-migrations/graphs/contributors',
22+
}
23+
1724
s.files = Dir['LICENSE', 'README.md', 'lib/**/*']
1825
s.require_path = 'lib'
1926

0 commit comments

Comments
 (0)