Skip to content

Commit

Permalink
updated readme.txt and history.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiginous committed Jan 14, 2008
1 parent daa6139 commit 0e45c44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions History.txt
Expand Up @@ -2,11 +2,11 @@

* 1 major enhancemenet
* 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
Expand Down
20 changes: 10 additions & 10 deletions README.txt
Expand Up @@ -5,17 +5,17 @@ ruby-wmi

== DESCRIPTION:

ruby-wmi is an ActiveRecord style interface for Microsoft's Windows
Management Instrumentation provider.
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
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.
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.
There is also a WMI.sublasses method included for reflection.

== SYNOPSIS:

Expand All @@ -33,8 +33,8 @@ ruby-wmi

== REQUIREMENTS:

Hoe
Allison
Windows 2000 or newer
Ruby 1.8

== INSTALL:

Expand Down

0 comments on commit 0e45c44

Please sign in to comment.