Sha256: 78c660b6d0bd8cfa7ef65d7bbd91b65ff25e02c960efdf37cb80d2c371a49264
Contents?: true
Size: 279 Bytes
Versions: 13
Compression:
Stored size: 279 Bytes
Contents
# frozen_string_literal: true namespace :slack do namespace :api do desc 'Auto-generate automatic portions of the Slack API client.' task :update do Rake::Task['slack:real_time:api:update'].invoke Rake::Task['slack:web:api:update'].invoke end end end
Version data entries
13 entries across 13 versions & 1 rubygems