lib/slack/web/api/templates/commands.erb in slack-ruby-client-0.10.0 vs lib/slack/web/api/templates/commands.erb in slack-ruby-client-0.11.0

- old
+ new

@@ -1,5 +1,5 @@ # This file was auto-generated by lib/tasks/web.rake -<% files.each do |f| %> +<% files.sort.each do |f| %> require 'commands/<%= f %>' <% end %>