disrb 0.1.2.1 → 0.1.3

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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - hoovad
@@ -79,6 +79,20 @@ dependencies:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: 1.79.0
82
+ - !ruby/object:Gem::Dependency
83
+ name: ruby-lsp
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: 0.26.0
89
+ type: :development
90
+ prerelease: false
91
+ version_requirements: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: 0.26.0
82
96
  description: Discord.rb (not to be confused with discordrb) is a Ruby library that
83
97
  allows you to interact only with the Discord API. The library is still in development,
84
98
  but really simple tasks can be done.
@@ -87,9 +101,11 @@ executables: []
87
101
  extensions: []
88
102
  extra_rdoc_files: []
89
103
  files:
104
+ - CHANGELOG.md
90
105
  - LICENSE
91
106
  - README.md
92
107
  - lib/disrb.rb
108
+ - lib/disrb/application_commands.rb
93
109
  - lib/disrb/guild.rb
94
110
  - lib/disrb/logger.rb
95
111
  - lib/disrb/message.rb