# -*- encoding: utf-8 -*- # stub: hnswlib 0.5.2 ruby lib # stub: ext/hnswlib/extconf.rb Gem::Specification.new do |s| s.name = "hnswlib".freeze s.version = "0.5.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/yoshoku/hnswlib.rb/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/yoshoku/hnswlib.rb", "source_code_uri" => "https://github.com/yoshoku/hnswlib.rb" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yoshoku".freeze] s.bindir = "exe".freeze s.date = "2022-02-19" s.description = "Hnswlib.rb provides Ruby bindings for the Hnswlib.".freeze s.email = ["yoshoku@outlook.com".freeze] s.extensions = ["ext/hnswlib/extconf.rb".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "ext/hnswlib/extconf.rb".freeze, "ext/hnswlib/hnswlibext.cpp".freeze, "ext/hnswlib/hnswlibext.hpp".freeze, "ext/hnswlib/src/LICENSE".freeze, "ext/hnswlib/src/bruteforce.h".freeze, "ext/hnswlib/src/hnswalg.h".freeze, "ext/hnswlib/src/hnswlib.h".freeze, "ext/hnswlib/src/space_ip.h".freeze, "ext/hnswlib/src/space_l2.h".freeze, "ext/hnswlib/src/visited_list_pool.h".freeze, "lib/hnswlib.rb".freeze, "lib/hnswlib/version.rb".freeze, "sig/hnswlib.rbs".freeze] s.homepage = "https://github.com/yoshoku/hnswlib.rb".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the Hnswlib.".freeze end