summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * add CHANGELOG for encoding arrays/hashes as keysLamont Granquist2014-11-221-0/+1
| * support calling #to_s on all types for keysLamont Granquist2014-11-223-54/+186
* | Merge pull request #32 from opscode/lcg/parser-bugsLamont Granquist2014-11-225-10/+58
|\ \ | |/
| * adding CHANGELOG.mdLamont Granquist2014-11-221-0/+3
| * fix bare object parsingLamont Granquist2014-11-222-9/+4
| * fix #15 by requiring string or IOLamont Granquist2014-11-221-0/+2
| * add busted specs for outstanding parser bugsLamont Granquist2014-11-221-1/+49
|/
* add CHANGELOG for additional libyaj2-gem bumpLamont Granquist2014-11-221-0/+1
* bump libyajl2 pin to 1.2.0Lamont Granquist2014-11-221-1/+1
* add CHANGELOG for merged fixesLamont Granquist2014-11-221-0/+8
* Merge pull request #30 from electrawn/masterLamont Granquist2014-11-222-2/+2
|\
| * Update extconf.rbJason Potkanski2014-10-141-1/+1
| * Update extconf.rbJason Potkanski2014-10-141-1/+1
* | Merge pull request #29 from opscode/lcg/better-ext-vs-ffi-logicLamont Granquist2014-11-221-2/+22
|\ \
| * | line wrap on commentlcg/better-ext-vs-ffi-logicLamont Granquist2014-10-131-5/+8
| * | add better ext-vs-ffi logicLamont Granquist2014-10-131-2/+19
| |/
* | Merge pull request #28 from opscode/lcg/libyajl2-bumpLamont Granquist2014-11-221-1/+1
|\ \
| * | windows isn't compatible with libyajl <= 1.1.0lcg/libyajl2-bumpLamont Granquist2014-10-131-1/+1
| |/
* | Merge pull request #31 from glensc/patch-1Lamont Granquist2014-11-121-1/+1
|\ \ | |/ |/|
| * fix minor typoElan Ruusamäe2014-11-121-1/+1
|/
* add deprecation warningLamont Granquist2014-10-091-0/+2
* the c ext loads and still tests fine on 1.8.7Lamont Granquist2014-10-091-2/+1
* version bump to 1.2.01.2.0Lamont Granquist2014-10-091-1/+1
* CHANGELOG fixes for releaseLamont Granquist2014-10-091-0/+8
* Merge pull request #27 from opscode/lcg/windows-libnameLamont Granquist2014-10-092-0/+4
|\
| * fix libnames for windowslcg/windows-libnameLamont Granquist2014-10-082-0/+4
* | Merge pull request #25 from tyler-ball/tball/remove_to_jsonLamont Granquist2014-10-074-9/+42
|\ \ | |/ |/|
| * Cleaning up code - letting yajl do more heavy lifting for us. Also removing ...tyler-ball2014-10-073-3/+9
| * Making necessary C changes to only call to_json if it is presenttyler-ball2014-10-073-9/+15
| * Upping versiontyler-ball2014-10-061-1/+1
| * If an object does not have .to_json, we no longer try to call ittyler-ball2014-10-062-1/+22
|/
* Merge pull request #13 from opscode/lcg/rbconfiglamont-granquist2014-09-252-1/+3
|\
| * add ChangeLoglcg/rbconfigLamont Granquist2014-08-291-0/+2
| * use RbConfig instead of ConfigLamont Granquist2014-08-291-1/+1
|/
* bumping version to 1.1.01.1.0Lamont Granquist2014-08-262-4/+10
* Merge pull request #12 from opscode/lcg/fixing-rbxlamont-granquist2014-08-233-18/+50
|\
| * fix rbx using dlopen via FFILamont Granquist2014-08-233-18/+50
|/
* Merge pull request #9 from opscode/lcg/datetime-encodinglamont-granquist2014-08-236-14/+129
|\
| * add CHANGELOG.mdLamont Granquist2014-08-231-0/+2
| * fix ruby 1.8.7 testsLamont Granquist2014-08-232-2/+12
| * WIPLamont Granquist2014-08-232-2/+4
| * fix the timezone to UTC or Date specs will failLamont Granquist2014-08-232-6/+28
| * add datetime encodingLamont Granquist2014-08-235-13/+92
|/
* add changelog for PR#11Lamont Granquist2014-08-231-0/+3
* Merge pull request #11 from lebrinkma/fix-gentoolamont-granquist2014-08-232-0/+6
|\
| * extconf.rb: remove "-Wl,--no-undefined" from ldflagsLennart Brinkmann2014-08-232-0/+6
|/
* bumping version + changelog for releas1.0.2Lamont Granquist2014-08-092-1/+5
* initial CHANGELOGLamont Granquist2014-08-091-0/+17
* Merge pull request #5 from opscode/lcg/default-opts-hashlamont-granquist2014-08-092-1/+10
|\
| * add spec for explicit nil optionLamont Granquist2014-08-091-1/+9