Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Name exposes the plugin identifier so we can replace the upstream implementation.
Name = "ruby/gemspec"
)
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() filesystem.Extractor
Types ¶
type Extractor ¶
type Extractor struct{}
Extractor mirrors the upstream gemspec extractor but with better version fallbacks.
func (Extractor) FileRequired ¶
func (Extractor) FileRequired(api filesystem.FileAPI) bool
func (Extractor) Requirements ¶
func (Extractor) Requirements() *plugin.Capabilities
Click to show internal directories.
Click to hide internal directories.