From 257e6cda329dcc1d68e5d35893f5877de91d5978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 29 May 2020 15:49:50 +0200 Subject: [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 --- lib/rubygems/specification_policy.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/rubygems/specification_policy.rb b/lib/rubygems/specification_policy.rb index 069182b543..2407b2e9e3 100644 --- a/lib/rubygems/specification_policy.rb +++ b/lib/rubygems/specification_policy.rb @@ -33,8 +33,7 @@ class Gem::SpecificationPolicy 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. -- cgit v1.2.3