Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add busted specs for outstanding parser bugs | Lamont Granquist | 2014-11-22 | 1 | -1/+49 |
* | Making necessary C changes to only call to_json if it is present | tyler-ball | 2014-10-07 | 1 | -1/+1 |
* | If an object does not have .to_json, we no longer try to call it | tyler-ball | 2014-10-06 | 1 | -0/+17 |
* | WIP | Lamont Granquist | 2014-08-23 | 2 | -2/+4 |
* | fix the timezone to UTC or Date specs will fail | Lamont Granquist | 2014-08-23 | 2 | -6/+28 |
* | add datetime encoding | Lamont Granquist | 2014-08-23 | 2 | -8/+21 |
* | add spec for explicit nil option | Lamont Granquist | 2014-08-09 | 1 | -1/+9 |
* | fix for chef pretty printing issues | Lamont Granquist | 2014-08-07 | 1 | -0/+11 |
* | Revert "fix for chef pretty printing issues" | Lamont Granquist | 2014-08-07 | 1 | -11/+0 |
* | fix for chef pretty printing issues | Lamont Granquist | 2014-08-07 | 1 | -0/+11 |
* | change allow_comment default to true | Lamont Granquist | 2014-08-07 | 1 | -0/+8 |
* | add tests for prett_generate's options hash argument | Lamont Granquist | 2014-07-12 | 1 | -0/+12 |
* | handle StringIOs by being slurpy for now | Lamont Granquist | 2014-06-15 | 1 | -1/+0 |
* | fix very large floats in ffi | Lamont Granquist | 2014-06-15 | 1 | -1/+0 |
* | support yajl parser options | Lamont Granquist | 2014-06-14 | 1 | -5/+103 |
* | implementing allow_comments in ffi | Lamont Granquist | 2014-06-14 | 1 | -3/+1 |
* | don't do the long tests on ruby <= 1.9.2 | Lamont Granquist | 2014-06-14 | 1 | -2/+2 |
* | fix ordering deprecation warning | Lamont Granquist | 2014-06-14 | 1 | -1/+1 |
* | fix some rspec deprecation warnings | Lamont Granquist | 2014-06-14 | 1 | -18/+18 |
* | mark some of the other stuff pending for now | Lamont Granquist | 2014-06-14 | 1 | -0/+3 |
* | implement symbolize_keys/names for FFI | Lamont Granquist | 2014-06-13 | 2 | -8/+12 |
* | additional parser specs | Lamont Granquist | 2014-06-13 | 1 | -50/+337 |
* | change "pending" to "skip" | Lamont Granquist | 2014-06-02 | 1 | -4/+4 |
* | fix empty-string spec + turn green | Lamont Granquist | 2014-05-06 | 1 | -1/+1 |
* | ohai hints files rely on this behavior | Lamont Granquist | 2014-05-06 | 1 | -0/+5 |
* | derp this is JSON, not ruby | Lamont Granquist | 2014-05-06 | 1 | -1/+1 |
* | fix TrailingComma | Lamont Granquist | 2014-05-06 | 1 | -2/+2 |
* | fixes BracesAroundHashParameters | Lamont Granquist | 2014-05-06 | 2 | -19/+19 |
* | fixes SpaceInsideHashLiteralBraces | Lamont Granquist | 2014-05-06 | 3 | -27/+27 |
* | test for unsigned 32-bit int failure on c extension | Lamont Granquist | 2014-01-13 | 1 | -0/+6 |
* | convert symbols to strings when encoding0.0.2 | Lamont Granquist | 2014-01-11 | 1 | -0/+10 |
* | un-pending tests | Lamont Granquist | 2014-01-01 | 1 | -2/+0 |
* | mark this as pending for now | Lamont Granquist | 2013-12-31 | 1 | -0/+2 |
* | add test for deeply nested array/hashes | Lamont Granquist | 2013-12-31 | 1 | -0/+15 |
* | remove annoying test | Lamont Granquist | 2013-12-22 | 1 | -5/+0 |
* | add UTF-8 magic comment to specs | Lamont Granquist | 2013-12-21 | 2 | -2/+2 |
* | unicode fixes | Lamont Granquist | 2013-12-19 | 1 | -0/+6 |
* | add some floating point tests | Lamont Granquist | 2013-12-19 | 1 | -0/+42 |
* | exclude test on ruby 1.8 | Lamont Granquist | 2013-12-16 | 1 | -1/+1 |
* | unpending some tests | Lamont Granquist | 2013-12-16 | 1 | -2/+0 |
* | fix encoding of fixnums and floats as keys | Lamont Granquist | 2013-12-16 | 1 | -0/+24 |
* | add tests for missing/trailing brackets/braces | Lamont Granquist | 2013-12-13 | 1 | -0/+30 |
* | bignum parsing working | Lamont Granquist | 2013-12-08 | 1 | -1/+8 |
* | add more unicode tests | Lamont Granquist | 2013-12-08 | 1 | -16/+43 |
* | several utf8 related errors fixed | Lamont Granquist | 2013-12-08 | 1 | -7/+7 |
* | fix #to_json on base classes | Lamont Granquist | 2013-12-04 | 1 | -2/+34 |
* | just mark test as pending for now | Lamont Granquist | 2013-12-04 | 1 | -0/+1 |
* | add tests for +/- Infinity rejection | Lamont Granquist | 2013-12-04 | 1 | -0/+6 |
* | c-ext Object#to_json passes tests now | Lamont Granquist | 2013-12-04 | 1 | -7/+0 |
* | fix variable scope (again) | Lamont Granquist | 2013-11-23 | 1 | -2/+2 |