Skip to content

Commit 9dfff11

Browse files
committed
Preparing for release, 0.15.0.
1 parent 498f34e commit 9dfff11

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.rubocop.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,25 @@ AllCops:
1313
- lib/slack/web/api/endpoints/* # Auto-generated
1414
- lib/slack/web/api/errors.rb # Auto-generated
1515
- spec/slack/web/api/endpoints/* # Auto-generated
16+
1617
Layout/EmptyLineAfterMagicComment:
1718
Enabled: false
19+
1820
Metrics/BlockLength:
1921
Max: 250
22+
2023
Metrics/ClassLength:
2124
Max: 250
22-
Metrics/LineLength:
25+
26+
Layout/LineLength:
2327
Max: 128
28+
2429
Style/Documentation:
2530
Enabled: false
31+
2632
Style/ModuleFunction:
2733
Enabled: false
34+
2835
Naming/FileName:
2936
Exclude:
3037
- lib/slack-ruby-client.rb # Required to match gemspec name

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.15.0 (Next)
1+
### 0.15.0 (2020/7/26)
22

33
* [#322](https://github.com/slack-ruby/slack-ruby-client/pull/322): Cache `Faraday::Connection` for persistent adapters - [@drbrain](https://github.com/drbrain).
44
* [#324](https://github.com/slack-ruby/slack-ruby-client/pull/324): Require Faraday >= 1.0 - [@dblock](https://github.com/dblock).
@@ -7,7 +7,6 @@
77
* [#329](https://github.com/slack-ruby/slack-ruby-client/pull/329): Log when methods are deprecated - [@wasabigeek](https://github.com/wasabigeek).
88
* [#325](https://github.com/slack-ruby/slack-ruby-client/pull/325): Remove activesupport dependency - [@ianks](https://github.com/ianks).
99
* [#331](https://github.com/slack-ruby/slack-ruby-client/pull/331): Use `conversations_list` instead of deprecated `channels_list`. Added `admin_conversations_restrictAccess_addGroup`, `admin_conversations_restrictAccess_listGroups` and `admin_conversations_restrictAccess_removeGroup` endpoints - [@wasabigeek](https://github.com/wasabigeek).
10-
* Your contribution here.
1110

1211
### 0.14.6 (2020/3/28)
1312

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ A Ruby client for the Slack [Web](https://api.slack.com/web), [RealTime Messagin
7272

7373
## Stable Release
7474

75-
You're reading the documentation for the **next** release of slack-ruby-client. Please see the documentation for the [last stable release, v0.14.6](https://github.com/slack-ruby/slack-ruby-client/blob/v0.14.6/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
75+
You're reading the documentation for the **stale** release of slack-ruby-client, v0.15.0. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
7676

7777
## Installation
7878

0 commit comments

Comments
 (0)