Debian Patches

Status for ruby-rabl/0.16.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
remove-git-from-gemspec. Remove git from gemspec Daniel Leidert <dleidert@debian.org> not-needed 2021-11-27
require-array-core-ext.patch Add missing require Without this require, calling extract_options! will fail if the project using
RABL didn't require the right bits from active_support by itself yet.
Antonio Terceiro <terceiro@debian.org> no vendor 2022-08-20

All known versions for source package 'ruby-rabl'

Links