Skip to content

Commit

Permalink
Update spec metadata with MFA config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed May 3, 2022
1 parent 6c8cb68 commit 39026f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webmention-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ Gem::Specification.new do |spec|
spec.executables = ['webmention']
spec.require_paths = ['lib']

spec.metadata['bug_tracker_uri'] = "#{spec.homepage}/issues"
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md"
spec.metadata = {
'bug_tracker_uri' => "#{spec.homepage}/issues",
'changelog_uri' => "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md",
'rubygems_mfa_required' => 'true'
}

spec.add_runtime_dependency 'indieweb-endpoints', '~> 5.0'
spec.add_runtime_dependency 'thor', '~> 1.1'
Expand Down

0 comments on commit 39026f2

Please sign in to comment.