summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* All non-standard rubies to failcleanupTim Smith2017-06-201-0/+15
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update travis test to runTim Smith2017-06-202-3/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch from reek/rubocop to chefstyleTim Smith2017-06-2031-364/+254
| | | | | | Reek doesn't work with modern Rake Signed-off-by: Tim Smith <tsmith@chef.io>
* Require Ruby 2.2 and bump depsTim Smith2017-06-201-6/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the test kitchen stuff that doesn't workTim Smith2017-06-203-104/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Format the readmeTim Smith2017-06-201-73/+31
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Test on modern rubyTim Smith2017-06-201-4/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #86 from voxik/fix-licenseLamont Granquist2017-05-311-1/+1
|\ | | | | Fix license.
| * Fix license.Vít Ondruch2017-05-301-1/+1
|/ | | | | | Every file in the repository mentions MIT, while no file mentions ASL. Signed-off-by: Vít Ondruch <vondruch@redhat.com>
* update changelogLamont Granquist2016-07-221-0/+8
|
* bump version to 2.3.02.3.0Lamont Granquist2016-07-221-1/+1
|
* Merge pull request #80 from chef/ruby-2.4.0Lamont Granquist2016-07-222-2/+4
|\ | | | | replace Fixnum+Bignum with Integer
| * remove ruby-head from allowed failuresLamont Granquist2016-07-221-2/+0
| |
| * replace Fixnum+Bignum with Integer?Lamont Granquist2016-07-221-0/+4
|/ | | | i think that's all we have to do?
* Merge pull request #78 from chef/lcg/travis-matrix-updatesLamont Granquist2016-07-225-53/+27
|\ | | | | update travis matrix
| * testing updatesLamont Granquist2016-07-225-53/+27
|/ | | | back to green again
* update changelogLamont Granquist2016-01-072-38/+4
|
* bump version to 2.2.32.2.3Lamont Granquist2016-01-071-1/+1
|
* Merge pull request #75 from chef/lcg/fix-force-encodingLamont Granquist2016-01-062-3/+29
|\ | | | | fix validate_utf8: false encoding coercion
| * fixes for 1.9 and 2.0lcg/fix-force-encodingLamont Granquist2016-01-051-2/+2
| | | | | | | | | | this is kind of shitty code, but once 2.0 and 1.9 are dropped and we can use #scrub then all the shitty code can go away...
| * trying to fix 1.9/2.0Lamont Granquist2016-01-051-2/+2
| |
| * use new ruby #scrub method where availableLamont Granquist2016-01-052-3/+16
| |
| * make sure utf-8 cleaning doesn't grow without boundsLamont Granquist2016-01-051-0/+7
| | | | | | | | | | | | we had a bug where we'd inject utf-8 characters that we'd mangle and then replace with even more utf-8 characters so that any normal attrs would grow without bounds with lots of utf-8 '?' characters.
| * fix validate_utf8: false encoding coercionLamont Granquist2016-01-052-2/+8
|/ | | | | | | | | the string we get back from ffi is tagged as ascii encoded by default, so we must force encode it first. then we don't want to convert from binary to utf-8 since that will wind up mangling all the utf-8 characters, we want to convert from utf-8 to utf-8 while replacing invalid characters.
* add CHANGELOG.md updatesLamont Granquist2015-09-221-0/+9
|
* Merge pull request #73 from chef/lcg/drop-193Lamont Granquist2015-09-222-6/+1
|\ | | | | Remove ruby 1.9.2 support
| * Remove ruby 1.9.2 supportLamont Granquist2015-09-222-6/+1
| |
* | Merge pull request #72 from chef/lcg/auto-changelogLamont Granquist2015-09-223-89/+107
|\ \ | |/ |/| Use github-changelog-generator to generate CHANGELOG.md file
| * add Rake tasklcg/auto-changelogLamont Granquist2015-09-223-50/+11
| |
| * fixing some old entriesLamont Granquist2015-09-221-31/+10
| |
| * autogenerated changelogLamont Granquist2015-09-221-85/+163
|/
* bumping to 2.2.2 for release2.2.2Lamont Granquist2015-07-151-1/+1
|
* update CHANGELOG for 2.2.2Lamont Granquist2015-07-151-1/+11
|
* Merge pull request #69 from chef/lcg/fix-uninit-constantLamont Granquist2015-07-151-0/+4
|\ | | | | fix uninitialized constant errors
| * fix uninitialized constant errorslcg/fix-uninit-constantLamont Granquist2015-07-151-0/+4
|/ | | | | c extension needs stringio and date required first in order to find those constants.
* bump version for release2.2.1Lamont Granquist2015-07-131-1/+1
|
* add CHANGELOG entries for releasLamont Granquist2015-07-131-1/+11
|
* Merge pull request #68 from chef/lcg/more-copsLamont Granquist2015-07-1021-399/+287
|\ | | | | Lcg/more cops
| * rubocop on 2.2 needs to ignore this lineLamont Granquist2015-07-101-1/+1
| | | | | | | | it breaks 1.9 through 2.1 when rubocop fixes it.
| * ruby 1.9/2.0/2.1 have unicode symbol issuesLamont Granquist2015-07-101-1/+1
| |
| * down to zero offensesLamont Granquist2015-07-1014-316/+204
| | | | | | | | but 30 cops disabled, lol...
| * yet more copslcg/more-copsLamont Granquist2015-07-0914-60/+62
| |
| * some more cop fixesLamont Granquist2015-07-097-17/+22
| |
| * eliminate Rescue ExceptionLamont Granquist2015-07-096-23/+16
|/
* Merge pull request #67 from chef/lcg/fix-superclass-in-extLamont Granquist2015-07-092-6/+9
|\ | | | | fix superclass mismatch on rbx in c ext
| * stop ignoring rbx failuresLamont Granquist2015-07-091-2/+0
| |
| * fix other possible superclass mismatchesLamont Granquist2015-07-091-4/+7
| |
| * fix superclass mismatch on rbx in c extLamont Granquist2015-07-091-1/+3
|/
* Merge pull request #66 from chef/lcg/rubocopLamont Granquist2015-07-0928-202/+191
|\ | | | | Lcg/rubocop
| * fix rubocop symbolLamont Granquist2015-07-091-1/+1
| |