Sha256: d31b14cb0aad77a4aad8fa7a83f0ed9edc121545303ca18a998c43adf3daf9d4

Contents?: true

Size: 793 Bytes

Versions: 8

Compression:

Stored size: 793 Bytes

Contents

= ruby-wbem

* http://github.com/kkaempf/ruby-wbem

== INTRODUCTION

ruby-wbem provides an abstraction layer on top of ruby-sfcc (CIM/XML)
and openwsman (WS-Management)

You can use it to connect to any CIMOM talking CIM-XML or WS-Management

== Requirements

=== Ruby interpreters

ruby-wbem has been built and the testsuite ran against:
  
  * ruby 1.8.7
  * ruby 1.9.2
  
== Quick Start

You can create a gem by running rake gem.

See the testsuite for more examples. Or run rake docs.

    require 'rubygems'
    require 'wbem'

    client = Wbem.connect('http://user:password@hostname:5988')
    client.namespaces.each do |ns|
      puts "Namespace: #{ns}"
    end

== Links

=== Documentation

* http://rdoc.info/projects/kkaempf/ruby-wbem

== Authors

* Klaus Kämpf <kkaempf@suse.de>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wbem-0.5.1 README.rdoc
wbem-0.5.0 README.rdoc
wbem-0.3.0 README.rdoc
wbem-0.2.10 README.rdoc
wbem-0.2.8 README.rdoc
wbem-0.2.6 README.rdoc
wbem-0.2.5 README.rdoc
wbem-0.2.4 README.rdoc