rasn1 0.5.0 has been released.
* home: <https://github.com/sdaubert/rasn1>
* bugs: <https://github.com/sdaubert/rasn1/issues>
* doc: <https://github.com/sdaubert/rasn1/wiki>
RASN1 is a pure ruby ASN.1 library. RASN1 helps to create ASN.1 parsers
and encoders.
Changes:
### 0.5.0 / 2017-12-13
* Types::SequenceOf: break API:
* simplify adding elements to a SequenceOf
* make it coherent with others types: no more return hashes but
ASN.1 objects
* Types::Any:
* if value is nil, now encode a NULL object
* #inspect now show real type instead of ANY when type is set by hand
* add Types::Choice#inspect
* update Model#inspect
* add Model#== and Types::Base#==