Sha256: 0b2902c7d62ed50c8e74336f3dd67842bcdaf00c72ba3e004880e93fb356d6ba

Contents?: true

Size: 472 Bytes

Versions: 2

Compression:

Stored size: 472 Bytes

Contents

require 'proutils/icli/gforge'

module ICli

  # Interface with the RubyForge hosting service.
  # Currently supports functions:
  #
  #  * release  - Upload release packages.
  #  * publish  - Upload website files.
  #  * announce - Post news announcement.
  #  * touch    - Test connection.

  class Rubyforge < Gforge

    def domain
      "rubyforge.org"
    end

    # Website location on server.
    def siteroot
      "/var/www/gforge-projects"
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
proutils-0.3.1 lib/proutils/icli/rubyforge.rb
proutils-0.3.0 lib/proutils/icli/rubyforge.rb