Skip to content

Commit

Permalink
add MFA to rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j committed Oct 13, 2022
1 parent f81a388 commit 91c8ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions elftools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop', '~> 1'
s.add_development_dependency 'simplecov', '~> 0.21'
s.add_development_dependency 'yard', '~> 0.9'
s.metadata['rubygems_mfa_required'] = 'true'
end
2 changes: 1 addition & 1 deletion spec/elf_file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

it 'data' do
expect(@elf.section_by_name('.note.gnu.build-id').data)
.to eq "\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00"\
.to eq "\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00" \
"GNU\x00s\xABb\xCB{\xC9\x95\x9C\xE0S\xC2\xB7\x112!Xp\x8C\xDC\a"
end

Expand Down

0 comments on commit 91c8ca3

Please sign in to comment.