summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27 from chef/dependabot/add-v2-config-fileHEADmastermainTim Smith2021-06-251-0/+9
|\ | | | | Upgrade to GitHub-native Dependabot
| * Upgrade to GitHub-native Dependabotdependabot/add-v2-config-filedependabot-preview[bot]2021-04-291-0/+9
|/
* do some Gemfile cleanup2.1.0Lamont Granquist2021-04-062-19/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump the versionLamont Granquist2021-04-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #26 from chef/lcg/ruby-3-buildsLamont Granquist2021-04-061-4/+4
|\ | | | | Apply correct LDFLAGS on windows with ruby-3.0
| * Apply correct LDFLAGS on windows with ruby-3.0Lamont Granquist2021-04-061-4/+4
| | | | | | | | | | | | | | | | | | For whatever reason the CC variable has changed in our ruby-3.0 builds and we cannot identify it by checking for clang/gcc like this. Since we only support using clang/gcc on windows for builds anyway, we omit the check. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #24 from chef/dependabot/bundler/test-kitchen-tw-2.5Tim Smith2020-07-121-1/+1
|\ \ | | | | | | Update test-kitchen requirement from ~> 1.2 to ~> 2.5
| * | Update test-kitchen requirement from ~> 1.2 to ~> 2.5dependabot-preview[bot]2020-07-131-1/+1
|/ / | | | | | | | | | | | | | | Updates the requirements on [test-kitchen](https://github.com/test-kitchen/test-kitchen) to permit the latest version. - [Release notes](https://github.com/test-kitchen/test-kitchen/releases) - [Changelog](https://github.com/test-kitchen/test-kitchen/blob/master/CHANGELOG.md) - [Commits](https://github.com/test-kitchen/test-kitchen/compare/v1.2.0...v2.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Create CODEOWNERSTim Smith2019-08-061-0/+5
| |
* | Update README.mdTim Smith2019-08-061-0/+8
|/
* Add a code of conduct fileTim Smith2018-12-071-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update badgesTim Smith2018-10-241-2/+1
|
* Merge pull request #20 from chef/release2.0.0Tim Smith2018-10-243-13/+9
|\ | | | | Release 2.0
| * Release 2.0releaseTim Smith2018-10-243-13/+9
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #21 from chef/testingTim Smith2018-10-241-21/+9
|\ \ | |/ |/| Modernize Travis ruby releases
| * Modernize Travis ruby releasestestingTim Smith2018-10-241-21/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #19 from chef/slimLamont Granquist2018-10-244-97/+5
|\ | | | | Cleanup the gemspec and don't bundle the contributing doc
| * Remove ruby enterprise edition testingTim Smith2018-10-241-1/+0
| | | | | | | | | | | | This has been dead for 6 years Signed-off-by: Tim Smith <tsmith@chef.io>
| * Also skip the readme in the gemTim Smith2018-10-241-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the kitchen configslimTim Smith2018-10-232-93/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cleanup the gemspec and don't bundle the contributing docTim Smith2018-10-231-3/+2
|/ | | | | | Avoid 4k on disk. Skip the file. Also update the homepage and remove the executable location since there aren't any for this gem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #18 from chef/green_travisTim Smith2018-06-272-19/+5
|\ | | | | Remove Ruby 1.8/1.9 testing in Travis
| * Remove Ruby 1.8/1.9 testing in Travisgreen_travisTim Smith2018-03-062-19/+5
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #17 from chef/tm/chefstyleTim Smith2018-03-068-100/+62
|\ | | | | Move to using chefstyle
| * Update rubocop, chefstyle and reektm/chefstyleThom May2018-03-068-100/+62
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #13 from brianvans/brianvans/escape_prefixLamont Granquist2017-05-191-1/+2
|\ | | | | Escape prefix when generating makefile
| * Escape prefix when generating makefilebrianvans2017-05-181-1/+2
|/ | | | Signed-off-by: Brian Van Staalduine <brianvans@gmail.com>
* Merge pull request #8 from chef/lcg/kill-the-mimeLamont Granquist2015-12-091-2/+0
|\ | | | | remove mime-types dep (old ruby-1.8.7 pin)
| * remove mime-types depLamont Granquist2015-12-091-2/+0
| |
* | Merge pull request #6 from toshimaru/masterLamont Granquist2015-12-091-3/+3
|\ \ | |/ |/| Update badges
| * Update badgestoshi2015-04-051-3/+3
| |
* | add libgmp-dev notesLamont Granquist2015-12-091-0/+50
|/
* allow failures on rbx1.2.0Lamont Granquist2014-11-221-0/+2
| | | | diff-lcs is still busted
* bump version to 1.2.0Lamont Granquist2014-11-221-1/+1
| | | | | - done mostly so that I can easily ~> 1.2 match on it, the cygwin change is pretty minor
* add a new CHANGELOG for libyajl2-gemLamont Granquist2014-11-221-0/+13
|
* Merge pull request #3 from electrawn/masterLamont Granquist2014-11-222-2/+2
|\ | | | | Add cygwin detection, better windows support
| * Update RakefileJason Potkanski2014-10-141-1/+1
| | | | | | Patch needs to be in binary on windows, as line endings may be different. If patch fails, generate_yajl_version doesn't get called.
| * Update extconf.rbJason Potkanski2014-10-141-1/+1
|/ | | Add Cygwin detection
* bump version to 1.1.01.1.0Lamont Granquist2014-10-091-1/+1
|
* Merge pull request #2 from opscode/lcg/windows-libnameLamont Granquist2014-10-091-7/+1
|\ | | | | revert munging the dll name
| * revert munging the dll nameLamont Granquist2014-10-081-7/+1
|/ | | | | | it should be libyajl.so on windows, if we rename it then i can't make ffi-yajl link against it correctly. then windows falls back to using the ffi layer and gets very slow.
* add --jobs 3 --retry 3 to bundle installLamont Granquist2014-07-201-1/+1
|
* point at opscode websiteLamont Granquist2014-07-201-2/+2
|
* s/lamont-granquist/opscode/Lamont Granquist2014-07-201-3/+3
|
* bumping to 1.0.11.0.1Lamont Granquist2014-07-161-1/+1
| | | | | seem to have pushed to rubygems without a rake prep so 1.0.0 is busted.... FFS...
* releasing 1.0.01.0.0Lamont Granquist2014-07-161-1/+1
| | | | | | for shipping with chef and will be committing to semver changes.
* bump version to 0.1.180.1.18Lamont Granquist2014-07-151-1/+1
|
* allow failures on ruby-head/jruby-headLamont Granquist2014-07-061-0/+7
|
* remove -lcrypt for macLamont Granquist2014-07-061-1/+2
|
* add dummy makefile when using system libsLamont Granquist2014-07-061-1/+14
|