-
Support Ruby 1.9 thread unblocking in client calls
-
Support native Ruby calls to CIM instance methods (requires genprovider gem)
-
add Cim::Type to provide type operations
-
add Cim::Data to obtain state and type information for Class properties and qualifiers
-
add client information to Cim::Instance to allow direct method invocation
-
fix real32/real64 conversion to Ruby
-
support Ruby 1.9
-
drop CMPI constants, its all CIMC in sfcc
-
fix CMCIDateTime <-> Ruby Time conversions
-
support https access
-
extend Client.connect API for https data
-
allow mix of uri and explicit paraters in Client.connect
-
simplify properties access for Instance and ObjectPath
-
use sfcc ‘new’ api
-
link against libcimcclient
-
fix Client.connect for URI
-
transparently convert Ruby values to string whereever needed
-
fix finding libcmpisfcc for sblim-sfcc-2.2.3
-
build with ruby 1.9
-
allow creation of object path with only namespace argument
-
Hoe no longer required for building
-
Gemfile/bundler (1.x) support
-
fix crash when retrieving non-existing class
-
fix crash when calling reference names
-
fix garbage in exception messages
-
First public version