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 28 29 30 31
  
     | 
    
      Source: ruby-slack-messenger
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Abhinav Krishna C K <me@abhy.me>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               ruby-re2 <!nocheck>,
               ruby-rspec
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-slack-messenger.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-slack-messenger
Homepage: https://gitlab.com/gitlab-org/ruby/gems/slack-messenger
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-slack-messenger
Architecture: all
Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: Slim ruby wrapper for posting to slack webhooks
 Simple wrapper for posting to slack channels using slack webhooks.
 .
 Slack APIs allow one to integrate complex services with Slack to go beyond
 the integrations they provide out of the box.
 .
 Slack is a proprietary instant messaging platform developed by Slack
 Technologies.
 .
 slack-messenger is gitlab's fork of slack-notifier.
 
     |