pd_x12 1.5.2 → 1.5.3
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/README.md +4 -0
- data/lib/x12/version.rb +1 -1
- data/misc/837p.xml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e36ad31d91218d51906a5f011b1f226b6fb3eea8
|
|
4
|
+
data.tar.gz: fdfddfb995a5a1827a6cffe56bffd57ddc5551b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6a7218ddb4ff870dc4e9c157475eaafcf16883d72d246aa9f9f4d1faa4abfebf56f20d3e2a519db4e56a9ea236a4ca4a1ae3141b0c83bb8f0e88bd109c8f83f
|
|
7
|
+
data.tar.gz: 03fc6c649da0a0cae6218af94720fc5bb4f1b975763aa62280b1a5b215310fa648e0e7c1deedf7a20e635ac13a6ecd1ecb2d75b6311ad79674a254139f31fe34
|
data/README.md
CHANGED
|
@@ -57,6 +57,10 @@ The authors of the project were inspired by the following works:
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
# Change Log
|
|
60
|
+
11/2/15 - release 1.5.3, 1.5.2
|
|
61
|
+
* Updated 837p.xml Loop 20102AB to include REF segments
|
|
62
|
+
* fixed misspelling
|
|
63
|
+
|
|
60
64
|
4/16/15 - release 1.5.1
|
|
61
65
|
* Added inpsect method to loop class to resolve infinite loop due to changes with inspect and to_s methods in ruby 2.0.0
|
|
62
66
|
* Thank you to Wylan for troubleshooting and providing the fix
|
data/lib/x12/version.rb
CHANGED
data/misc/837p.xml
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<Segment name="NM1" max="1" required="y" comment="Pay-to address name"/>
|
|
54
54
|
<Segment name="N3" max="1" required="y" comment="Pay-to provider address"/>
|
|
55
55
|
<Segment name="N4" max="1" required="y" comment="Pay-to provider city/state/zip code"/>
|
|
56
|
-
<Segment name="
|
|
56
|
+
<Segment name="REF" max="5" required="n" comment="Pay-to provider contact information"/>
|
|
57
57
|
</Loop>
|
|
58
58
|
<Loop name="L2010AC" max="1" required="n">
|
|
59
59
|
<Segment name="NM1" max="1" required="y" comment="Pay-to plan name"/>
|