# -*- encoding: utf-8 -*-
# stub: pycall_thread 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "pycall_thread".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 = { "allowed_push_host" => "https://rubygems.org", "homepage_uri" => "https://github.com/snickell/pycall_thread", "source_code_uri" => "https://github.com/snickell/pycall_thread" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Seth Nickell".freeze]
  s.bindir = "exe".freeze
  s.date = "2024-08-08"
  s.description = "PyCall is not thread-safe, but this gem provides a way to run all PyCall code in the same thread.".freeze
  s.email = ["snickell@gmail.com".freeze]
  s.files = [".pdm-python".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/puma/app.rb".freeze, "examples/puma/config.ru".freeze, "examples/puma/start_puma.sh".freeze, "lib/pycall_thread.rb".freeze, "lib/pycall_thread/version.rb".freeze, "pdm.lock".freeze, "pycall_thread.gemspec".freeze, "pyproject.toml".freeze, "sig/pycall_thread.rbs".freeze]
  s.homepage = "https://github.com/snickell/pycall_thread".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Use PyCall in a thread-safe way from Rails or Puma".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<pycall>.freeze, [">= 0".freeze])
end