Skip to content

Commit 3fc3139

Browse files
authored
Add metadata to gemspec (#421)
Add metadata to Committe's gemspec. This includes a bug tracker URI, changelog, and source code URI, but the main improvement is to tighten up security by requiring the use of MFA on RubyGems for pushing new versions.
1 parent 8f7326d commit 3fc3139

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

committee.gemspec

+7
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,11 @@ Gem::Specification.new do |s|
3333
s.add_development_dependency "rubocop"
3434
s.add_development_dependency "rubocop-performance"
3535
s.add_development_dependency "simplecov"
36+
37+
s.metadata = {
38+
"bug_tracker_uri" => "https://github.com/interagent/committee/issues",
39+
"changelog_uri" => "https://github.com/interagent/committee/blob/master/CHANGELOG.md",
40+
"rubygems_mfa_required" => "true",
41+
"source_code_uri" => "https://github.com/interagent/committee"
42+
}
3643
end

0 commit comments

Comments
 (0)