authors() Instance Public methods The list of author names who wrote this gem. spec.authors = ['Chad Fowler', 'Jim Weirich', 'Rich Kilmer']
base_dir() Instance Public methods Returns the full path to the base gem directory. eg: /usr/local/lib/ruby/gems/1.8
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.
bin_file(name) Instance Public methods Returns the full path to an executable named name in this gem.
build_args() Instance Public methods Returns the #build_args used to install the gem
build_info_dir() Instance Public methods Returns the full path to the build info directory
build_info_file() Instance Public methods Returns the full path to the file containing the build information generated when the gem was installed
cache_dir() Instance Public methods Returns the full path to the cache directory containing this spec's cached gem.
cache_file() Instance Public methods Returns the full path to the cached gem for this spec.
conflicts() Instance Public methods Return any possible conflicts against the currently loaded specs.
Page 347 of 11844