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:
parent
fc10f35f3d
commit
257e6cda32
Notes:
git
2020-06-05 07:33:36 +09:00
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue