def versions name # :nodoc:
    if @data.key?(name)
      return @data[name]
    end