full_name()
The name and version of the specification.
Unlike Gem::Specification#full_name, the platform is not included.
# File lib/rubygems/resolver/spec_specification.rb, line 32 def full_name "#{spec.name}-#{spec.version}" end