class Gem::BasicSpecification
def full_name
def full_name if platform == Gem::Platform::RUBY or platform.nil? then "#{name}-#{version}".dup.untaint else "#{name}-#{version}-#{platform}".dup.untaint end end
def full_name if platform == Gem::Platform::RUBY or platform.nil? then "#{name}-#{version}".dup.untaint else "#{name}-#{version}-#{platform}".dup.untaint end end