From 2e7e63e0e55ef91a930cb5d82f52951af8575af5 Mon Sep 17 00:00:00 2001 From: Clay Dunston <51792731+tcd@users.noreply.github.com> Date: Wed, 23 Oct 2019 19:55:18 -0500 Subject: [PATCH] Add new Ruby resource (#50) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d16b6b..219668d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ List of EDI Github Resources. PRs Welcome! ### Ruby - [ConsultingMD/ediot](https://github.com/ConsultingMD/ediot) - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV) - [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions. +- [rwjblue/X12](https://github.com/rwjblue/X12) - X12 Parser - a library to manipulate X12 structures using native Ruby syntax. ### Rust - [sezna/edi](https://github.com/sezna/edi) - Rust crate for parsing X12 EDI and acting on it. Supports serialization to a variety of formats including JSON.