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

Methods

Classes and Modules

Class RubyForge::Client

Attributes

autoconfig  [R]  TODO: add an autoconfig method that is self-repairing, removing key checks
userconfig  [R]  TODO: add an autoconfig method that is self-repairing, removing key checks

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", "traits", "0.8.0", "traits-0.8.0.gem")
  add_file("codeforpeople", "traits", "0.8.0", "traits-0.8.0.tgz")
  add_file(1024, 1242, "0.8.0", "traits-0.8.0.gem")

These are no-ops now, but we‘ll keep them here for backwards compatibility

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

[Validate]