method
validate
v2_6_3 -
Show latest stable
- Class:
Bundler::RubygemsIntegration::Legacy
validate(spec)public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 645
def validate(spec)
# These versions of RubyGems always validate in "packaging" mode,
# which is too strict for the kinds of checks we care about. As a
# result, validation is disabled on versions of RubyGems below 1.7.
end