# -*- encoding: utf-8 -*- # stub: annoy-rb 0.1.0 ruby lib # stub: ext/annoy/extconf.rb Gem::Specification.new do |s| s.name = "annoy-rb".freeze s.version = "0.1.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/master/CHANGELOG.md", "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 = "2020-08-08" s.description = "Annoy.rb is a Ruby binding for the Annoy (Approximate Nearest Neighbors Oh Yeah).".freeze s.email = ["yoshoku@outlook.com".freeze] s.extensions = ["ext/annoy/extconf.rb".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "annoy-rb.gemspec".freeze, "ext/annoy/annoy.cpp".freeze, "ext/annoy/annoy.hpp".freeze, "ext/annoy/extconf.rb".freeze, "ext/annoy/src/annoylib.h".freeze, "ext/annoy/src/kissrandom.h".freeze, "lib/annoy.rb".freeze, "lib/annoy/version.rb".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 binding for the Annoy (Approximate Nearest Neighbors Oh Yeah).".freeze end