test_file() Instance Public methods Singular accessor for test_files
summary=(str) Instance Public methods A short summary of this gem's description.
spec_name() Instance Public methods The default name of the gemspec. See also file_name spec.spec_name # => "example-1.0.gemspec"
spec_file() Instance Public methods Returns the full path to this spec's gemspec file. eg: /usr/local/lib/ruby/gems/1.8/specifications/mygem-1.0.gemspec
spec_dir() Instance Public methods Returns the full path to the directory containing this spec's gemspec file. eg: /usr/local/lib/ruby/gems/1.8/specifications
sort_obj() Instance Public methods Returns an object you can use to sort specifications in sort_by.
satisfies_requirement?(dependency) Instance Public methods Checks if this specification meets the requirement of dependency.
runtime_dependencies() Instance Public methods List of dependencies that will automatically be activated at runtime.
ri_dir() Instance Public methods Returns the full path to this spec's ri directory.
reset_nil_attributes_to_default() Instance Public methods Reset nil attributes to their default values to make the spec valid
Page 1980 of 2275