From f677815cab395001d13db095cc5b01b96e3c150a Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Sat, 7 Dec 2013 09:28:01 +1100 Subject: [PATCH] Updated docs. --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index dc15d51..886ea8d 100755 --- a/readme.md +++ b/readme.md @@ -33,7 +33,8 @@ These bindings work for both the UNIX terminal and the Windows console: * Get and set UNIX file mode. * Create and read symbolic links. -* List the available file systems on the machine +* Determine file type. +* List the available file systems on the machine. * Query file system mount point. * Query file system type. * Query file system device name. @@ -43,9 +44,9 @@ These bindings work for both the UNIX terminal and the Windows console: Currently ported to OS X, Linux and Windows. Support for Solaris and FreeBSD is a work in progress. Tested on: -* OS X 10.7.4, 10.8 (x86_64), 10.6.7 (i386) +* OS X 10.9, 10.7.4, 10.8 (x86_64), 10.6.7 (i386) * Ubunutu 12.04 (amd64), 8.04.4 (i386, amd64) -* Windows 7 (x64), XP (x86) +* Windows 7 (x64), XP (x86, x64) * Solaris 11 (x86) ## Using @@ -58,7 +59,7 @@ this: } dependencies { - compile "net.rubygrapefruit:native-platform:0.3" + compile "net.rubygrapefruit:native-platform:0.4" } You can also download [here](http://repo.gradle.org/gradle/libs-releases-local/net/rubygrapefruit/) @@ -82,6 +83,11 @@ Some sample code to use the terminal: ## Changes +### 0.4 + +* Get file type. +* Fixes to work on 64-bit Windows XP. + ### 0.3 * Get and set process working directory.