[ANN] ruby-wmi 0.2.2 Released

G

Gordon Thiesfeld

Subject: [ANN] ruby-wmi 0.2.2 Released

ruby-wmi version 0.2.2 has been released!

* <by Gordon Thiesfeld>
* <http://ruby-wmi.rubyforge.org/>
* <[email protected]>

ruby-wmi is an ActiveRecord style interface for Microsoft's Windows
Management Instrumentation provider.

Many of the methods in WMI::Base are borrowed directly, or with some
modification from ActiveRecord.
http://api.rubyonrails.org/classes/ActiveRecord/Base.html

The major tool in this library is the #find method. For more
information, see WMI::Base.

There is also a WMI.sublasses method included for reflection purposes.

Changes:

## 0.2.2 / 2008-01-11

* 1 major enhancement
* supports privileges
<code>
events = WMI::Win32_NTLogEvent.find(
:all,
:privileges => [WMI::privilege::Security],
:conditions => {:logfile => 'Security', :eventcode => '517'} )
</code>
* minor enhancements
* added error handling for invalid queries and class name typos
* better documentation

* <by Gordon Thiesfeld>
* <http://ruby-wmi.rubyforge.org/>
* <[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top