Sha256: 1c919ab57b7453a467290fc8539e09d5213aa7351e116fecaecd46be252934ff
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 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.2.3'.freeze end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
annoy-rb-0.2.3 | lib/annoy/version.rb |