PD_x12 1.3.11 → 1.3.12
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.
- data/lib/x12/version.rb +1 -1
- data/misc/837p.xml +1 -1
- metadata +2 -2
data/lib/x12/version.rb
CHANGED
data/misc/837p.xml
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<Segment name="N3" max="1" required="y" comment="Service facility address"/>
|
|
126
126
|
<Segment name="N4" max="1" required="y" comment="Service facility city/state/zip"/>
|
|
127
127
|
<Segment name="REF" max="3" required="n" comment="Service facility location secondary id"/>
|
|
128
|
-
<Segment name="PER" max="1" required="
|
|
128
|
+
<Segment name="PER" max="1" required="n" comment="Service facility contact information"/>
|
|
129
129
|
</Loop>
|
|
130
130
|
<Loop name="L2310D" max="1" required="n">
|
|
131
131
|
<Segment name="NM1" max="1" required="n" comment="Supervising provider 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.3.
|
|
4
|
+
version: 1.3.12
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2013-01-
|
|
14
|
+
date: 2013-01-27 00:00:00.000000000 Z
|
|
15
15
|
dependencies: []
|
|
16
16
|
description: ! 'A gem to handle parsing and generation of ANSI X12 documents. Currently
|
|
17
17
|
tested with Ruby >= 1.9.2. Gem supports X12 EDI transactions 270, 997, 837p and
|