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.
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
gems_dir() Instance Public methods Returns the full path to the gems directory containing this spec's gem directory. eg: /usr/local/lib/ruby/1.8/gems
has_unit_tests?() Instance Public methods True if this gem has files in #test_files
initialize_copy(other_spec) Instance Public methods Duplicates ::array_attributes from other_spec so state isn't shared.
inspect() Instance Public methods
lib_dirs_glob() Instance Public methods Returns a string usable in Dir.glob to match all requirable paths for this spec.
lib_files() Instance Public methods Files in the Gem under one of the #require_paths
license() Instance Public methods Singular accessor for licenses
licenses() Instance Public methods Plural accessor for setting licenses
Page 350 of 11844