PHP 8.2.31
Preview: rubyforgepublisher.rb Size: 302 B
/proc/thread-self/root/opt/alt/ruby20/lib64/ruby/2.0.0/rake/contrib/rubyforgepublisher.rb

require 'rake/contrib/sshpublisher'

module Rake

  class RubyForgePublisher < SshDirPublisher
    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-- 2011-06-23 22:11:55
Edit Download
3.70 KB lrw-r--r-- 2012-11-15 22:32:34
Edit Download
1.79 KB lrw-r--r-- 2011-06-29 03:09:34
Edit Download
302 B lrw-r--r-- 2009-10-03 15:40:20
Edit Download
1.20 KB lrw-r--r-- 2011-06-23 22:11:55
Edit Download
5.02 KB lrw-r--r-- 2012-11-15 22:32:34
Edit Download

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