executable() Instance Public methods Singular accessor for executables
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"
development_dependencies() Instance Public methods List of dependencies that are used for development
description=(str) Instance Public methods A detailed description of this gem. See also summary
dependent_specs() Instance Public methods Returns all specs that matches this spec's runtime dependencies.
dependent_gems() Instance Public methods Return a list of all gems that have a dependency on this gemspec. The list is structured with entries that conform to: [depending_gem, dependency, [list_of_gems_that_satisfy_dependency]]
dependencies() Instance Public methods A list of Gem::Dependency objects this gem depends on. Use add_dependency or add_development_dependency to add dependencies to a gem.
default_value(name) Instance Public methods The default value for specification attribute name
default_gem?() Instance Public methods
date=(date) Instance Public methods The date this gem was created DO NOT set this, it is set automatically when the gem is packaged.
Page 1984 of 2275