summaryrefslogtreecommitdiff
path: root/ffi-yajl-universal-java.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* remaining autofixable copsLamont Granquist2015-07-091-1/+1
|
* add :unique_key_checking flag to parserlcg/unique_key_checkingLamont Granquist2015-04-171-1/+1
| | | | | 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/+2
| | | | | | | | | | | 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).
* removing libyajl2 to the separate gemLamont Granquist2014-05-051-1/+4
|
* rearrange so rakefile doens't find shared gemspecLamont Granquist2014-01-031-4/+1
|
* remove duplication between gemspecsLamont Granquist2014-01-011-23/+4
|
* fix warningsLamont Granquist2014-01-011-2/+3
|
* run on jruby on any cpuLamont Granquist2013-12-221-0/+28