Skip to content

Commit

Permalink
Enable MFA for Rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Feb 14, 2023
1 parent aff8ecf commit c9b9dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydra-works.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Using this data model should enable easy collaboration amongst Samvera projects.}
spec.homepage = 'https://github.com/samvera/hydra-works'
spec.license = 'APACHE2'
spec.metadata = { "rubygems_mfa_required" => "true" }

spec.files = `git ls-files -z`.split("\x0") - DO_NOT_SHIP
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit c9b9dd0

Please sign in to comment.