1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: ruby-discordrb-webhooks
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-rest-client
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-discordrb-webhooks.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-discordrb-webhooks
Homepage: https://github.com/shardlab/discordrb
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-discordrb-webhooks
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-rest-client,
${misc:Depends},
${shlibs:Depends}
Description: webhook client for discordrb
A client for Discord's webhooks to fit alongside discordrb.
.
discordrb is ruby implementation of the Discord (https://discordapp.com) API.
|