Skip to content

Commit fa46d66

Browse files
6543KN4CK3R
andauthored
Fix Ruby package parsing by removed unused email field (#20470) (#20525)
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
1 parent 648ec3c commit fa46d66

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)