True if the requirement will not always match the latest version.
# File lib/rubygems/requirement.rb, line 256
def specific?
return true if @requirements.length > 1 # GIGO, > 1, > 2 is silly
not ]> >=].include? @requirements.first.first # grab the operator
end