Commit graph

4 commits

Author SHA1 Message Date
taca
725e3f25fa net/ruby-xdr: correct dependency
* Use RUBY_ACTIVEMODEL_DEPENDS in lang/ruby/rails.mk for dependency.
* Accept rails 52 and 60.

Bump PKGREVISION.
2020-03-22 03:52:45 +00:00
tnn
7a351af97d ruby-*: comment out references to deleted rails packages, mark as BROKEN
Someone with ruby clue needs to look at these.
2020-03-21 20:26:17 +00:00
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