1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Reword validate method header

It's not so basic anymore, and it does much more than validating
required fields.

https://github.com/rubygems/rubygems/commit/3c0be4cdeb
This commit is contained in:
David Rodríguez 2020-05-29 15:49:50 +02:00 committed by Hiroshi SHIBATA
parent fc10f35f3d
commit 257e6cda32
Notes: git 2020-06-05 07:33:36 +09:00

View file

@ -33,8 +33,7 @@ class Gem::SpecificationPolicy
attr_accessor :packaging attr_accessor :packaging
## ##
# Checks that the specification contains all required fields, and does a # Does a sanity check on the specification.
# very basic sanity check.
# #
# Raises InvalidSpecificationException if the spec does not pass the # Raises InvalidSpecificationException if the spec does not pass the
# checks. # checks.