Arguments used when building gems
Ensure that the dependency is satisfied by the current installation of gem. If it is not an exception is raised.
Adds a checksum for each entry in the gem to checksums.yaml.gz.
Reads and loads checksums.yaml.gz from the tar file gem
Returns a Gem::StubSpecification
for default gems
Returns a Gem::StubSpecification
for installed gem named name
only returns stubs that match Gem.platforms
Returns the build_args
used to install the gem
Return a string containing a Ruby code representation of the given object.
Returns a Ruby code representation of this specification, such that it can be eval’ed and reconstruct the same specification later. Attributes that still have their default values are omitted.
Returns a Gem::StubSpecification
for every specification in the record named name
only returns stubs that match Gem.platforms
Consumes size bytes from the buffer
Create a new EnsureNode
node.
Create a new SuperNode
node.