summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Mostly removing the libyajl2 pin2.4.0Lamont Granquist2021-04-061-2/+2
* Bump version to 2.3.4 by Chef Expeditor2.3.4Chef Expeditor2020-08-171-1/+1
* Optimize our requiresTim Smith2020-08-1414-38/+38
* Bump version to 2.3.3 by Chef Expeditor2.3.3Chef Expeditor2019-12-301-1/+1
* Substitute require for require_relativerelativeTim Smith2019-12-218-18/+18
* Bump version to 2.3.2 by Chef Expeditor2.3.2Chef Expeditor2019-10-141-1/+1
* Resolve rubocop failuresJaymala Sinha2019-10-103-34/+37
* API docs: Avoid YARD warningOlle Jonsson2019-03-291-3/+3
* fixes for latest chefstyle ruleslcg/chefstyle5Lamont Granquist2018-07-031-1/+1
* fix some chefstyleLamont Granquist2018-06-262-4/+4
* bump version2.3.1Lamont Granquist2017-06-211-2/+2
* remove duplicated codeLamont Granquist2017-06-211-19/+1
* Switch from reek/rubocop to chefstyleTim Smith2017-06-2020-142/+142
* bump version to 2.3.02.3.0Lamont Granquist2016-07-221-1/+1
* bump version to 2.2.32.2.3Lamont Granquist2016-01-071-1/+1
* 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
* bumping to 2.2.2 for release2.2.2Lamont Granquist2015-07-151-1/+1
* fix uninitialized constant errorslcg/fix-uninit-constantLamont Granquist2015-07-151-0/+4
* bump version for release2.2.1Lamont Granquist2015-07-131-1/+1
* down to zero offensesLamont Granquist2015-07-1013-316/+202
* 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