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 Jan 27, 2023
1 parent 98f8bc8 commit 3d8bbaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rubydora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']
s.metadata = { "rubygems_mfa_required" => "true" }

s.add_dependency 'rest-client'
s.add_dependency 'nokogiri'
Expand Down

0 comments on commit 3d8bbaf

Please sign in to comment.