summaryrefslogtreecommitdiff
path: root/lib/ffi_yajl/encoder.rb
Commit message (Expand)AuthorAgeFilesLines
* Switch from reek/rubocop to chefstyleTim Smith2017-06-201-2/+2
* fixes for 1.9 and 2.0lcg/fix-force-encodingLamont Granquist2016-01-051-2/+2
* trying to fix 1.9/2.0Lamont Granquist2016-01-051-2/+2
* use new ruby #scrub method where availableLamont Granquist2016-01-051-2/+15
* fix validate_utf8: false encoding coercionLamont Granquist2016-01-051-2/+2
* yet more copslcg/more-copsLamont Granquist2015-07-091-2/+2
* remaining autofixable copsLamont Granquist2015-07-091-1/+1
* derp, really force to utf8, really checkLamont Granquist2015-04-241-1/+1
* change :validate_utf8=false to still emit utf8lcg/utf8-string-replacementLamont Granquist2015-04-231-2/+3
* emit token that failed utf-8 validationLamont Granquist2015-04-211-2/+4
* add copyright noticesLamont Granquist2015-04-141-0/+21
* remove unnecessary linelcg/invalid-utf8Lamont Granquist2015-01-221-1/+0
* support turning off validate_utf8Lamont Granquist2015-01-221-0/+1
* catch and raise invalid string error betterLamont Granquist2015-01-221-0/+2
* include status code for Unknown ErrorElan Ruusamäe2015-01-221-1/+1
* ensure opts hash is never nilLamont Granquist2014-08-081-0/+1
* fix for chef pretty printing issuesLamont Granquist2014-08-071-1/+1
* Revert "fix for chef pretty printing issues"Lamont Granquist2014-08-071-1/+1
* fix for chef pretty printing issuesLamont Granquist2014-08-071-1/+1
* reorganization of ext-vs-ffiLamont Granquist2013-12-311-18/+1
* amusing ruby 1.8.7 bugLamont Granquist2013-12-221-0/+1
* code rearrangementLamont Granquist2013-12-161-4/+8
* move the ruby parse/encode classes to own filesLamont Granquist2013-12-081-0/+65
* moving things around to support ext encodingLamont Granquist2013-11-181-7/+0
* start splitting encoding into ffi+extLamont Granquist2013-11-181-134/+4
* moving encoder class to its own fileLamont Granquist2013-11-181-0/+137