diff options
Diffstat (limited to 'lib/rubygems/specification_policy.rb')
-rw-r--r-- | lib/rubygems/specification_policy.rb | 3 |
1 files changed, 1 insertions, 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. |