Results for: "OptionParser"

Unregister the Symbol command as a gem command.

No documentation available

Handle the command arguments.

Return a list of the gem specifications in the dependency list, sorted in order so that no gemspec in the list depends on a gemspec earlier in the list.

This is useful when removing gems from a set of installed gems. By removing them in the returned order, you don’t get into as many dependency issues.

If there are circular dependencies (yuck!), then gems will be returned in order until only the circular dependents and anything they reference are left. Then arbitrary gemspecs will be returned until the circular dependency is broken, after which gems will be returned in dependency order again.

Return a hash of predecessors. result[spec] is an Array of gemspecs that have a dependency satisfied by the named gemspec.

Count the number of gemspecs in the list specs that are not in ignored.

Compacts Marshal output for the specs index data source by using identical objects as much as possible.

Builds and installs indices.

No documentation available

Copies this package to path (if possible)

Verifies entry in a .gem file.

Verifies the files of the gem

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

True if version satisfies this Requirement.

No documentation available

returns an integer in (-infty, 0] a number closer to 0 means the dependency is less constraining

dependencies w/ 0 or 1 possibilities (ignoring version requirements) are given very negative values, so they always sort first, before dependencies that are unconstrained

No documentation available

Paths in the gem to add to $LOAD_PATH when this gem is activated. If you have an extension you do not need to add "ext" to the require path, the extension build process will copy the extension files into “lib” for you.

The default value is "lib"

Usage:

# If all library files are in the root directory...
spec.require_paths = ['.']

Return the list of all array-oriented instance variables.

Activate all unambiguously resolved runtime dependencies of this spec. Add any ambiguous dependencies to the unresolved list to be resolved later, as needed.

Sanitize a single string.

Search took: 6ms  ·  Total Results: 4252