2015-09-13 12:06:44 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-ffi-yajl to 2.2.2.
2.2.2 (07/15/2015)
Bugs fixed
* Fix uninitialized constant StringIO error in C extension
2.2.1 (07/13/2015)
Bugs fixed
* Aaron Lasseigne: Thanks for fixing my bad .travis.yml
* Kouhei Sutou: Numerous circular argument reference fixes, method redefined,
assigned but unused warnings, superclass mismatch warnings, etc.
* Fixed uninitialized variable when using C-ext.
* Fixed README require
* Fixed superclass mismatch in rbx when using C-ext.
* Lots of rubocop fixes, and added rubocop to travis
|
2015-06-03 15:45:17 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-ffi-yajl to 2.2.0.
2.2.0 (04/30/2015)
New features
* Bad UTF8 exceptions now display the invalid token
* validate_utf8: false will sanitize output and produce valid UTF8-clean JSON
Changes
* Ruby 1.8.7 support dropped.
2.1.0 (04/20/2015)
New features
* StringIOs are now encoded to strings
* Added :unique_key_checking flag to parser that will raise on repeated hash
keys (commonly edit mistakes in long JSON documents).
Changes
* Includes its own dlopen extension
* C extension should operation without ffi
2.0.0 (03/17/2015)
Changes
* Dropped the ffi-yajl/json_gem monkeypatch compatibility layer
completely. The deprecation warning has been in there for months now
and all the work to remove it from chef and ohai has been done in
all the latest releases.
|
2015-03-08 16:17:22 by Takahiro Kambe | Files touched by this commit (58) | |
Log message:
Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
|
2015-03-01 14:47:14 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-ffi-yajl to 1.4.0.
pkgsrc change
* Add pkg_alternatives support.
* Fix build with newer rubygems and ruby21.
1.4.0 (02/17/2015)
New features
* Implement :validate_utf8 (on by default) which can be set to false to
suppress validation
Bugs fixed
* Elan Ruusam«£e: include status code for Unknown Error
* Tyler Vann-Campbell Fix check for windows? on cygwin and get dll name
right
* Correctly throw useful invalid UTF-8 error exception
|
2015-01-22 22:27:41 by Filip Hajny | Files touched by this commit (1) |
Log message:
Still needs devel/yajl linked. Fixes build on NetBSD at least. PKGREVISION++
|
2015-01-19 21:46:23 by Filip Hajny | Files touched by this commit (4) |
Log message:
Import ffi-yajl as devel/ruby-ffi-yajl.
ffi-yajl is a Ruby FFI wrapper around YAJL 2.x.
|