slack-api 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Slack
2
- VERSION = "1.6.0"
2
+ VERSION = "1.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - aki017
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-12 00:00:00.000000000 Z
11
+ date: 2018-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -271,10 +271,13 @@ files:
271
271
  - lib/slack/connection.rb
272
272
  - lib/slack/endpoint.rb
273
273
  - lib/slack/endpoint/api.rb
274
+ - lib/slack/endpoint/apps.rb
274
275
  - lib/slack/endpoint/auth.rb
275
276
  - lib/slack/endpoint/bots.rb
276
277
  - lib/slack/endpoint/channels.rb
277
278
  - lib/slack/endpoint/chat.rb
279
+ - lib/slack/endpoint/conversations.rb
280
+ - lib/slack/endpoint/dialog.rb
278
281
  - lib/slack/endpoint/discovery.rb
279
282
  - lib/slack/endpoint/dnd.rb
280
283
  - lib/slack/endpoint/emoji.rb
@@ -282,6 +285,7 @@ files:
282
285
  - lib/slack/endpoint/groups.rb
283
286
  - lib/slack/endpoint/idpgroups.rb
284
287
  - lib/slack/endpoint/im.rb
288
+ - lib/slack/endpoint/migration.rb
285
289
  - lib/slack/endpoint/mpim.rb
286
290
  - lib/slack/endpoint/oauth.rb
287
291
  - lib/slack/endpoint/pins.rb