Results for: "Pathname"

Full path of the target library file. If the file is not in this gem, return nil.

Paths in the gem to add to $LOAD_PATH when this gem is activated.

See also require_paths=

If you have an extension you do not need to add "ext" to the require path, the extension build process will copy the extension files into “lib” for you.

The default value is "lib"

Usage:

# If all library files are in the root directory...
spec.require_path = '.'

Returns the paths to the source files for use with analysis and documentation tools. These paths are relative to full_gem_path.

Return a sorted list of all command names as strings.

Location of RubyGems.org credentials

No documentation available

Returns the full name (name-version) of this Gem. Platform information is included if it is not the default Ruby platform. This mimics the behavior of Gem::Specification#full_name.

Return the name that the gemspec file would be

No documentation available

Return the default Gem path

Downloads uri and returns it as a String.

A recommended version for use with a ~> Requirement.

No documentation available
No documentation available

Paths in the gem to add to $LOAD_PATH when this gem is activated. If you have an extension you do not need to add "ext" to the require path, the extension build process will copy the extension files into “lib” for you.

The default value is "lib"

Usage:

# If all library files are in the root directory...
spec.require_paths = ['.']

Return full names of all specs in sorted order.

The default (generated) file name of the gem. See also spec_name.

spec.file_name # => "example-1.0.gem"
No documentation available

Return a NameTuple that represents this Specification

Singular accessor for require_paths

Singular accessor for require_paths

True if this gem has the same attributes as other.

The default name of the gemspec. See also file_name

spec.spec_name # => "example-1.0.gemspec"
No documentation available

Implementation for Specification#validate_metadata

Search took: 3ms  ·  Total Results: 2413