Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use and recommend async-websocket by default. #198

Merged
merged 1 commit into from
Sep 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ matrix:
env: CONCURRENCY=celluloid-io WITH_GIPHY_CLIENT=true
- rvm: 2.3.0
env: CONCURRENCY=faye-websocket WITH_GIPHY_CLIENT=true
- rvm: 2.5
env: CONCURRENCY=async-websocket WITH_GIPHY_CLIENT=true
- rvm: ruby-head
- rvm: jruby-head
allow_failures:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### 0.11.2 (Next)

* [#198](https://github.com/slack-ruby/slack-ruby-bot/pull/198): Recommend using `async-websocket` instead of `celluloid-io` - [@dblock](https://github.com/dblock).
* Your contribution here.

### 0.11.1 (05/06/2018)
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ There are no particular rules about when to release slack-ruby-bot. Release bug
Run tests, check that all tests succeed locally.

```
export CONCURRENCY=celluloid-io
export CONCURRENCY=async-websocket
bundle install
rake
```
Expand Down