Skip to content

Commit 53f9331

Browse files
kpumukpostmodern
authored andcommitted
Added gem metadata and corrected links in gemspec.yml
1 parent 766e968 commit 53f9331

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bundler-audit.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
1818
gem.authors = Array(gemspec['authors'])
1919
gem.email = gemspec['email']
2020
gem.homepage = gemspec['homepage']
21+
gem.metadata = gemspec['metadata'] if gemspec['metadata']
2122

2223
glob = lambda { |patterns| gem.files & Dir[*patterns] }
2324

gemspec.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ homepage: https://github.com/rubysec/bundler-audit#readme
88

99
metadata:
1010
documentation_uri: https://rubydoc.info/gems/bundler-audit
11-
source_code_uri: https://github.com/rubysec/bundler-audit.rb
12-
bug_tracker_uri: https://github.com/rubysec/bundler-audit.rb/issues
13-
changelog_uri: https://github.com/rubysec/bundler-audit.rb/blob/master/ChangeLog.md
11+
source_code_uri: https://github.com/rubysec/bundler-audit
12+
bug_tracker_uri: https://github.com/rubysec/bundler-audit/issues
13+
changelog_uri: https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md
1414
rubygems_mfa_required: 'true'
1515

1616
required_ruby_version: ">= 2.0.0"

0 commit comments

Comments
 (0)