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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +2 -2
- data/Gemfile.lock +41 -32
- data/README.md +21 -4
- data/lib/connect_proto/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04cc6ac5f3b0b405e2773946dfd1cf353034cd186809ebdd2b1cff8f3c165c72
|
4
|
+
data.tar.gz: a545a77f38dd441f35a142c28d3ee021f6da12e43416e5000d32b85bab627bab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01c5e0af5e122881c1459901279a8beda0f057cb53358f0a1de7196bc29fe7280b948dbff2650f5ceebaea53d01e4b3d51b9ca1f6d718dbaef1bac5a6c5e1ab0
|
7
|
+
data.tar.gz: beeb1a8aa62010c9d0990787a70697f12c56afc9d5a591b088fcaf50ffaf4fa920bc1786ae8c6113253c19f4911673235b2eb73846991d62119a896dc47a725b
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
primary_connect_proto (0.
|
5
|
-
google-protobuf (~> 3.
|
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.
|
14
|
-
google-protobuf (3.
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
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
|
-
|
21
|
+
racc
|
22
|
+
pry (0.14.2)
|
21
23
|
coderay (~> 1.1)
|
22
24
|
method_source (~> 1.0)
|
23
|
-
pry-byebug (3.
|
25
|
+
pry-byebug (3.10.1)
|
24
26
|
byebug (~> 11.0)
|
25
|
-
pry (
|
26
|
-
|
27
|
-
rainbow (3.
|
27
|
+
pry (>= 0.13, < 0.15)
|
28
|
+
racc (1.8.1)
|
29
|
+
rainbow (3.1.1)
|
28
30
|
rake (13.0.6)
|
29
|
-
|
30
|
-
|
31
|
-
rspec-
|
32
|
-
rspec-
|
33
|
-
|
34
|
-
|
35
|
-
|
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.
|
38
|
-
rspec-mocks (3.
|
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.
|
41
|
-
rspec-support (3.
|
42
|
-
rubocop (
|
43
|
-
|
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 (>=
|
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 (>=
|
50
|
-
|
51
|
-
|
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
|
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
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
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
|
|
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.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:
|
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.
|
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.
|
26
|
+
version: 3.25.5
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|