Skip to content

Commit

Permalink
gemspec: require 2FA
Browse files Browse the repository at this point in the history
Closes #898.
  • Loading branch information
dunn committed Jun 17, 2022
1 parent edb85ce commit 16d2658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions valkyrie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |spec|

spec.summary = 'An ORM using the Data Mapper pattern, specifically built to solve Digital Repository use cases.'
spec.homepage = "https://github.com/samvera/valkyrie"
spec.metadata = { "rubygems_mfa_required" => "true" }

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 16d2658

Please sign in to comment.