Skip to content

Commit 690272d

Browse files
authored
Fix Ruby package parsing by removed unused email field (#20470)
1 parent 7205f6b commit 690272d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/packages/rubygems/metadata.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ type gemspec struct {
8080
VersionRequirements requirement `yaml:"version_requirements"`
8181
} `yaml:"dependencies"`
8282
Description string `yaml:"description"`
83-
Email string `yaml:"email"`
8483
Executables []string `yaml:"executables"`
8584
Extensions []interface{} `yaml:"extensions"`
8685
ExtraRdocFiles []string `yaml:"extra_rdoc_files"`

0 commit comments

Comments
 (0)