summaryrefslogtreecommitdiffstats
path: root/contrib/ruby/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Ruby bindings for the Cobbler XMLRCP interface.Darryl L. Pierce2008-08-041-0/+2
This first pass is very simple, only wrapping the Distro, Profile and System objects and the NetworkInterface type. All classes extended a class named Base, and all are in the Cobbler module. Configuration is held within the config/cobbler.yml file, but can be overridden at runtime. Unit tests, examples, etc. are also provided.