README in rbcdio-0.04 vs README in rbcdio-0.05
- old
+ new
@@ -11,12 +11,11 @@
control. Ruby programs wishing to be oblivious of the OS- and
device-dependent properties of a CD-ROM can use this library.
== Requirements
-I've tested rcdio on Ruby 1.8.4 - 1.8.7 and 1.9.1
-
+I've tested rbcdio on Ruby 1.8.4 - 1.8.7 and 1.9.x
You'll need a C compiler so the extension can be compiled when it is
installed. You'll also need libcdio
(http://www.gnu.org/software/libcdio) and it's header files installed.
One weirdness I've seen in running "gem install" is that on some OS's
@@ -27,10 +26,10 @@
== What's here
libcdio is rather large and yet may still grow a bit. (UDF support in
libcdio may be on the horizon.)
-What is in rubycdio is incomplete; over time it may grow to completion
+What is in rbcdio is incomplete; over time it may grow to completion
depending on various factors: e.g. interest, whether others help out.
Sections of libcdio that are currently missing are the (SCSI) MMC
commands, and the cdparanoia library. Of the audio controls, I put in
those things that didn't require any thought. The ISO 9660 library is