summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-01-09 13:11:20 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2014-01-09 13:11:20 -0800
commitd77802473ef3fcd6158b1761a5f6adf873b891c7 (patch)
treec9ea876f7172425ae26143ab21b4a27b895fa75c /README.md
parentd09b2a6b4261bcdf4f8097c59af512b735ddc72c (diff)
downloadffi-yajl-d77802473ef3fcd6158b1761a5f6adf873b891c7.tar.gz
update comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index bd2211c..965e907 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@
## TODO
- switching from curling yajl2 sources to using git submodule
-- fix rake compile blowing up on libyajl2
-- block ruby 1.8.7 from using c extension (segfault)
- test both ffi and ext on platforms that support both (MRI, rbx)
## BUILD NOTES
@@ -15,5 +13,5 @@
## KNOWN BUGS
+- 'rake compile' broken on mac, only tested to work on linux (ubuntu)
- C Extension segfaults on ruby 1.8.7, so the ffi mode is forced for RUBY_VERSION < 1.9
-