summaryrefslogtreecommitdiff
path: root/ffi-yajl.gemspec.shared
Commit message (Collapse)AuthorAgeFilesLines
* Mostly removing the libyajl2 pin2.4.0Lamont Granquist2021-04-061-6/+1
| | | | | | Some Gemfile cleanup and bumping the version Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Don't ship the rakefile or specs in the gem artifactmore_cleanupTim Smith2018-12-101-2/+2
| | | | | | No need for these in this gem. 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>
* 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>
* testing updatesLamont Granquist2016-07-221-4/+4
| | | | back to green again
* Remove ruby 1.9.2 supportLamont Granquist2015-09-221-1/+1
|
* add 1.8.7 note in README and drop support in gemspeclcg/identify-bad-utf8-stringsLamont Granquist2015-04-211-0/+2
|
* add :unique_key_checking flag to parserlcg/unique_key_checkingLamont Granquist2015-04-171-1/+0
| | | | | can be used to error out if keys are duplicated in input rather than silently replacing.
* Remove ffi gem as a hard dependencyLamont Granquist2015-03-241-1/+1
| | | | | | | | | | | Copies the algorithm out of FFI.map_library_name into the FFI_Yajl#map_library_name function so that when we're loading up the C extension we don't need to also slurp in the ffi gem just to run that. The ffi gem is moved to a hard dependency of only the jruby version of the gem, and its a development dependency for the other ruby VMs (so rake spec will work against the ffi library), but its an optional library to install to make the ffi library work on VMs that support C extensions (MRI, RBX).
* remove opscode referencesLamont Granquist2015-02-171-1/+1
|
* bump libyajl2 pin to 1.2.0Lamont Granquist2014-11-221-1/+1
| | | | required to make the cygwin support work in this release.
* windows isn't compatible with libyajl <= 1.1.0lcg/libyajl2-bumpLamont Granquist2014-10-131-1/+1
|
* s/lamont-granquist/opscode/gLamont Granquist2014-07-201-2/+2
|
* adding semver pin to libyajl2 gemLamont Granquist2014-07-161-1/+1
|
* bump rpsec to 2.99Lamont Granquist2014-06-021-1/+1
|
* relaxing ffi gem to match chef pinLamont Granquist2014-06-021-1/+1
|
* add pin to mime-types for ruby 1.8.7Lamont Granquist2014-05-211-0/+2
|
* pin rake-compiler to ~> 0.8.3Lamont Granquist2014-05-201-1/+1
| | | | | | | | | this avoids the rubygems restriction on >= 1.8.25 that has been trolling me. it will also prevent using cross- compilation as well. however, the ruby that we ship with windows chef is old enough that it doesn't satisfy the rubygems constraint. until that gets bumped up, we'll bump down rake-compiler here.
* removing libyajl2 to the separate gemLamont Granquist2014-05-051-0/+1
|
* rake compile fixes for submoduleLamont Granquist2014-01-091-1/+1
| | | | also moving compilation to proper make phase
* rearrange so rakefile doens't find shared gemspecLamont Granquist2014-01-031-0/+26