README.md in tcd_x12-1.6.1 vs README.md in tcd_x12-1.6.2
- old
+ new
@@ -1,18 +1,19 @@
# X12
![Ruby Version](https://img.shields.io/badge/Ruby->=1.9.1-red.svg)
+[![Gem Version](https://badge.fury.io/rb/tcd_x12.svg)](https://badge.fury.io/rb/tcd_x12)
![GitHub](https://img.shields.io/github/license/tcd/x12)
Changes welcome, especially new document types or better tests.
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'x12'
+gem 'tcd_x12'
```
And then execute:
```sh
@@ -20,11 +21,11 @@
```
Or install it yourself as:
```sh
-$ gem install x12
+$ gem install tcd_x12
```
## Documentation
### Wiki Page: https://github.com/mjpete3/x12/wiki
@@ -43,9 +44,10 @@
- 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.
- Project was forked by Marty Petersen in November 2012, creating pd_x12.
+- Project was forked by Clay Dunston in October 2019, creating tcd_x12.
# License
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
\ No newline at end of file