Skip to content

Commit

Permalink
Reword validate method header
Browse files Browse the repository at this point in the history
It's not so basic anymore, and it does much more than validating
required fields.
  • Loading branch information
deivid-rodriguez committed May 31, 2020
1 parent 3a44b6f commit 3c0be4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rubygems/specification_policy.rb
Expand Up @@ -33,8 +33,7 @@ def initialize(specification)
attr_accessor :packaging

##
# Checks that the specification contains all required fields, and does a
# very basic sanity check.
# Does a sanity check on the specification.
#
# Raises InvalidSpecificationException if the spec does not pass the
# checks.
Expand Down

0 comments on commit 3c0be4c

Please sign in to comment.