File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
18
18
gem . authors = Array ( gemspec [ 'authors' ] )
19
19
gem . email = gemspec [ 'email' ]
20
20
gem . homepage = gemspec [ 'homepage' ]
21
+ gem . metadata = gemspec [ 'metadata' ] if gemspec [ 'metadata' ]
21
22
22
23
glob = lambda { |patterns | gem . files & Dir [ *patterns ] }
23
24
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ homepage: https://github.com/rubysec/bundler-audit#readme
8
8
9
9
metadata :
10
10
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
14
14
rubygems_mfa_required : ' true'
15
15
16
16
required_ruby_version : " >= 2.0.0"
You can’t perform that action at this time.
0 commit comments