Debian Patches

Status for ruby-rabl/0.13.1-1.1

Patch Description Author Forwarded Bugs Origin Last update
def-bson-serialize.patch From ruby-bson upstream changelog [1]: 2.0.0
Backwards Incompatible Changes
...
BSON.serialize is no longer the entry point to serialize a BSON
document into its raw bytes.
For Ruby runtimes that support ordered hashes, you may simply call
`to_bson` on the hash instance (Alternatively a `BSON::Document` is
also a hash:
{ key: "value" }.to_bson
BSON::Document[:key, "value"].to_bson
For Ruby runtimes that do not support ordered hashes, then you must
instantiate an instance of a `BSON::Document` (which is a subclass of
hash) and call `to_bson` on that, since the BSON specification
guarantees order of the fields:
BSON::Document[:key, "value"].to_bson
.
[1] https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
.
This patch re-introduces BSON.serialize.
===================================================================
Gilles Filippini <pini@debian.org> no debian

All known versions for source package 'ruby-rabl'

Links