required_rubygems_version=(req) Instance Public methods The RubyGems version required by this gem
requirements=(req) Instance Public methods Set requirements to req, ensuring it is an array. Don't use this, push onto the array instead.
reset_nil_attributes_to_default() Instance Public methods Reset nil attributes to their default values to make the spec valid
ri_dir() Instance Public methods Returns the full path to this spec's ri directory.
runtime_dependencies() Instance Public methods List of dependencies that will automatically be activated at runtime.
satisfies_requirement?(dependency) Instance Public methods Checks if this specification meets the requirement of dependency.
sort_obj() Instance Public methods Returns an object you can use to sort specifications in sort_by.
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
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_name() Instance Public methods The default name of the gemspec. See also file_name spec.spec_name # => "example-1.0.gemspec"
Page 352 of 11844