discorb 0.17.0 → 0.17.1
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.
- checksums.yaml +4 -4
- data/.github/workflows/spec.yml +4 -1
- data/.gitignore +2 -0
- data/Changelog.md +6 -0
- data/Rakefile +22 -21
- data/docs/application_command.md +21 -4
- data/lib/discorb/app_command/command.rb +1 -4
- data/lib/discorb/app_command/handler.rb +1 -0
- data/lib/discorb/audit_logs.rb +3 -1
- data/lib/discorb/common.rb +1 -1
- data/lib/discorb/emoji_table.rb +4 -4
- data/lib/discorb/gateway.rb +5 -2
- data/lib/discorb/http.rb +1 -1
- data/lib/discorb/interaction/response.rb +2 -2
- data/lib/discorb/reaction.rb +4 -4
- data/lib/discorb/webhook.rb +28 -16
- data/po/yard.pot +11 -11
- data/rbs_collection.lock.yaml +96 -0
- data/rbs_collection.yaml +17 -0
- data/sig/async.rbs +5 -0
- data/sig/discorb.rbs +8667 -7232
- data/template-replace/files/css/common.css +4 -0
- metadata +5 -2
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.17.
|
4
|
+
version: 0.17.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sevenc-nanashi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async
|
@@ -227,6 +227,9 @@ files:
|
|
227
227
|
- lib/discorb/voice_state.rb
|
228
228
|
- lib/discorb/webhook.rb
|
229
229
|
- po/yard.pot
|
230
|
+
- rbs_collection.lock.yaml
|
231
|
+
- rbs_collection.yaml
|
232
|
+
- sig/async.rbs
|
230
233
|
- sig/discorb.rbs
|
231
234
|
- template-replace/files/css/common.css
|
232
235
|
- template-replace/files/favicon.png
|