# -*- encoding: utf-8 -*-
# stub: discorb-voice 0.1.2 ruby lib

Gem::Specification.new do |s|
  s.name = "discorb-voice".freeze
  s.version = "0.1.2".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/discorb-lib/discorb-voice", "source_code_uri" => "https://github.com/discorb-lib/discorb-voice" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["sevenc-nanashi".freeze]
  s.bindir = "exe".freeze
  s.date = "2022-04-07"
  s.email = ["sevenc-nanashi@sevenbot.jp".freeze]
  s.files = [".github/workflows/lint-push.yml".freeze, ".github/workflows/lint.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "discorb-voice.gemspec".freeze, "examples/music_bot.rb".freeze, "examples/simple_player.rb".freeze, "lib/discorb-voice.rb".freeze, "lib/discorb/voice.rb".freeze, "lib/discorb/voice/core.rb".freeze, "lib/discorb/voice/error.rb".freeze, "lib/discorb/voice/extend.rb".freeze, "lib/discorb/voice/ogg.rb".freeze, "lib/discorb/voice/source.rb".freeze, "lib/discorb/voice/version.rb".freeze]
  s.homepage = "https://github.com/discorb-lib/discorb-voice".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Gem for connecting voice channels with discorb.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<discorb>.freeze, [">= 0.16.0".freeze])
  s.add_runtime_dependency(%q<ffi>.freeze, [">= 1.15.3".freeze])
  s.add_runtime_dependency(%q<rbnacl>.freeze, [">= 0".freeze])
end