msgpack 0.3.2-mswin32 → 0.3.3-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +1 -0
- data/ChangeLog +0 -0
- data/README +29 -0
- data/ext/unpack.c +120 -7
- data/msgpack/pack_define.h +26 -0
- data/msgpack/pack_template.h +686 -0
- data/msgpack/sysdep.h +118 -0
- data/msgpack/unpack_define.h +92 -0
- data/msgpack/unpack_template.h +369 -0
- data/test/msgpack_test.rb +225 -0
- data/test/test_helper.rb +3 -0
- metadata +21 -14
- data/ext/Makefile +0 -156
- data/ext/msgpack.so +0 -0
- data/ext/pack.o +0 -0
- data/ext/rbinit.o +0 -0
- data/ext/unpack.o +0 -0
data/ext/msgpack.so
DELETED
Binary file
|
data/ext/pack.o
DELETED
Binary file
|
data/ext/rbinit.o
DELETED
Binary file
|
data/ext/unpack.o
DELETED
Binary file
|