PHP 8.2.31
Preview: rubyforgepublisher.rb Size: 343 B
//proc/thread-self/root/opt/alt/ruby23/lib64/ruby/gems/2.3.0/gems/rake-10.4.2/lib/rake/contrib/rubyforgepublisher.rb

# TODO: Remove in Rake 11

require 'rake/contrib/sshpublisher'

module Rake

  class RubyForgePublisher < SshDirPublisher # :nodoc: all
    attr_reader :project, :proj_id, :user

    def initialize(projname, user)
      super(
        "#{user}@rubyforge.org",
        "/var/www/gforge-projects/#{projname}",
        "html")
    end
  end

end

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
351 B lrw-r--r-- 2018-10-17 15:38:42
Edit Download
3.15 KB lrw-r--r-- 2018-10-17 15:38:42
Edit Download
2.00 KB lrw-r--r-- 2018-10-17 15:38:42
Edit Download
343 B lrw-r--r-- 2018-10-17 15:38:42
Edit Download
1.43 KB lrw-r--r-- 2018-10-17 15:38:42
Edit Download
129 B lrw-r--r-- 2018-10-17 15:38:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).