date() Instance Public methods The date this gem was created. Lazily defaults to the current UTC date. There is no need to set this in your gem specification.
contains_requirable_file?(file) Instance Public methods Return true if this spec can require file.
conflicts() Instance Public methods Return any possible conflicts against the currently loaded specs.
cache_file() Instance Public methods Returns the full path to the cached gem for this spec.
cache_dir() Instance Public methods Returns the full path to the cache directory containing this spec's cached gem.
build_info_file() Instance Public methods Returns the full path to the file containing the build information generated when the gem was installed
build_info_dir() Instance Public methods Returns the full path to the build info directory
build_args() Instance Public methods Returns the #build_args used to install the gem
bin_file(name) Instance Public methods Returns the full path to an executable named name in this gem.
bin_dir() Instance Public methods Returns the full path to installed gem's bin directory. NOTE: do not confuse this with bindir, which is just 'bin', not a full path.
Page 1985 of 2275