method

validate_specification_version

validate_specification_version()
private

No documentation available.

# File lib/rubygems/specification_policy.rb, line 261
  def validate_specification_version
    return if specification_version.is_a?(Integer)

    error 'specification_version must be an Integer (did you mean version?)'
  end