verify_gem(gem_data)
Given a gem file’s contents, validates against its own MD5 checksum
gem_data
Contents of the gem file
# File lib/rubygems/validator.rb, line 26 def verify_gem(gem_data) # TODO remove me? The code here only validate an MD5SUM that was # in some old formatted gems, but hasn't been for a long time. end