summaryrefslogtreecommitdiff
path: root/spec/ffi_yajl
Commit message (Expand)AuthorAgeFilesLines
* Resolve rubocop failuresJaymala Sinha2019-10-101-10/+10
* add check for yajl-ruby vulnerabilityLamont Granquist2017-11-281-1/+8
* Switch from reek/rubocop to chefstyleTim Smith2017-06-203-19/+19
* use new ruby #scrub method where availableLamont Granquist2016-01-051-1/+1
* make sure utf-8 cleaning doesn't grow without boundsLamont Granquist2016-01-051-0/+7
* fix validate_utf8: false encoding coercionLamont Granquist2016-01-051-0/+6
* rubocop on 2.2 needs to ignore this lineLamont Granquist2015-07-101-1/+1
* ruby 1.9/2.0/2.1 have unicode symbol issuesLamont Granquist2015-07-101-1/+1
* yet more copslcg/more-copsLamont Granquist2015-07-092-28/+28
* fix lots of copsLamont Granquist2015-07-093-57/+52
* derp, really force to utf8, really checkLamont Granquist2015-04-241-0/+4
* change :validate_utf8=false to still emit utf8lcg/utf8-string-replacementLamont Granquist2015-04-231-0/+4
* emit token that failed utf-8 validationLamont Granquist2015-04-211-1/+1
* Merge pull request #19 from chef/lcg/stringio-encodingLamont Granquist2015-04-201-0/+5
|\
| * fix ffi sideLamont Granquist2015-04-171-1/+1
| * add busted specLamont Granquist2015-04-171-0/+5
* | add :unique_key_checking flag to parserlcg/unique_key_checkingLamont Granquist2015-04-171-0/+15
|/
* add copyright noticesLamont Granquist2015-04-143-0/+63
* add specs for library mapping helperslcg/dlopen-extensionLamont Granquist2015-04-131-0/+96
* add comment on why spec does not run on windowsLamont Granquist2015-03-251-0/+2
* Filter this test out of windows.Lamont Granquist2015-03-241-1/+1
* Removing JSON gem compatibility layerLamont Granquist2015-03-171-382/+0
* fix typoLamont Granquist2015-01-221-1/+1
* support turning off validate_utf8Lamont Granquist2015-01-221-1/+27
* allow arbitrary Objects as keysLamont Granquist2014-11-241-0/+17
* avoid these tests on ruby 1.8.7Lamont Granquist2014-11-221-2/+2
* support calling #to_s on all types for keysLamont Granquist2014-11-221-0/+25
* add busted specs for outstanding parser bugsLamont Granquist2014-11-221-1/+49
* Making necessary C changes to only call to_json if it is presenttyler-ball2014-10-071-1/+1
* If an object does not have .to_json, we no longer try to call ittyler-ball2014-10-061-0/+17
* WIPLamont Granquist2014-08-232-2/+4
* fix the timezone to UTC or Date specs will failLamont Granquist2014-08-232-6/+28
* add datetime encodingLamont Granquist2014-08-232-8/+21
* add spec for explicit nil optionLamont Granquist2014-08-091-1/+9
* fix for chef pretty printing issuesLamont Granquist2014-08-071-0/+11
* Revert "fix for chef pretty printing issues"Lamont Granquist2014-08-071-11/+0
* fix for chef pretty printing issuesLamont Granquist2014-08-071-0/+11
* change allow_comment default to trueLamont Granquist2014-08-071-0/+8
* add tests for prett_generate's options hash argumentLamont Granquist2014-07-121-0/+12
* handle StringIOs by being slurpy for nowLamont Granquist2014-06-151-1/+0
* fix very large floats in ffiLamont Granquist2014-06-151-1/+0
* support yajl parser optionsLamont Granquist2014-06-141-5/+103
* implementing allow_comments in ffiLamont Granquist2014-06-141-3/+1
* don't do the long tests on ruby <= 1.9.2Lamont Granquist2014-06-141-2/+2
* fix ordering deprecation warningLamont Granquist2014-06-141-1/+1
* fix some rspec deprecation warningsLamont Granquist2014-06-141-18/+18
* mark some of the other stuff pending for nowLamont Granquist2014-06-141-0/+3
* implement symbolize_keys/names for FFILamont Granquist2014-06-132-8/+12
* additional parser specsLamont Granquist2014-06-131-50/+337
* change "pending" to "skip"Lamont Granquist2014-06-021-4/+4