bin/commands/pins.rb in slack-ruby-client-0.5.4 vs bin/commands/pins.rb in slack-ruby-client-0.6.0
- old
+ new
@@ -1,5 +1,5 @@
-# This file was auto-generated by lib/slack/web/api/tasks/generate.rake
+# This file was auto-generated by lib/tasks/web.rake
desc 'Pins methods.'
command 'pins' do |g|
g.desc 'This method pins an item (file, file comment, channel message, or group message) to a particular channel.'
g.long_desc %( This method pins an item (file, file comment, channel message, or group message) to a particular channel. The channel argument is required and one of file, file_comment, or timestamp must also be specified. )