Sha256: 1146f3118ae97a85420df1b91cfba677a5f0cc4b36fe59314928c890c25c12ec

Contents?: true

Size: 1 KB

Versions: 5

Compression:

Stored size: 1 KB

Contents

= 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 <kkaempf@suse.de>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cim-1.4.2 README.rdoc
cim-1.4.1 README.rdoc
cim-1.4 README.rdoc
cim-1.3 README.rdoc
cim-0.5.0 README.rdoc