About Cim

DESCRIPTION:

Cim is a pure-Ruby implementation of the CIM meta model.

Instances of Cim classes are used to define a CIM schema, often represented as a .mof file.

See www.dmtf.org/standards/cim and www.dmtf.org/education/mof for details

rubygems.org/gems/mof is a parser for .mof files and the primary consumer of the cim gem.

SYNOPSIS:

require 'cim'

REQUIREMENTS:

    • none -

INSTALL:

  • sudo gem install cim (resp. rpm -Uhv rubygem-cim)

DEVELOPERS:

After checking out the source, run:

$ rake newb

This task will install any missing dependencies, run the tests/specs, and generate the RDoc.

LICENSE:

(The Ruby License)

Copyright © 2010 Klaus Kämpf <[email protected]>

See www.ruby-lang.org/en/LICENSE.txt for the full text