rasn1 0.6.1 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.6.1 / 2017-12-23
* Add Types::Base.parse
* Fix Types::IA5String.type and Types::VisibleString.type
* Fix Model documentation about method helpers to set string types
* Types::Base: fix #initialize_copy
* Types::Base#inspect: add information about DEFAULT or OPTIONAL values
* cleanup API documentation
* Fix Types::Constructed#inspect to not print item names twice