Sha256: 521235170fd82d66152e540738169f7c59a2d6f0b88322c5fcf4b8c7fda2cf95
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true # Annoy.rb is a Ruby wrapper for Annoy (Approximate Nearest Neighbors Oh Yeah). module Annoy # The version of Annoy.rb you are using. VERSION = '0.7.1' # The version of Annoy included with gem. ANNOY_VERSION = '1.17.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
annoy-rb-0.7.1 | lib/annoy/version.rb |