primary_connect_proto 0.25.0 → 0.26.0
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 +5 -1
- data/Gemfile.lock +1 -1
- data/lib/connect_proto/src/coded_value.proto +6 -0
- data/lib/connect_proto/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a30a562865836762c9d4b0380f22fac4e9540799e7c1fc53f5eb5bb372f8ad8e
|
4
|
+
data.tar.gz: 94c94d119f74cc15fc5ff124db0d28095bf793d2ffe88814a8b9301ef20ff505
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 371f1169d141f91d09d2d2e99391a75b2923be424aa67047f8b2969c11f92aff54fbf0610abbfb4c4374f60367375b2552c393756b7410016e8d8881297588c6
|
7
|
+
data.tar.gz: 0f780f93181ad28d6a50460ea492378e140688ae2d76c8836b8769a4ad94b8f90994e06d7d478ff1f0877cb1ee02d1f394007486d7e004afd960f5a1fdf19d8d
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -6,4 +6,10 @@ message CodedValue {
|
|
6
6
|
string value = 1;
|
7
7
|
string code_set = 2;
|
8
8
|
string description = 3;
|
9
|
+
string alt_value = 4;
|
10
|
+
string alt_code_set = 5;
|
11
|
+
string alt_description = 6;
|
12
|
+
string code_set_version = 7;
|
13
|
+
string alt_code_set_version = 8;
|
14
|
+
string original_text = 9:
|
9
15
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: primary_connect_proto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Primary.Health
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
- !ruby/object:Gem::Version
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
|
-
rubygems_version: 3.
|
153
|
+
rubygems_version: 3.2.15
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
156
|
summary: Primary Connect Protobuf
|