From 0e45c44b0ac38149724ad9683fc35518afa2a04c Mon Sep 17 00:00:00 2001 From: Gordon Thesfeld Date: Mon, 14 Jan 2008 21:38:02 +0000 Subject: [PATCH] updated readme.txt and history.txt --- History.txt | 4 ++-- README.txt | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/History.txt b/History.txt index 5bf8d50..9e03e98 100644 --- a/History.txt +++ b/History.txt @@ -2,11 +2,11 @@ * 1 major enhancemenet * supports privileges - + events = WMI::Win32_NTLogEvent.find( :all, :privileges => [WMI::Privilege::Security], :conditions => {:logfile => 'Security', :eventcode => '517'} ) - + * minor enhancements * added error handling for invalid queries and class name typos * better documentation diff --git a/README.txt b/README.txt index ec0528a..09ae3aa 100644 --- a/README.txt +++ b/README.txt @@ -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: @@ -33,8 +33,8 @@ ruby-wmi == REQUIREMENTS: - Hoe - Allison + Windows 2000 or newer + Ruby 1.8 == INSTALL: