README.md in PD_x12-1.3.1 vs README.md in PD_x12-1.3.2
- old
+ new
@@ -1,8 +1,7 @@
# X12
-This project originated from App Design's X12 parser. The website is located: http://www.appdesign.com/x12parser. Project was forked by Sean Walberg, creating version 1.2.0 in April 2012.
Current version has been upgraded to run under ruby version >= 1.9.1
Changes welcome, especially new document types or better tests.
# License
@@ -23,29 +22,49 @@
## Installation
Add this line to your application's Gemfile:
- gem 'X12'
+ gem 'PD_x12'
And then execute:
$ bundle
Or install it yourself as:
- $ gem install X12
+ $ gem install PD_x12
-# Usage
+## Documentation
+### Wiki Page: https://github.com/mjpete3/x12/wiki
-TODO: Write usage instructions here
+## Major deficiencies
+ Validation is not implemented.
+ Field types and sizes are ignored.
+ No access methods for composites’ fields.
+
+# Acknowledgments
+
+The authors of the project were inspired by the following works:
+
+ * The Perl X12 parser by Prasad Poruporuthan, search.cpan.org/~prasad/X12-0.09/lib/X12/Parser.pm
+ * The Ruby port of the above by Chris Parker, rubyforge.org/projects/x12-parser/
+ * This project originated from App Design's X12 parser.
+ * Project was forked by Sean Walberg, creating version 1.2.0 in April 2012.
+
+
# Change Log
+12/2/12 - release 1.3.2
+* Added the 835 transaction
+12/1/12 - release 1.3.1
+* Added the 837p transaction
+
11/23/12 - release 1.3.0
* Updated to work with Ruby version >= 1.9.1
* includes bundle gem_tasks
-* In misc/T105.xml escaped ampersand in Dun & Bradstreet
+* In misc/T105.xml escaped ampersand in Dun & Bradstreet
4/18/12 - Release 1.2.0
* Works with Ruby version >= 1.8.6
* All the gem info has been changed to use bundler
* Everything has been renamed to be lower case and work on case sensitive systems