summaryrefslogtreecommitdiff
path: root/spec/ffi_yajl/json_gem_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* fix ordering deprecation warningLamont Granquist2014-06-141-1/+1
* fix some rspec deprecation warningsLamont Granquist2014-06-141-18/+18
* implement symbolize_keys/names for FFILamont Granquist2014-06-131-8/+2
* change "pending" to "skip"Lamont Granquist2014-06-021-4/+4
* derp this is JSON, not rubyLamont Granquist2014-05-061-1/+1
* fix TrailingCommaLamont Granquist2014-05-061-2/+2
* fixes BracesAroundHashParametersLamont Granquist2014-05-061-10/+10
* fixes SpaceInsideHashLiteralBracesLamont Granquist2014-05-061-12/+12
* remove annoying testLamont Granquist2013-12-221-5/+0
* exclude test on ruby 1.8Lamont Granquist2013-12-161-1/+1
* unpending some testsLamont Granquist2013-12-161-2/+0
* bignum parsing workingLamont Granquist2013-12-081-1/+8
* add more unicode testsLamont Granquist2013-12-081-16/+43
* several utf8 related errors fixedLamont Granquist2013-12-081-7/+7
* fix #to_json on base classesLamont Granquist2013-12-041-2/+34
* just mark test as pending for nowLamont Granquist2013-12-041-0/+1
* add tests for +/- Infinity rejectionLamont Granquist2013-12-041-0/+6
* c-ext Object#to_json passes tests nowLamont Granquist2013-12-041-7/+0
* fix variable scope (again)Lamont Granquist2013-11-231-2/+2
* magic comment needed for ruby 1.9Lamont Granquist2013-11-231-0/+2
* fix variable scopeLamont Granquist2013-11-231-2/+2
* mark all the busted specs as pendingLamont Granquist2013-11-231-0/+11
* fix NaN encoding exceptionLamont Granquist2013-11-231-1/+0
* add check for nil 2nd argumentLamont Granquist2013-11-231-0/+4
* add lots of specs (some of them busted)Lamont Granquist2013-11-221-74/+255
* add the initial specsLamont Granquist2013-10-231-0/+99