5 Commits

Author SHA1 Message Date
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