Class Gem2Rpm::Specification
In: lib/gem2rpm/specification.rb
Parent: SimpleDelegator

Methods

Public Instance methods

A list of Gem::Dependency objects this gem depends on (includes every runtime or development dependency).

A long description of gem wrapped to 78 characters.

List of dependencies that are used for development.

The license(s) for the library. Each license must be a short name, no more than 64 characters. Returns empty array if RubyGems does not provide the field.

The version of Ruby required by the gem. Returns array with empty string if the method is not provided by RubyGems yet.

The RubyGems version required by gem. For RubyGems < 0.9.5 returns only array with empty string. However, this should happen only in rare cases.

List of dependencies that will automatically be activated at runtime.

[Validate]