# -*- encoding: utf-8 -*- # stub: annoy-rb 0.5.0 ruby lib # stub: ext/annoy/extconf.rb Gem::Specification.new do |s| s.name = "annoy-rb".freeze s.version = "0.5.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/annoy.rb/blob/main/CHANGELOG.md", "documentation_uri" => "https://yoshoku.github.io/annoy.rb/doc/", "homepage_uri" => "https://github.com/yoshoku/annoy.rb", "source_code_uri" => "https://github.com/yoshoku/annoy.rb" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yoshoku".freeze] s.bindir = "exe".freeze s.date = "2021-11-27" s.description = "Annoy.rb provides Ruby bindings for the Annoy (Approximate Nearest Neighbors Oh Yeah).".freeze s.email = ["yoshoku@outlook.com".freeze] s.extensions = ["ext/annoy/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, "Steepfile".freeze, "annoy-rb.gemspec".freeze, "ext/annoy/annoyext.cpp".freeze, "ext/annoy/annoyext.hpp".freeze, "ext/annoy/extconf.rb".freeze, "ext/annoy/src/LICENSE".freeze, "ext/annoy/src/annoylib.h".freeze, "ext/annoy/src/kissrandom.h".freeze, "ext/annoy/src/mman.h".freeze, "lib/annoy.rb".freeze, "lib/annoy/version.rb".freeze, "sig/annoy.rbs".freeze] s.homepage = "https://github.com/yoshoku/annoy.rb".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the Annoy (Approximate Nearest Neighbors Oh Yeah).".freeze end