# -*- encoding: utf-8 -*-
# stub: hnswlib 0.3.0 ruby lib
# stub: ext/hnswlib/extconf.rb

Gem::Specification.new do |s|
  s.name = "hnswlib".freeze
  s.version = "0.3.0".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 = "2021-08-08"
  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 = [".github/workflows/build.yml".freeze, ".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".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, "hnswlib.gemspec".freeze, "lib/hnswlib.rb".freeze, "lib/hnswlib/version.rb".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