summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 0.1.30.1.3Lamont Granquist2014-05-201-1/+1
|
* 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.
* add hack to try to avoid garbage collectionLamont Granquist2014-05-071-0/+4
|
* bumping version to 0.1.20.1.2Lamont Granquist2014-05-071-1/+1
|
* try 'rake compile; rake spec' on travis againLamont Granquist2014-05-071-1/+1
|
* fix path to require versionLamont Granquist2014-05-071-0/+2
|
* dynamically link against libyajl2-gem at runtimeLamont Granquist2014-05-073-6/+13
| | | | - avoids all the RPATH bullshit at link time
* pass LDFLAGS to LDFLAGS as intendedLamont Granquist2014-05-062-2/+2
|
* bump version to 0.1.10.1.1Lamont Granquist2014-05-061-1/+1
|
* fix empty-string spec + turn greenLamont Granquist2014-05-062-1/+4
|
* ohai hints files rely on this behaviorLamont Granquist2014-05-061-0/+5
|
* add excludes for 2.1.1Lamont Granquist2014-05-061-0/+6
|
* add ruby 2.1.1Lamont Granquist2014-05-061-0/+1
|
* rubinius blog lies, there's no rbx availableLamont Granquist2014-05-061-7/+0
|
* tagging 0.1.00.1.0Lamont Granquist2014-05-061-1/+1
| | | | bumping minor since this includes the libyajl2 gem
* derp this is JSON, not rubyLamont Granquist2014-05-061-1/+1
|
* fix TrailingCommaLamont Granquist2014-05-061-2/+2
|
* fixes BracesAroundHashParametersLamont Granquist2014-05-062-19/+19
|
* fixes SpaceInsideHashLiteralBracesLamont Granquist2014-05-063-27/+27
|
* add rubocop + reekLamont Granquist2014-05-064-23/+167
|
* rbx-2.1 and jruby-18mode are unreliableLamont Granquist2014-05-061-0/+9
| | | | also add 'rbx' for latest
* add require rubygems to make 1.8.7 happyLamont Granquist2014-05-062-0/+2
|
* use the libyajl2 gemLamont Granquist2014-05-054-18/+10
|
* removing libyajl2 to the separate gemLamont Granquist2014-05-055-62/+6
|
* okay jruby-head seems brittleLamont Granquist2014-04-041-1/+0
|
* trying to exclude jruby-head + openjdk6Lamont Granquist2014-04-041-0/+2
|
* ruby-head works nowLamont Granquist2014-04-041-1/+0
|
* rbx-2.2 is working nowLamont Granquist2014-04-041-1/+0
|
* rbx-2.0/rbx-2.2 busted in travis and i want greenLamont Granquist2014-01-131-0/+2
|
* travis also does not support rbx-headLamont Granquist2014-01-131-7/+0
|
* 0.0.4 releaseedLamont Granquist2014-01-131-1/+1
| | | | - bumping version for 0.0.5 development
* conversion to signed int was throwing a rangerror0.0.4Lamont Granquist2014-01-131-1/+1
|
* test for unsigned 32-bit int failure on c extensionLamont Granquist2014-01-131-0/+6
|
* 0.0.3 releaseedLamont Granquist2014-01-121-1/+1
| | | | - bumping version for 0.0.4 development
* fix copypasta from mixlib-shellout0.0.3Lamont Granquist2014-01-121-1/+1
|
* rbx-1.8/1.9 not valid travis targetsLamont Granquist2014-01-121-14/+0
|
* fix rbx-2.2 exclude matrixLamont Granquist2014-01-121-1/+1
|
* trying 1.8/1.9/2.0 just to seeLamont Granquist2014-01-121-0/+21
|
* test on rbx-2.1/2.2 and rbx-headLamont Granquist2014-01-121-6/+13
|
* the rbx work fixed ruby-1.8 c-extLamont Granquist2014-01-123-7/+5
|
* one last native type to ruby conversionLamont Granquist2014-01-121-1/+1
| | | | fixes rbx
* wrap yajl_gen c struct for rbxLamont Granquist2014-01-121-33/+60
|
* remove c-structs as VALUEsLamont Granquist2014-01-121-26/+25
| | | | rbx doesn't like this.
* make "rake spec" run ffi+ext on platforms that support bothLamont Granquist2014-01-122-4/+21
|
* 0.0.2 releaseedLamont Granquist2014-01-111-1/+1
| | | | - bumping version for 0.0.2 development
* convert symbols to strings when encoding0.0.2Lamont Granquist2014-01-113-1/+32
|
* 0.0.1 releaseedLamont Granquist2014-01-091-1/+1
| | | | - bumping version for 0.0.2 development
* update TODOs0.0.1Lamont Granquist2014-01-091-1/+0
|
* rake compile fixes for submoduleLamont Granquist2014-01-092-19/+21
| | | | also moving compilation to proper make phase
* ignore installed share dirLamont Granquist2014-01-091-1/+2
|