doc_dir(type = nil) Instance Public methods Returns the full path to this spec's documentation directory. If type is given it will be appended to the end. For examlpe: spec.doc_dir # => "/path/to/gem_repo/doc/a-1" spec.doc_dir 'ri' # => "/path/to/gem_repo/doc/a-1/ri"
executable() Instance Public methods Singular accessor for executables
executable=(o) Instance Public methods Singular accessor for executables
executables=(value) Instance Public methods Sets executables to value, ensuring it is an array. Don't use this, push onto the array instead.
extensions=(extensions) Instance Public methods Sets extensions to extensions, ensuring it is an array. Don't use this, push onto the array instead.
extra_rdoc_files=(files) Instance Public methods Sets #extra_rdoc_files to files, ensuring it is an array. Don't use this, push onto the array instead.
file_name() Instance Public methods The default (generated) file name of the gem. See also spec_name. spec.file_name # => "example-1.0.gem"
files=(files) Instance Public methods Sets files to files, ensuring it is an array.
for_cache() Instance Public methods Creates a duplicate spec without large blobs that aren't used at runtime.
full_gem_path() Instance Public methods The full path to the gem (install path + full name).
Page 349 of 11844