mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* lib/rubygems/package/old.rb: Fix behavior only on ruby 1.8.
* lib/rubygems/package.rb: Include checksums.yaml.gz signatures for verification. * test/rubygems/test_gem_package.rb: Test for the above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
35a5e37649
commit
7f046c653c
4 changed files with 31 additions and 6 deletions
|
@ -518,8 +518,6 @@ EOM
|
|||
when /\.sig$/ then
|
||||
@signatures[$`] = entry.read if @security_policy
|
||||
next
|
||||
when 'checksums.yaml.gz' then
|
||||
next # already handled
|
||||
else
|
||||
digest entry
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue