README in kgio-2.9.2 vs README in kgio-2.9.3
- old
+ new
@@ -8,11 +8,11 @@
== Features
* Can avoid expensive exceptions on common EAGAIN/EINPROGRESS errors,
returning :wait_readable or :wait_writable instead.
These exceptions got more expensive to hit under Ruby 1.9.2
- (but should be fixed in Ruby 1.9.3 to 1.9.1 performance levels)
+ (but were fixed in Ruby 1.9.3 and later to 1.9.1 performance levels)
* Returns the unwritten portion of the string on partial writes,
making it ideal for buffering unwritten data.
* May call any method defined to be "kgio_wait_writable" or
@@ -30,15 +30,12 @@
== Install
The library consists of a C extension so you'll need a Unix-like system
with a C compiler and Ruby development libraries/headers.
+You may install it via RubyGems.org:
-http://rubyforge.org/frs/?group_id=8977
-
-You may also install it via RubyGems.org:
-
gem install kgio
You can get the latest source via git from the following locations
(these versions may not be stable):
@@ -56,9 +53,9 @@
== Contact
All feedback (bug reports, user/development dicussion, patches, pull
requests) go to the mailing list/newsgroup. See the ISSUES document for
-information on the {kgio mailing list}[mailto:kgio@librelist.org]
+information on the {kgio mailing list}[mailto:kgio-public@bogomips.org]
For the latest on kgio releases, you may check our NEWS page (and
subscribe to our Atom feed).