summaryrefslogtreecommitdiff
path: root/README.md
blob: 9c890339e1dd4e4b40a4818a0f5e7ce8b81b6769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[![Build Status](https://travis-ci.org/lamont-granquist/ffi-yajl.png)](https://travis-ci.org/lamont-granquist/ffi-yajl)  [![Code Climate](https://codeclimate.com/github/lamont-granquist/ffi-yajl.png)](https://codeclimate.com/github/lamont-granquist/ffi-yajl)

## TODO

- fix int conversion issue in chef specs in c extension
- fix c extension on rubinius

## BUILD NOTES

- building libyajl2 requires 'apt-get install cmake' on ubuntu, but note
  that 'apt-get install libyajl2' will be better

## 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