summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* yet more copslcg/more-copsLamont Granquist2015-07-098-21/+21
* some more cop fixesLamont Granquist2015-07-095-10/+10
* eliminate Rescue ExceptionLamont Granquist2015-07-095-23/+15
* remaining autofixable copsLamont Granquist2015-07-097-64/+57
* fix lots of copsLamont Granquist2015-07-0915-64/+46
* Merge pull request #59 from kou/suppress-method-redefined-warningsLamont Granquist2015-06-221-1/+2
|\
| * Suppress method redefined warningsKouhei Sutou2015-05-211-1/+2
* | Ensure DateTime defined instead of specifying super classKouhei Sutou2015-05-271-1/+2
* | Fix superclass mismatch for class StringIOKouhei Sutou2015-05-271-0/+2
* | Merge pull request #61 from kou/suppress-asigned-but-unused-variable-warningsLamont Granquist2015-05-241-1/+0
|\ \
| * | Suppress assigned but unused variable warningKouhei Sutou2015-05-211-1/+0
| |/
* | Suppress circular require warningsKouhei Sutou2015-05-212-4/+0
|/
* bump version to 2.2.02.2.0Lamont Granquist2015-04-301-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-212-33/+35
* bumping version to 2.1.02.1.0Lamont Granquist2015-04-201-1/+1
* Merge pull request #19 from chef/lcg/stringio-encodingLamont Granquist2015-04-201-0/+9
|\
| * fix ffi sideLamont Granquist2015-04-171-0/+9
* | add :unique_key_checking flag to parserlcg/unique_key_checkingLamont Granquist2015-04-172-0/+5
|/
* add copyright noticesLamont Granquist2015-04-1410-0/+214
* limit rescue to just LoadErrorLamont Granquist2015-04-131-2/+12
* remove commented codeLamont Granquist2015-04-061-4/+0
* add commentsLamont Granquist2015-04-061-0/+50
* move dlopen to c extensionLamont Granquist2015-04-062-5/+2
* fixing libname guessing logicLamont Granquist2015-04-063-43/+46
* add native dlopen extension codeLamont Granquist2015-04-062-51/+8
* warn on stderrlcg/ffi-less-ffi-yajlLamont Granquist2015-03-241-2/+2
* Remove ffi gem as a hard dependencyLamont Granquist2015-03-243-16/+52
* bumping version to 2.0.0 for release2.0.0Lamont Granquist2015-03-171-1/+1
* Removing JSON gem compatibility layerLamont Granquist2015-03-171-140/+0
* bump version to 1.4.0Lamont Granquist2015-02-171-1/+1
* mixin windows? helper directly into the objectLamont Granquist2015-02-172-5/+9
* Move #windows? to lib to allow not checking libname to determine platformTyler Vann-Campbell2015-02-172-1/+7
* 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
* bump version to 1.3.1Lamont Granquist2014-11-241-1/+1
* allow arbitrary Objects as keysLamont Granquist2014-11-241-1/+1
* version bump to 1.3.01.3.0Lamont Granquist2014-11-221-1/+1
* support calling #to_s on all types for keysLamont Granquist2014-11-221-26/+61
* fix bare object parsingLamont Granquist2014-11-221-5/+2
* fix #15 by requiring string or IOLamont Granquist2014-11-221-0/+2
* Merge pull request #29 from opscode/lcg/better-ext-vs-ffi-logicLamont Granquist2014-11-221-2/+22
|\
| * line wrap on commentlcg/better-ext-vs-ffi-logicLamont Granquist2014-10-131-5/+8
| * add better ext-vs-ffi logicLamont Granquist2014-10-131-2/+19
* | fix minor typoElan Ruusamäe2014-11-121-1/+1
|/
* add deprecation warningLamont Granquist2014-10-091-0/+2
* the c ext loads and still tests fine on 1.8.7Lamont Granquist2014-10-091-2/+1