Overview
Request 160005 accepted
- add patch to fix the rubygem-i18n dependency
- updated to version 3.2.13
* Fix DateTime comparison with DateTime::Infinity object.
* Remove surrogate unicode character encoding from ActiveSupport::JSON.encode
The encoding scheme was broken for unicode characters outside the basic
multilingual plane; since json is assumed to be UTF-8, and we already force the
encoding to UTF-8 simply pass through the un-encoded characters.
* Fix mocha v0.13.0 compatibility. *James Mead*
* `#as_json` isolates options when encoding a hash. [Backport #8185]
Fix #8182
* Handle the possible Permission Denied errors atomic.rb might trigger due to
its chown and chmod calls. [Backport #8027]
Request History
coolo created request
- add patch to fix the rubygem-i18n dependency
- updated to version 3.2.13
* Fix DateTime comparison with DateTime::Infinity object.
* Remove surrogate unicode character encoding from ActiveSupport::JSON.encode
The encoding scheme was broken for unicode characters outside the basic
multilingual plane; since json is assumed to be UTF-8, and we already force the
encoding to UTF-8 simply pass through the un-encoded characters.
* Fix mocha v0.13.0 compatibility. *James Mead*
* `#as_json` isolates options when encoding a hash. [Backport #8185]
Fix #8182
* Handle the possible Permission Denied errors atomic.rb might trigger due to
its chown and chmod calls. [Backport #8027]
licensedigger accepted review
{"approve": "version update 3.2.12 -> 3.2.13 covered by ldb"}
factory-auto accepted review
Builds for repo openSUSE_Factory
factory-auto added a reviewer
Please review sources
mvyskocil accepted review
mvyskocil approved review
coolo accepted request
checkin