= About Cim * http://github.com/kkaempf/cim * http://rubygems.org/gems/cim * http://rdoc.info/github/kkaempf/cim/master/frames * https://build.opensuse.org/package/show?package=rubygem-cim&project=devel:languages:ruby:extensions == 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 http://www.dmtf.org/standards/cim and http://www.dmtf.org/education/mof for details https://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 (c) 2010 Klaus Kämpf See http://www.ruby-lang.org/en/LICENSE.txt for the full text