Commit graph

2 commits

Author SHA1 Message Date
taca
ebe52085c4 net/ruby-xdr: update to 3.0.0
3.0.0

* Padding bytes are now properly validated when reading xdr values.  According
  to the XDR spec, padding must be zeros.

* Use activemodel and activesuport 5.2
2019-01-20 14:41:10 +00:00
minskim
896926e610 net/ruby-xdr: Import version 2.0.0
XDR is an open data format, specified in RFC 4506. This library
provides a way to read and write XDR data from Ruby. It can read/write
all of the primitive XDR types and also provides facilities to define
readers for the compound XDR types (enums, structs and unions).
2017-10-06 17:00:29 +00:00