discorb 0.11.2 → 0.12.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.
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.2
4
+ version: 0.12.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: 2021-10-17 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
@@ -77,11 +77,13 @@ files:
77
77
  - ".github/ISSUE_TEMPLATE/bug_report.md"
78
78
  - ".github/ISSUE_TEMPLATE/config.yml"
79
79
  - ".github/ISSUE_TEMPLATE/feature_request.md"
80
+ - ".github/PULL_REQUEST_TEMPLATE.md"
80
81
  - ".github/workflows/build_main.yml"
81
82
  - ".github/workflows/build_version.yml"
82
83
  - ".github/workflows/package_register.yml"
83
84
  - ".gitignore"
84
85
  - ".yardopts"
86
+ - CONTRIBUTING.md
85
87
  - Changelog.md
86
88
  - Gemfile
87
89
  - LICENSE.txt
@@ -161,6 +163,11 @@ files:
161
163
  - lib/discorb/integration.rb
162
164
  - lib/discorb/intents.rb
163
165
  - lib/discorb/interaction.rb
166
+ - lib/discorb/interaction/autocomplete.rb
167
+ - lib/discorb/interaction/command.rb
168
+ - lib/discorb/interaction/components.rb
169
+ - lib/discorb/interaction/response.rb
170
+ - lib/discorb/interaction/root.rb
164
171
  - lib/discorb/invite.rb
165
172
  - lib/discorb/log.rb
166
173
  - lib/discorb/member.rb