lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hanny/version' Gem::Specification.new do |spec| spec.name = 'hanny' spec.version = Hanny::VERSION spec.authors = ['yoshoku'] spec.email = ['yoshoku@outlook.com'] spec.summary = 'Hanny is a Hash-based Approximate Nearest Neighbor search library in Ruby.' spec.description = <= 0.9.1' end