Results for: "Data"

Returns the paths to the source files for use with analysis and documentation tools. These paths are relative to full_gem_path.

Mark a command-line option as deprecated, and optionally specify a deprecation horizon.

Note that with the current implementation, every version of the option needs to be explicitly deprecated, so to deprecate an option defined as

add_option('-t', '--[no-]test', 'Set test mode') do |value, options|
  # ... stuff ...
end

you would need to explicitly add a call to ‘deprecate_option` for every version of the option you want to deprecate, like

deprecate_option('-t')
deprecate_option('--test')
deprecate_option('--no-test')

Location of RubyGems.org credentials

append a platform to the list of mismatched platforms.

Platforms are added via this instead of injected via the constructor so that we can loop over a list of mismatches and just add them rather than perform some kind of calculation mismatch summary before creation.

No documentation available

Builds and installs indices.

Install generated indices into the destination directory.

Defaults to use Ruby’s program prefix and suffix.

Return an Array of Specifications contained within the gem_home we’ll be installing into.

Creates an installer for spec that will install into gem_home. If user is true a user-install will be performed.

No documentation available
No documentation available

Return the default Gem path

This is ported over from the yaml_tree in 1.9.3

Downloads uri and returns it as a String.

No documentation available
No documentation available

Call hooks on installed gems

True if version satisfies this Requirement.

No documentation available
No documentation available
No documentation available

Builds and installs the Gem::Specification spec

Uninstalls the Gem::Specification spec

Install the provided specs

Search took: 5ms  ·  Total Results: 1743