Class Gem::Builder
In: lib/rubygems/builder.rb
Parent: Object

The Builder class processes RubyGem specification files to produce a .gem file.

Methods

build   new   success  

Included Modules

Gem::UserInteraction

Public Class methods

Constructs a builder instance for the provided specification

spec:[Gem::Specification] The specification instance

Public Instance methods

Builds the gem from the specification. Returns the name of the file written.

[Validate]