class Gemirro::GemVersion

The Gem class contains data about a Gem such as the name, requirement as well as providing some methods to more easily extract the specific version number.

@!attribute [r] name

@return [String]

@!attribute [r] number

@return [Integer]

@!attribute [r] platform

@return [String]

@!attribute [r] version

@return [Gem::Version]