summaryrefslogtreecommitdiff
path: root/net/ruby-xdr/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2021-01-13net/ruby-xdr: update to 3.0.2taca1-37/+1
3.0.2 (2020-10-20) Changed * Relax lower bound for ActiveSupport dependency to support usage in Rails 4.2 ((#12)[https://github.com/stellar/ruby-xdr/pull/12]) Fixed * Fix non-bang arm accessors for XDR::Union ((#13)[https://github.com/stellar/ruby-xdr/pull/13]) * Fix .from_xdr encoding param to accept symbols ((#14)[https://github.com/stellar/ruby-xdr/pull/14])
2017-10-06net/ruby-xdr: Import version 2.0.0minskim1-0/+78
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).