Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 7520afa

Browse files
committed
Preparing for release, 0.1.0.
1 parent b0c7e7b commit 7520afa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Changelog
22

3-
#### 0.1.0 (Next)
3+
#### 0.1.0 (2020/11/15)
44

55
* Initial public release - [@dblock](https://github.com/dblock).

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@ gem 'slack-ruby-bot-server-rtm'
2424

2525
```ruby
2626
SlackRubyBotServer::RealTime.configure do |config|
27+
config.server_class = ...
2728
end
2829
```
2930

3031
The following settings are supported.
3132

3233
setting | description
3334
----------------------|------------------------------------------------------------------
34-
|
35+
server_class | Handler class for additional events.
3536

36-
#### Server Class
37+
##### Server Class
3738

3839
You can override the server class to handle additional events, and configure the service to use it.
3940

0 commit comments

Comments
 (0)