primary_connect_proto 0.24.0 → 0.25.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: 04cc6ac5f3b0b405e2773946dfd1cf353034cd186809ebdd2b1cff8f3c165c72
4
+ data.tar.gz: a545a77f38dd441f35a142c28d3ee021f6da12e43416e5000d32b85bab627bab
5
5
  SHA512:
6
- metadata.gz: 368512dbcfa6260c1da4bfdfbeb7b65b354113e0658ab1f6fb3f68fdbd8a6f62cd122e563ee24e9443a789ba28f7b460dcc83d810cbaa053c12b5b76d3bf05b9
7
- data.tar.gz: ba1254ff8045fa5ac78873ca79ca3007e9b1f604b41cfb3d437eed10b1edc21197bed0cfa6e071d62abb75375cda70a84d3127367fd12ac6e4602c17b0066507
6
+ metadata.gz: 01c5e0af5e122881c1459901279a8beda0f057cb53358f0a1de7196bc29fe7280b948dbff2650f5ceebaea53d01e4b3d51b9ca1f6d718dbaef1bac5a6c5e1ab0
7
+ data.tar.gz: beeb1a8aa62010c9d0990787a70697f12c56afc9d5a591b088fcaf50ffaf4fa920bc1786ae8c6113253c19f4911673235b2eb73846991d62119a896dc47a725b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.25.0
4
+
5
+ - Update `google-protobuf` to 3.25.5 (security update)
6
+
3
7
  ## 0.24.0
4
8
 
5
9
  - 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.25.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
 
@@ -1,3 +1,3 @@
1
1
  module ConnectProto
2
- VERSION = '0.24.0'
2
+ VERSION = '0.25.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.25.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: 2024-12-06 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