Skip to content

Commit

Permalink
Opt-in to mfa requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Jan 21, 2022
1 parent e628102 commit b799a68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Gem::Specification.new do |s|
s.metadata = {
"bug_tracker_uri" => "https://github.com/rpush/rpush/issues",
"changelog_uri" => "https://github.com/rpush/rpush/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/rpush/rpush"
"source_code_uri" => "https://github.com/rpush/rpush",
"rubygems_mfa_required" => "true"
}

s.files = `git ls-files -- lib README.md CHANGELOG.md LICENSE`.split("\n")
Expand Down

0 comments on commit b799a68

Please sign in to comment.