11 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
978abb2ee0 update to ruby-msgpack-0.5.11 2015-02-07 14:39:52 +00:00
sthen
4906b0b375 patch should be rm'd; confirmed by jasper 2015-01-20 00:17:09 +00:00
jasper
9b06b9483b update to msgpack-0.5.10 2015-01-19 09:08:11 +00:00
jasper
d4b43178e6 this just works with rspec3, so re-enable tests 2014-10-17 17:48:34 +00:00
jasper
df707ed99e disable rspec2 tests for these ports as rspec2 will be removed shortly.
ok jeremy@
2014-10-17 17:03:26 +00:00
jasper
ecfc36e795 update to msgpack-0.5.9 2014-10-17 10:43:53 +00:00
jasper
eae81ff877 actually, take maintainership; not bumping as it's not hooked up yet 2014-04-17 14:29:33 +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