about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-07 16:24:41 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-07 16:35:58 -0700
commit732325a67ba68060fe18dc66c21134c35f8006ea (patch)
tree34ab1c1fd9f5120c40e0f480454866deeaa83151 /README
parentcee939b527e82237f89eb8eece62610854ac888a (diff)
downloadclogger-732325a67ba68060fe18dc66c21134c35f8006ea.tar.gz
It was too much confusion to have multiple gems in the mix
and I mainly use the C extension anyways.

If we're not on a compatible version of Ruby, the extension will
just be disabled by generating a dummy no-op Makefile to work
around it.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 707b851..a4fc4ec 100644
--- a/README
+++ b/README
@@ -110,15 +110,17 @@ For all Rubygems users:
 
   gem install clogger
 
-If you're using MRI 1.8/1.9 and have a build environment, you can also try:
-
-  gem install clogger_ext
-
 If you do not use Rubygems, you may also use setup.rb from tarballs from
 the Rubyforge project page:
 
 * http://rubyforge.org/frs/?group_id=8896
 
+There is an optional C extension that should be compatible with MRI
+1.8/1.9.  The extensions should automatically be disabled for users of
+other Ruby implementations, but be sure to let us know if that's not the
+case.  No pre-built currently distributed, let us know if you're
+interested in helping with the release/support effort.
+
 == LICENSE
 
 Copyright (C) 2009 Eric Wong <normalperson@yhbt.net> and contributors.