Returns the first found remote TupleSpace
. Any further recovered TupleSpaces can be found by calling to_a
.
The full path to the gem (install path + full name).
Return all files in this gem that match for glob
.
Returns a string usable in Dir.glob
to match all requirable paths for this spec.
Display to the user that a gem couldn’t be found and reasons why
Creates an option parser and fills it in with the help info for the command.
Checks the permissions of the credentials file. If they are not 0600 an error message is displayed and RubyGems aborts.
Returns the RubyGems.org API key
Sets the RubyGems.org API key to api_key
Builds Marshal
quick index gemspecs.
Build a single index for RubyGems 1.2 and newer
Builds indices for RubyGems 1.2 and newer. Handles full, latest, prerelease
List of gem file names to index.
Ensures the Gem::Specification
written out for this gem is loadable upon installation.
Prefix and suffix the program filename the same as ruby.
Builds the @spec gem and returns an installer for it. The built gem includes:
bin/executable lib/code.rb ext/a/mkrf_conf.rb
Split the Gem search path (as reported by Gem.path
).
Given a name and requirement, downloads this gem into cache and returns the filename. Returns nil if the gem cannot be located.