Skip to content

Commit

Permalink
Added gem metadata and corrected links in gemspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk authored and postmodern committed Sep 13, 2024
1 parent 766e968 commit 53f9331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions bundler-audit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
gem.authors = Array(gemspec['authors'])
gem.email = gemspec['email']
gem.homepage = gemspec['homepage']
gem.metadata = gemspec['metadata'] if gemspec['metadata']

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

Expand Down
6 changes: 3 additions & 3 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ homepage: https://github.com/rubysec/bundler-audit#readme

metadata:
documentation_uri: https://rubydoc.info/gems/bundler-audit
source_code_uri: https://github.com/rubysec/bundler-audit.rb
bug_tracker_uri: https://github.com/rubysec/bundler-audit.rb/issues
changelog_uri: https://github.com/rubysec/bundler-audit.rb/blob/master/ChangeLog.md
source_code_uri: https://github.com/rubysec/bundler-audit
bug_tracker_uri: https://github.com/rubysec/bundler-audit/issues
changelog_uri: https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md
rubygems_mfa_required: 'true'

required_ruby_version: ">= 2.0.0"
Expand Down

0 comments on commit 53f9331

Please sign in to comment.