spec(name, version, &block)
Constructs a new Gem::Specification.
# File lib/rubygems/test_case.rb, line 859 def spec name, version, &block Gem::Specification.new name, v(version), &block end