Class RubyForge
In: lib/rubyforge.rb
lib/rubyforge/cookie_manager.rb
lib/rubyforge/client.rb
Parent: Object

Methods

Classes and Modules

Class RubyForge::Client
Class RubyForge::CookieManager

Attributes

autoconfig  [R] 
userconfig  [R] 

Public Class methods

Public Instance methods

add a file to an existing release under the specified group_id, package_id, and release_id

example :

  add_file("codeforpeople.com", "traits", "0.8.0", "traits-0.8.0.gem")
  add_file("codeforpeople.com", "traits", "0.8.0", "traits-0.8.0.tgz")
  add_file(1024, 1242, "0.8.0", "traits-0.8.0.gem")

Posts news item to group_id (can be name) with subject and body

[Validate]