README in win32-file-security-1.0.0 vs README in win32-file-security-1.0.1
- old
+ new
@@ -11,10 +11,12 @@
== Synopsis
require 'win32/file/security
p File.get_permissions('file.txt')
+ p File.owner('file.txt')
+ p File.owned?('file.txt')
== Notes
If you have the win32-file gem already installed then you do not need this
gem. This library was split out from the win32-file gem in order to ease
testing and maintenance.
@@ -31,10 +33,10 @@
== License
Artistic 2.0
== Copyright
- (C) 2003-2012, Daniel J. Berger, All Rights Reserved
+ (C) 2003-2013, Daniel J. Berger, All Rights Reserved
== Warranty
This package is provided "as is" and without any express or
implied warranties, including, without limitation, the implied
warranties of merchantability and fitness for a particular purpose.