primary_connect_proto 0.24.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b663c78995a410aebcbd5cd14f69999a03fdd5e60956785f2f12ca502db2aa08
4
- data.tar.gz: 378dead758a8333c9f1ab6bf3621404a172a1ad75bcd56036abbad6e29daa91d
3
+ metadata.gz: a30a562865836762c9d4b0380f22fac4e9540799e7c1fc53f5eb5bb372f8ad8e
4
+ data.tar.gz: 94c94d119f74cc15fc5ff124db0d28095bf793d2ffe88814a8b9301ef20ff505
5
5
  SHA512:
6
- metadata.gz: 368512dbcfa6260c1da4bfdfbeb7b65b354113e0658ab1f6fb3f68fdbd8a6f62cd122e563ee24e9443a789ba28f7b460dcc83d810cbaa053c12b5b76d3bf05b9
7
- data.tar.gz: ba1254ff8045fa5ac78873ca79ca3007e9b1f604b41cfb3d437eed10b1edc21197bed0cfa6e071d62abb75375cda70a84d3127367fd12ac6e4602c17b0066507
6
+ metadata.gz: 371f1169d141f91d09d2d2e99391a75b2923be424aa67047f8b2969c11f92aff54fbf0610abbfb4c4374f60367375b2552c393756b7410016e8d8881297588c6
7
+ data.tar.gz: 0f780f93181ad28d6a50460ea492378e140688ae2d76c8836b8769a4ad94b8f90994e06d7d478ff1f0877cb1ee02d1f394007486d7e004afd960f5a1fdf19d8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.26.0
4
+
5
+ - Update `Order.procedure` to include alternate fields
6
+
7
+ ## 0.25.0
8
+
9
+ - Update `google-protobuf` to 3.25.5 (security update)
10
+
3
11
  ## 0.24.0
4
12
 
5
13
  - Added `Result.suppress`
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ gemspec
5
5
  group :development, :test do
6
6
  gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 0.66.0'
9
- end
8
+ gem 'rubocop'
9
+ end
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- primary_connect_proto (0.23.0)
5
- google-protobuf (~> 3.22.0)
4
+ primary_connect_proto (0.26.0)
5
+ google-protobuf (~> 3.25.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -10,45 +10,54 @@ GEM
10
10
  ast (2.4.2)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- diff-lcs (1.4.4)
14
- google-protobuf (3.22.5-arm64-darwin)
15
- jaro_winkler (1.5.4)
16
- method_source (1.0.0)
17
- parallel (1.21.0)
18
- parser (3.0.2.0)
13
+ diff-lcs (1.5.1)
14
+ google-protobuf (3.25.5)
15
+ json (2.9.0)
16
+ language_server-protocol (3.17.0.3)
17
+ method_source (1.1.0)
18
+ parallel (1.26.3)
19
+ parser (3.3.6.0)
19
20
  ast (~> 2.4.1)
20
- pry (0.13.1)
21
+ racc
22
+ pry (0.14.2)
21
23
  coderay (~> 1.1)
22
24
  method_source (~> 1.0)
23
- pry-byebug (3.9.0)
25
+ pry-byebug (3.10.1)
24
26
  byebug (~> 11.0)
25
- pry (~> 0.13.0)
26
- psych (4.0.2)
27
- rainbow (3.0.0)
27
+ pry (>= 0.13, < 0.15)
28
+ racc (1.8.1)
29
+ rainbow (3.1.1)
28
30
  rake (13.0.6)
29
- rspec (3.10.0)
30
- rspec-core (~> 3.10.0)
31
- rspec-expectations (~> 3.10.0)
32
- rspec-mocks (~> 3.10.0)
33
- rspec-core (3.10.1)
34
- rspec-support (~> 3.10.0)
35
- rspec-expectations (3.10.1)
31
+ regexp_parser (2.9.3)
32
+ rspec (3.13.0)
33
+ rspec-core (~> 3.13.0)
34
+ rspec-expectations (~> 3.13.0)
35
+ rspec-mocks (~> 3.13.0)
36
+ rspec-core (3.13.2)
37
+ rspec-support (~> 3.13.0)
38
+ rspec-expectations (3.13.3)
36
39
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.10.0)
38
- rspec-mocks (3.10.2)
40
+ rspec-support (~> 3.13.0)
41
+ rspec-mocks (3.13.2)
39
42
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.10.0)
41
- rspec-support (3.10.3)
42
- rubocop (0.66.0)
43
- jaro_winkler (~> 1.5.1)
43
+ rspec-support (~> 3.13.0)
44
+ rspec-support (3.13.2)
45
+ rubocop (1.69.1)
46
+ json (~> 2.3)
47
+ language_server-protocol (>= 3.17.0)
44
48
  parallel (~> 1.10)
45
- parser (>= 2.5, != 2.5.1.1)
46
- psych (>= 3.1.0)
49
+ parser (>= 3.3.0.2)
47
50
  rainbow (>= 2.2.2, < 4.0)
51
+ regexp_parser (>= 2.9.3, < 3.0)
52
+ rubocop-ast (>= 1.36.2, < 2.0)
48
53
  ruby-progressbar (~> 1.7)
49
- unicode-display_width (>= 1.4.0, < 1.6)
50
- ruby-progressbar (1.11.0)
51
- unicode-display_width (1.5.0)
54
+ unicode-display_width (>= 2.4.0, < 4.0)
55
+ rubocop-ast (1.36.2)
56
+ parser (>= 3.3.1.0)
57
+ ruby-progressbar (1.13.0)
58
+ unicode-display_width (3.1.2)
59
+ unicode-emoji (~> 4.0, >= 4.0.4)
60
+ unicode-emoji (4.0.4)
52
61
 
53
62
  PLATFORMS
54
63
  ruby
@@ -59,7 +68,7 @@ DEPENDENCIES
59
68
  pry-byebug
60
69
  rake (~> 13.0.1)
61
70
  rspec (~> 3.6, >= 3.6.0)
62
- rubocop (~> 0.66.0)
71
+ rubocop
63
72
 
64
73
  BUNDLED WITH
65
74
  2.2.26
data/README.md CHANGED
@@ -7,10 +7,27 @@
7
7
 
8
8
  ## Compile
9
9
 
10
- - `brew install protobuf`
11
- - NOTE: If you already have protobuf installed or plan to install using a different method, please ensure you install version 3.21.x
12
- - `rake`
13
- - Or `rake build:watch`
10
+ Install [version `24`](https://github.com/protocolbuffers/protobuf/releases/tag/v24.4) of Protobuffers .
11
+
12
+ ```bash
13
+ PROTOC_VERSION=24.4
14
+ PROTOC_ZIP=protoc-${PROTOC_VERSION}-osx-x86_64.zip
15
+
16
+ curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/$PROTOC_ZIP
17
+ sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
18
+ sudo unzip -o $PROTOC_ZIP -d /usr/local 'include/*'
19
+ rm -f $PROTOC_ZIP
20
+ ```
21
+ [_ref_](https://google.github.io/proto-lens/installing-protoc.html)
22
+
23
+ - Eval the shell so it picks up changes with `. ~/.zshrc` or restart your terminal
24
+
25
+ - Check that `protoc --version` outputs **libprotoc 3.21.12**
26
+
27
+ Then, run:
28
+
29
+ - `bundle exec rake`
30
+ - Or `bundle exec rake build:watch`
14
31
 
15
32
  ## Publishing changes
16
33
 
@@ -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
  }
@@ -1,3 +1,3 @@
1
1
  module ConnectProto
2
- VERSION = '0.24.0'
2
+ VERSION = '0.26.0'
3
3
  end
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.24.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: 2023-11-20 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.22.0
19
+ version: 3.25.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.22.0
26
+ version: 3.25.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -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.4.13
153
+ rubygems_version: 3.2.15
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: Primary Connect Protobuf