Skip to content

Commit

Permalink
Fix Ruby package parsing by removed unused email field (go-gitea#20470)
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R authored and Sysoev, Vladimir committed Aug 10, 2022
1 parent fff6fc8 commit 8413a82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/packages/rubygems/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ type gemspec struct {
VersionRequirements requirement `yaml:"version_requirements"`
} `yaml:"dependencies"`
Description string `yaml:"description"`
Email string `yaml:"email"`
Executables []string `yaml:"executables"`
Extensions []interface{} `yaml:"extensions"`
ExtraRdocFiles []string `yaml:"extra_rdoc_files"`
Expand Down

0 comments on commit 8413a82

Please sign in to comment.