[ruby-announce] [ANN] sys-uname 0.5.0
Daniel Berger <[email protected]> Tue, 17 Jun 2003 13:02:51 -0600
| Newsgroups | gmane.comp.lang.ruby.announce |
|---|---|
| Organization | Qwest |
| Message-ID | <[email protected]> |
Hi all, I'm happy to release sys-uname 0.5.0, now with OS X support! This is Ruby interface for 'uname' information familiar to *nix users, but it also works on MS Windows. In addition to the regular methods, OS X users get the model() method. Many thanks to Mike Hall for the patch. CHANGES ======= - Added OS X support, including the "model" method. Thanks to Mike Hall for the patch - Removed VERSION() class method. Use the constant instead - Moved rd2 documentation to its own file (under /doc directory) - Added a version.h file under 'lib' to store VERSION info for all source files - Modified extconf.rb file to handle OS X support. In addition, moved test.rb into a static file under /test, instead of dynamically generating it - Fixed up test suite. Added OS X specific tests and support. Should now work with TestUnit 0.1.6 or later Enjoy! Dan