Ruby bindings for OpenWSMan
---------------------------

Prerequires

- for building
  - openwsman
  - ruby, ruby-devel

- for testing
  - wsmand running on localhost, http, basic auth
  - user 'wsman', password 'secret'

Compiling the bindings

  run 'make'
    This will build src/rwsman.so

Testing the bindings
  cd tests
  make


See tests/*.rb on how to use the bindings.
