summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.0releaseTim Smith2018-10-243-13/+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
|
* shouldn't need -export-dynamic and fails on MacOSXLamont Granquist2014-07-061-1/+1
| | | | | we're not creating a real ruby library, so don't need to worry about eporting the Init function by default.
* bump version to 0.1.170.1.17Lamont Granquist2014-06-041-1/+1
|
* can i remove the JRUBY_OPTS env var now?Lamont Granquist2014-06-041-24/+0
|
* remove exception stringLamont Granquist2014-06-041-1/+1
|
* openjdk6 + {jruby-18mode,jruby-head} don't workLamont Granquist2014-06-041-0/+6
|
* V=1 snuck back in againLamont Granquist2014-06-041-1/+1
|
* add a jruby makefileLamont Granquist2014-06-041-26/+58
| | | | works on ubuntu, probably other linuxes, probably not mac, etc
* rbx mkmf doesn't like make V=1Lamont Granquist2014-06-031-1/+2
|
* require at least rubygems 1.8.25Lamont Granquist2014-06-031-1/+2
|
* rbx-2.0+2.1 are just dead on travisLamont Granquist2014-05-211-14/+0
|
* gem install instead of updateLamont Granquist2014-05-211-1/+2
| | | | and do it twice because networking...
* lets pin to 2.2.2 for now, see if it failsLamont Granquist2014-05-211-2/+2
|
* install bundler, pin rubygems to 2.1.11Lamont Granquist2014-05-211-0/+7
|
* try sending stdout to stderr for rbxLamont Granquist2014-05-211-1/+1
|
* fixes for rbx-2.0/2.1 via specifying patch version?Lamont Granquist2014-05-211-6/+6
|