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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63ed98b8e9859bae0995fdcbaf9dc91a4f791c15
4
- data.tar.gz: 340bda99193c3c41029549eef1718a02ab97fe20
3
+ metadata.gz: e36ad31d91218d51906a5f011b1f226b6fb3eea8
4
+ data.tar.gz: fdfddfb995a5a1827a6cffe56bffd57ddc5551b0
5
5
  SHA512:
6
- metadata.gz: 13eeabac9686c3aac0ebc1499fcacc1ca9c2df174e08bedb2de6e921f6dd77d8453cee37336ba1990cb735fd77b07cb0db7f741a305fbe483f1f31f782ad3860
7
- data.tar.gz: 2f4dc3fac4007bed5e0af48746b214fcc2e0ef596993bb84c1fcaab3e311bfe3b342a652ef44feccc31053cc7614d912d530521d897fc30ece7df7389e4a7586
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
@@ -1,3 +1,3 @@
1
1
  module X12
2
- VERSION = "1.5.2"
2
+ VERSION = "1.5.3"
3
3
  end
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="PER" max="5" required="n" comment="Pay-to provider contact information"/>
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"/>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pd_x12
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marty Petersen