6 Commits

Author SHA1 Message Date
jasper
a4c845a024 update to ruby-msgpack-0.6.2 2015-07-24 18:20:24 +00:00
jasper
cd8edeccde - update to msgpack-0.6.1
ok jeremy@ sebastia@
2015-07-10 07:21:21 +00:00
jasper
c07273dd75 - update to msgpack-0.5.12
* this isn't the latest version yet as that crashes ruby21..

tested by/ok sebastia@
2015-06-01 06:40:05 +00:00
jasper
9b06b9483b update to msgpack-0.5.10 2015-01-19 09:08:11 +00:00
jasper
ecfc36e795 update to msgpack-0.5.9 2014-10-17 10:43:53 +00:00
jasper
eabfd4afd6 import msgpack-0.5.8
MessagePack is an efficient binary serialization format. It lets you
exchange data among multiple languages like JSON but it's faster and
smaller. For example, small integers (like flags or error code) are
encoded into a single byte, and typical short strings only require an
extra byte in addition to the strings themselves.

can be used by puppet to serialize data, however it's considered experimental
and therefore not added as a dependency yet.

ok jeremy@
2014-04-17 14:27:56 +00:00