Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
The Builder class processes RubyGem specification files to produce a .gem file.
Constructs a builder instance for the provided specification
The specification instance
# File rubygems/builder.rb, line 22 def initialize(spec) require "yaml" require "rubygems/package" require "rubygems/security" @spec = spec end