pd_x12 1.5.1 → 1.5.2
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/lib/x12/version.rb +1 -1
- data/misc/837p.xml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63ed98b8e9859bae0995fdcbaf9dc91a4f791c15
|
|
4
|
+
data.tar.gz: 340bda99193c3c41029549eef1718a02ab97fe20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13eeabac9686c3aac0ebc1499fcacc1ca9c2df174e08bedb2de6e921f6dd77d8453cee37336ba1990cb735fd77b07cb0db7f741a305fbe483f1f31f782ad3860
|
|
7
|
+
data.tar.gz: 2f4dc3fac4007bed5e0af48746b214fcc2e0ef596993bb84c1fcaab3e311bfe3b342a652ef44feccc31053cc7614d912d530521d897fc30ece7df7389e4a7586
|
data/lib/x12/version.rb
CHANGED
data/misc/837p.xml
CHANGED
|
@@ -53,6 +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
57
|
</Loop>
|
|
57
58
|
<Loop name="L2010AC" max="1" required="n">
|
|
58
59
|
<Segment name="NM1" max="1" required="y" comment="Pay-to plan name"/>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pd_x12
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marty Petersen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: libxml-ruby
|