contains_requirable_file?(file) Instance Public methods Return true if this spec can require file.
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.
date=(date) Instance Public methods The date this gem was created DO NOT set this, it is set automatically when the gem is packaged.
default_gem?() Instance Public methods
default_value(name) Instance Public methods The default value for specification attribute name
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.
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]]
dependent_specs() Instance Public methods Returns all specs that matches this spec's runtime dependencies.
description=(str) Instance Public methods A detailed description of this gem. See also summary
development_dependencies() Instance Public methods List of dependencies that are used for development
Page 348 of 11844