This method is deprecated or moved on the latest stable version. The last existing version (v2_1_10) is shown here.
upload()
Upload all the individual publishers.
# File lib/rake/contrib/compositepublisher.rb, line 15 def upload @publishers.each { |p| p.upload } end