discorb 0.11.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: discorb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - sevenc-nanashi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-14 00:00:00.000000000 Z
11
+ date: 2021-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async
@@ -79,6 +79,7 @@ files:
79
79
  - ".github/ISSUE_TEMPLATE/feature_request.md"
80
80
  - ".github/workflows/build_main.yml"
81
81
  - ".github/workflows/build_version.yml"
82
+ - ".github/workflows/package_register.yml"
82
83
  - ".gitignore"
83
84
  - ".yardopts"
84
85
  - Changelog.md
@@ -103,8 +104,8 @@ files:
103
104
  - docs/assets/08_hello_once.png
104
105
  - docs/assets/unused_ping_pong.png
105
106
  - docs/cli.md
106
- - docs/cli/init.md
107
107
  - docs/cli/irb.md
108
+ - docs/cli/new.md
108
109
  - docs/cli/run.md
109
110
  - docs/cli/setup.md
110
111
  - docs/events.md
@@ -160,6 +161,11 @@ files:
160
161
  - lib/discorb/integration.rb
161
162
  - lib/discorb/intents.rb
162
163
  - lib/discorb/interaction.rb
164
+ - lib/discorb/interaction/autocomplete.rb
165
+ - lib/discorb/interaction/command.rb
166
+ - lib/discorb/interaction/components.rb
167
+ - lib/discorb/interaction/response.rb
168
+ - lib/discorb/interaction/root.rb
163
169
  - lib/discorb/invite.rb
164
170
  - lib/discorb/log.rb
165
171
  - lib/discorb/member.rb
@@ -191,7 +197,6 @@ homepage: https://github.com/discorb-lib/discorb
191
197
  licenses:
192
198
  - MIT
193
199
  metadata:
194
- allowed_push_host: https://rubygems.org
195
200
  homepage_uri: https://github.com/discorb-lib/discorb
196
201
  source_code_uri: https://github.com/discorb-lib/discorb
197
202
  changelog_uri: https://discorb-lib.github.io/file.Changelog.html