This is a ruby gem for importing and exporting CDA documents (beginning with QRDA Category 1) using Golang XML handling through Ruby FFI. Until cross-compiled libraries are included in this repository, usage requires that Golang 1.5 or later be installed locally.
For local testing, run make dependencies to install the various dependencies followed make in the ext directory.
If this gem is added and installed as a dependency elsewhere, the Golang shared objects will be compiled based on extconf.rb and the Makefile in the ext directory.