# -*- encoding: utf-8 -*- # stub: discorb 0.8.2 ruby lib Gem::Specification.new do |s| s.name = "discorb".freeze s.version = "0.8.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", "changelog_uri" => "https://discorb-lib.github.io/file.Changelog.html", "documentation_uri" => "https://discorb-lib.github.io", "homepage_uri" => "https://github.com/discorb-lib/discorb", "source_code_uri" => "https://github.com/discorb-lib/discorb" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["sevenc-nanashi".freeze] s.bindir = "exe".freeze s.date = "2021-09-23" s.email = ["sevenc-nanashi@sevenbot.jp".freeze] s.executables = ["discorb".freeze] s.files = [".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/config.yml".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/workflows/build_main.yml".freeze, ".github/workflows/build_version.yml".freeze, ".gitignore".freeze, ".yardopts".freeze, "Changelog.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "assets/banner.svg".freeze, "bin/console".freeze, "bin/setup".freeze, "crowdin.yml".freeze, "discorb.gemspec".freeze, "docs/Examples.md".freeze, "docs/application_command.md".freeze, "docs/assets/01_new_app.png".freeze, "docs/assets/02_bot_name.png".freeze, "docs/assets/03_add_bot.png".freeze, "docs/assets/04_token_copy.png".freeze, "docs/assets/05_oauth.png".freeze, "docs/assets/06_online.png".freeze, "docs/assets/07_hello_infinite.png".freeze, "docs/assets/08_hello_once.png".freeze, "docs/assets/unused_ping_pong.png".freeze, "docs/cli.md".freeze, "docs/cli/init.md".freeze, "docs/cli/irb.md".freeze, "docs/cli/run.md".freeze, "docs/cli/setup.md".freeze, "docs/events.md".freeze, "docs/extension.md".freeze, "docs/faq.md".freeze, "docs/license.md".freeze, "docs/tutorial.md".freeze, "docs/voice_events.md".freeze, "examples/commands/bookmarker.rb".freeze, "examples/commands/hello.rb".freeze, "examples/commands/inspect.rb".freeze, "examples/components/authorization_button.rb".freeze, "examples/components/select_menu.rb".freeze, "examples/extension/main.rb".freeze, "examples/extension/message_expander.rb".freeze, "examples/simple/eval.rb".freeze, "examples/simple/ping_pong.rb".freeze, "examples/simple/rolepanel.rb".freeze, "examples/simple/wait_for_message.rb".freeze, "exe/discorb".freeze, "lib/discorb.rb".freeze, "lib/discorb/app_command.rb".freeze, "lib/discorb/application.rb".freeze, "lib/discorb/asset.rb".freeze, "lib/discorb/audit_logs.rb".freeze, "lib/discorb/channel.rb".freeze, "lib/discorb/client.rb".freeze, "lib/discorb/color.rb".freeze, "lib/discorb/common.rb".freeze, "lib/discorb/components.rb".freeze, "lib/discorb/dictionary.rb".freeze, "lib/discorb/embed.rb".freeze, "lib/discorb/emoji.rb".freeze, "lib/discorb/emoji_table.rb".freeze, "lib/discorb/error.rb".freeze, "lib/discorb/event.rb".freeze, "lib/discorb/exe/about.rb".freeze, "lib/discorb/exe/init.rb".freeze, "lib/discorb/exe/irb.rb".freeze, "lib/discorb/exe/run.rb".freeze, "lib/discorb/exe/setup.rb".freeze, "lib/discorb/exe/show.rb".freeze, "lib/discorb/extend.rb".freeze, "lib/discorb/extension.rb".freeze, "lib/discorb/file.rb".freeze, "lib/discorb/flag.rb".freeze, "lib/discorb/gateway.rb".freeze, "lib/discorb/gateway_requests.rb".freeze, "lib/discorb/guild.rb".freeze, "lib/discorb/guild_template.rb".freeze, "lib/discorb/http.rb".freeze, "lib/discorb/image.rb".freeze, "lib/discorb/integration.rb".freeze, "lib/discorb/intents.rb".freeze, "lib/discorb/interaction.rb".freeze, "lib/discorb/invite.rb".freeze, "lib/discorb/log.rb".freeze, "lib/discorb/member.rb".freeze, "lib/discorb/message.rb".freeze, "lib/discorb/modules.rb".freeze, "lib/discorb/permission.rb".freeze, "lib/discorb/presence.rb".freeze, "lib/discorb/rate_limit.rb".freeze, "lib/discorb/reaction.rb".freeze, "lib/discorb/role.rb".freeze, "lib/discorb/sticker.rb".freeze, "lib/discorb/user.rb".freeze, "lib/discorb/utils.rb".freeze, "lib/discorb/utils/colored_puts.rb".freeze, "lib/discorb/voice_state.rb".freeze, "lib/discorb/webhook.rb".freeze, "po/yard.pot".freeze, "sig/discorb.rbs".freeze, "template-replace/files/css/common.css".freeze, "template-replace/resources/version_list.html".freeze, "template-replace/scripts/index.rb".freeze, "template-replace/scripts/sidebar.rb".freeze, "template-replace/scripts/version.rb".freeze, "template-replace/scripts/yard_replace.rb".freeze] s.homepage = "https://github.com/discorb-lib/discorb".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 = "discorb is a Discord API wrapper for Ruby.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.30.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.56.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.19.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.3".freeze]) end