Skip to content

Commit

Permalink
Added Enterprise support with TideLift.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 10, 2023
1 parent c206b35 commit 7883c9f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github: [dblock]
tidelift: rubygems/slack-ruby-client
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Your contribution here.
* [#436](https://github.com/slack-ruby/slack-ruby-client/pull/436): Remove dependency on unused websocket-driver - [@blowfishpro](https://github.com/blowfishpro).
* [#434](https://github.com/slack-ruby/slack-ruby-client/pull/434): Fix incompatibility with Faraday >= 2.7.0 and GLI usage in the `slack` script - [@blowfishpro](https://github.com/blowfishpro).
* [#440](https://github.com/ruby-grape/slack-ruby-client/pull/440): Enterprise support is now available [via TideLift](https://tidelift.com/subscription/request-a-demo?utm_source=rubygems-slack-ruby-client&utm_medium=referral&utm_campaign=enterprise) - [@dblock](https://github.com/dblock).

### 2.0.0 (2022/10/19)

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ A Ruby client for the Slack [Web](https://api.slack.com/web), [RealTime Messagin
- [Get Channel Id](#get-channel-id)
- [Get Channel Info](#get-channel-info-1)
- [List Users](#list-users)
- [Enterprise Support](#enterprise-support)
- [History](#history)
- [Security](#security)
- [Contributing](#contributing)
- [Copyright and License](#copyright-and-license)

Expand Down Expand Up @@ -634,10 +636,20 @@ $ slack users list | jq '.members | map({(.id): .name})'

See `slack help` for a complete command-line reference.

## Enterprise Support

Available as part of the Tidelift Subscription.

The maintainers of slack-ruby-client are working with Tidelift to deliver commercial support and maintenance. Save time, reduce risk, and improve code health, while paying the maintainers of slack-ruby-client. Click [here](https://tidelift.com/subscription/request-a-demo?utm_source=rubygems-slack-ruby-client&utm_medium=referral&utm_campaign=enterprise) for more details.

## History

This gem is based on [slack-ruby-gem](https://github.com/aki017/slack-ruby-gem), but it more clearly separates the Web and RTM APIs, is more thoroughly tested and is in active development.

## Security

See [SECURITY](SECURITY.md).

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md).
Expand Down
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Security Policy

## Supported Versions

Version 2.0 or newer is currently supported.

## Reporting a Vulnerability

Tidelift acts as the security contact for this open-source project. To make a report, please email the security team at [[email protected]](mailto:[email protected]). Please do not create a public GitHub issue. See [tidelift.com/security](https://tidelift.com/security) for details and more options.

0 comments on commit 7883c9f

Please sign in to comment.