tcd_x12 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -3
- data/lib/x12.rb +0 -3
- data/lib/x12/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d79c025a2b7befdde8277e6b1657c92609659b57b690d87bc180b930fee56910
|
|
4
|
+
data.tar.gz: 107ca7924eed637830ae726fb69b453f06029eeb9a021bf2b88ba391d01eaa16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e59f6512b2bdf801c3068bed98ae2c903717acc2227bf39c25535e5c6715161ba1cfeb823f5716e550840c250d2f7df546f17163d9c904edb696f459834cd59
|
|
7
|
+
data.tar.gz: e466e0840784d5824b1088db1af56b7f2ea8a5b9dcb8206f07f31bc6955e5c9e2f6da1aaf705abce389a78719b01299fdb5243739f72fc8185ca4945faacac94
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
10/25/19 - release 1.6.1
|
|
4
|
+
* Fix invalid yard doc comments
|
|
5
|
+
|
|
3
6
|
10/25/19 - release 1.6.0
|
|
4
7
|
* Update tests from `test/unit` to `minitest`
|
|
5
8
|
* Add `simplecov` gem for test coverage
|
|
6
9
|
* Replace the 850.xml file
|
|
7
10
|
* Fix license
|
|
11
|
+
* Rename to `tcd_x12`
|
|
8
12
|
|
|
9
13
|
11/2/15 - release 1.5.3, 1.5.2
|
|
10
14
|
* Updated 837p.xml Loop 20102AB to include REF segments
|
|
@@ -12,13 +16,13 @@
|
|
|
12
16
|
|
|
13
17
|
4/16/15 - release 1.5.1
|
|
14
18
|
* Added inpsect method to loop class to resolve infinite loop due to changes with inspect and to_s methods in ruby 2.0.0
|
|
15
|
-
* Thank you to Wylan for troubleshooting and providing the fix
|
|
19
|
+
* Thank you to Wylan for troubleshooting and providing the fix
|
|
16
20
|
|
|
17
21
|
11/8/14 - release 1.5.0
|
|
18
|
-
* converted from ReXML to LibXML for speed improvement on XML parsing
|
|
22
|
+
* converted from ReXML to LibXML for speed improvement on XML parsing
|
|
19
23
|
|
|
20
24
|
9/14/13 - release 1.4.7
|
|
21
|
-
* Added 276 / 277 transaction messages
|
|
25
|
+
* Added 276 / 277 transaction messages
|
|
22
26
|
* Fixed issue with 835.xml file
|
|
23
27
|
|
|
24
28
|
4/15/13 - release 1.4.5
|
data/lib/x12.rb
CHANGED
data/lib/x12/version.rb
CHANGED