Skip to content

Commit

Permalink
Add source code uri metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed May 12, 2024
1 parent 6a13595 commit 1accb35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions unparser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'

gem.metadata = {
'bug_tracker_uri' => 'https://github.com/mbj/unparser/issues',
'changelog_uri' => 'https://github.com/mbj/unparser/blob/master/Changelog.md',
'funding_uri' => 'https://github.com/sponsors/mbj'
'bug_tracker_uri' => 'https://github.com/mbj/unparser/issues',
'changelog_uri' => 'https://github.com/mbj/unparser/blob/master/Changelog.md',
'funding_uri' => 'https://github.com/sponsors/mbj'
'source_code_uri' => 'https://github.com/mbj/unparser'
'rubygems_mfa_required' => 'true'
}

gem.files = Dir.glob('lib/**/*')
gem.require_paths = %w[lib]
gem.extra_rdoc_files = %w[README.md]
gem.executables = %w[unparser]

gem.metadata['rubygems_mfa_required'] = 'true'

gem.required_ruby_version = '>= 3.0'

Expand Down

0 comments on commit 1accb35

Please sign in to comment.