gem_dir() Instance Public methods Returns the full path to this spec's gem directory. eg: /usr/local/lib/ruby/1.8/gems/mygem-1.0
full_name() Instance Public methods Returns the full name (name-version) of this Gem. Platform information is included (name-version-platform) if it is specified and not the default Ruby platform.
full_gem_path() Instance Public methods The full path to the gem (install path + full name).
for_cache() Instance Public methods Creates a duplicate spec without large blobs that aren't used at runtime.
files=(files) Instance Public methods Sets files to files, ensuring it is an array.
file_name() Instance Public methods The default (generated) file name of the gem. See also spec_name. spec.file_name # => "example-1.0.gem"
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.
extensions=(extensions) Instance Public methods Sets extensions to extensions, ensuring it is an array. Don't use this, push onto the array instead.
executables=(value) Instance Public methods Sets executables to value, ensuring it is an array. Don't use this, push onto the array instead.
executable=(o) Instance Public methods Singular accessor for executables
Page 1983 of 2275