summaryrefslogtreecommitdiff
path: root/ruby/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-05-02 17:52:59 -0700
committerRuss Allbery <rra@stanford.edu>2010-05-02 17:52:59 -0700
commit00a10fbee30015435364fb39ac71479ab87e8003 (patch)
tree27dfe085af038f86fcde7d3e3a68aa1f32c82a17 /ruby/README
parent40f23e6445961c356d266e15d63b08eaac277946 (diff)
Add support for Ruby 1.9.1
The signature of rb_cvar_set has changed between 1.8 and 1.9.1. Prefer the 1.9.1 version and use a hack to try to detect Ruby 1.8 and add the fourth argument when building against that version.
Diffstat (limited to 'ruby/README')
-rw-r--r--ruby/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/README b/ruby/README
index 4c10691..f6469ed 100644
--- a/ruby/README
+++ b/ruby/README
@@ -14,8 +14,8 @@ OVERVIEW
REQUIREMENTS
- The module has been tested with Ruby 1.8 and may not work with older
- (or newer) versions of Ruby.
+ The module has been tested with Ruby 1.8 and 1.9.1 and may not work with
+ older (or newer) versions of Ruby.
SIMPLIFIED INTERFACE