cloudenvoy 0.5.rc1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4caf2ea67d821c6523a55d6a0d3049216977a51f7e7660be453e70bdf33a92a6
4
- data.tar.gz: 194c131bb03da874172331f3787ff76edd874eb704e802f13ef24396ad7bab30
3
+ metadata.gz: 797f52c1101a9e1727d691794494be30e2d8d40a196d64316563596fb071d91b
4
+ data.tar.gz: e4975868db644a18733020bd78b216aa3ad2a1fb6293c554dc88f39405c39483
5
5
  SHA512:
6
- metadata.gz: 57cb75713b8e617724e9424b0781e9e40853bdd1e6b2687b2361acca406740edb739f8552aa62581832983f0f5685de05d72e03d52991a902975f20cd43ff55d
7
- data.tar.gz: 67034935f6b83ee47b8afaaf8bbf7199d2466b929eee885834bf7d5c9fe5f3021d5767b21632852dabdd27a7b86105c7d8617459732da7084c3ea46d41407568
6
+ metadata.gz: 056d422ee16380228e6e7e8b774669f1935fec652cfd7fad840f776096fa566e5cc6a6eecb0d4cd9839323e9a65f9bb4866d38d927d86ac0475c58af98e868c0
7
+ data.tar.gz: 1e43db1aa3f40ea7727c2bd588133bac7187e7d98a04624c6c855c29ee0f48e6375594e5c791c8f1c62b0cd47775071383fb6183fb7a960afa3c638e3b1832a7
data/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## [v0.5.rc1](https://github.com/keypup-io/cloudenvoy/tree/v0.5.rc1) (2022-01-05)
3
+ ## [v0.5.0](https://github.com/keypup-io/cloudenvoy/tree/v0.5.0) (2022-03-11)
4
4
 
5
- [Full Changelog](https://github.com/keypup-io/cloudenvoy/compare/v0.4.2...v0.5.rc1)
5
+ [Full Changelog](https://github.com/keypup-io/cloudenvoy/compare/v0.4.2...v0.5.0)
6
6
 
7
7
  **Improvements:**
8
8
  - Ruby 3: Rework method arguments to be compatible with Ruby 3
data/README.md CHANGED
@@ -35,6 +35,9 @@ Add this line to your application's Gemfile:
35
35
 
36
36
  ```ruby
37
37
  gem 'cloudenvoy'
38
+
39
+ # For Ruby 3 support, please use v0.5.rc1
40
+ gem 'cloudenvoy, '~> 0.5.rc1'
38
41
  ```
39
42
 
40
43
  And then execute:
@@ -9,7 +9,7 @@ ruby '3.0.0'
9
9
  gem 'rails', '~> 6.0.2'
10
10
 
11
11
  # Server
12
- gem 'puma', '~> 5.5.2'
12
+ gem 'puma', '~> 5.6.2'
13
13
 
14
14
  # Messaging via GCP Pub/Sub
15
15
  gem 'cloudenvoy', path: '../../'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -10,56 +10,56 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.0.4.4)
14
- actionpack (= 6.0.4.4)
13
+ actioncable (6.0.4.7)
14
+ actionpack (= 6.0.4.7)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (>= 0.6.1)
17
- actionmailbox (6.0.4.4)
18
- actionpack (= 6.0.4.4)
19
- activejob (= 6.0.4.4)
20
- activerecord (= 6.0.4.4)
21
- activestorage (= 6.0.4.4)
22
- activesupport (= 6.0.4.4)
17
+ actionmailbox (6.0.4.7)
18
+ actionpack (= 6.0.4.7)
19
+ activejob (= 6.0.4.7)
20
+ activerecord (= 6.0.4.7)
21
+ activestorage (= 6.0.4.7)
22
+ activesupport (= 6.0.4.7)
23
23
  mail (>= 2.7.1)
24
- actionmailer (6.0.4.4)
25
- actionpack (= 6.0.4.4)
26
- actionview (= 6.0.4.4)
27
- activejob (= 6.0.4.4)
24
+ actionmailer (6.0.4.7)
25
+ actionpack (= 6.0.4.7)
26
+ actionview (= 6.0.4.7)
27
+ activejob (= 6.0.4.7)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (6.0.4.4)
31
- actionview (= 6.0.4.4)
32
- activesupport (= 6.0.4.4)
30
+ actionpack (6.0.4.7)
31
+ actionview (= 6.0.4.7)
32
+ activesupport (= 6.0.4.7)
33
33
  rack (~> 2.0, >= 2.0.8)
34
34
  rack-test (>= 0.6.3)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.0.4.4)
38
- actionpack (= 6.0.4.4)
39
- activerecord (= 6.0.4.4)
40
- activestorage (= 6.0.4.4)
41
- activesupport (= 6.0.4.4)
37
+ actiontext (6.0.4.7)
38
+ actionpack (= 6.0.4.7)
39
+ activerecord (= 6.0.4.7)
40
+ activestorage (= 6.0.4.7)
41
+ activesupport (= 6.0.4.7)
42
42
  nokogiri (>= 1.8.5)
43
- actionview (6.0.4.4)
44
- activesupport (= 6.0.4.4)
43
+ actionview (6.0.4.7)
44
+ activesupport (= 6.0.4.7)
45
45
  builder (~> 3.1)
46
46
  erubi (~> 1.4)
47
47
  rails-dom-testing (~> 2.0)
48
48
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.0.4.4)
50
- activesupport (= 6.0.4.4)
49
+ activejob (6.0.4.7)
50
+ activesupport (= 6.0.4.7)
51
51
  globalid (>= 0.3.6)
52
- activemodel (6.0.4.4)
53
- activesupport (= 6.0.4.4)
54
- activerecord (6.0.4.4)
55
- activemodel (= 6.0.4.4)
56
- activesupport (= 6.0.4.4)
57
- activestorage (6.0.4.4)
58
- actionpack (= 6.0.4.4)
59
- activejob (= 6.0.4.4)
60
- activerecord (= 6.0.4.4)
52
+ activemodel (6.0.4.7)
53
+ activesupport (= 6.0.4.7)
54
+ activerecord (6.0.4.7)
55
+ activemodel (= 6.0.4.7)
56
+ activesupport (= 6.0.4.7)
57
+ activestorage (6.0.4.7)
58
+ actionpack (= 6.0.4.7)
59
+ activejob (= 6.0.4.7)
60
+ activerecord (= 6.0.4.7)
61
61
  marcel (~> 1.0.0)
62
- activesupport (6.0.4.4)
62
+ activesupport (6.0.4.7)
63
63
  concurrent-ruby (~> 1.0, >= 1.0.2)
64
64
  i18n (>= 0.7, < 2)
65
65
  minitest (~> 5.1)
@@ -71,26 +71,30 @@ GEM
71
71
  concurrent-ruby (1.1.9)
72
72
  crass (1.0.6)
73
73
  erubi (1.10.0)
74
- faraday (1.8.0)
74
+ faraday (1.10.0)
75
75
  faraday-em_http (~> 1.0)
76
76
  faraday-em_synchrony (~> 1.0)
77
77
  faraday-excon (~> 1.1)
78
- faraday-httpclient (~> 1.0.1)
78
+ faraday-httpclient (~> 1.0)
79
+ faraday-multipart (~> 1.0)
79
80
  faraday-net_http (~> 1.0)
80
- faraday-net_http_persistent (~> 1.1)
81
+ faraday-net_http_persistent (~> 1.0)
81
82
  faraday-patron (~> 1.0)
82
83
  faraday-rack (~> 1.0)
83
- multipart-post (>= 1.2, < 3)
84
+ faraday-retry (~> 1.0)
84
85
  ruby2_keywords (>= 0.0.4)
85
86
  faraday-em_http (1.0.0)
86
87
  faraday-em_synchrony (1.0.0)
87
88
  faraday-excon (1.1.0)
88
89
  faraday-httpclient (1.0.1)
90
+ faraday-multipart (1.0.3)
91
+ multipart-post (>= 1.2, < 3)
89
92
  faraday-net_http (1.0.1)
90
93
  faraday-net_http_persistent (1.2.0)
91
94
  faraday-patron (1.0.0)
92
95
  faraday-rack (1.0.0)
93
- gapic-common (0.7.0)
96
+ faraday-retry (1.0.3)
97
+ gapic-common (0.8.0)
94
98
  faraday (~> 1.3)
95
99
  google-protobuf (~> 3.14)
96
100
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -105,39 +109,39 @@ GEM
105
109
  google-cloud-env (1.5.0)
106
110
  faraday (>= 0.17.3, < 2.0)
107
111
  google-cloud-errors (1.2.0)
108
- google-cloud-pubsub (2.9.0)
112
+ google-cloud-pubsub (2.9.1)
109
113
  concurrent-ruby (~> 1.1)
110
114
  google-cloud-core (~> 1.5)
111
115
  google-cloud-pubsub-v1 (~> 0.0)
112
- google-cloud-pubsub-v1 (0.6.1)
116
+ google-cloud-pubsub-v1 (0.7.1)
113
117
  gapic-common (>= 0.7, < 2.a)
114
118
  google-cloud-errors (~> 1.0)
115
119
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
116
- google-protobuf (3.19.1)
120
+ google-protobuf (3.19.4)
117
121
  googleapis-common-protos (1.3.12)
118
122
  google-protobuf (~> 3.14)
119
123
  googleapis-common-protos-types (~> 1.2)
120
124
  grpc (~> 1.27)
121
125
  googleapis-common-protos-types (1.3.0)
122
126
  google-protobuf (~> 3.14)
123
- googleauth (1.1.0)
124
- faraday (>= 0.17.3, < 2.0)
127
+ googleauth (1.1.2)
128
+ faraday (>= 0.17.3, < 3.a)
125
129
  jwt (>= 1.4, < 3.0)
126
130
  memoist (~> 0.16)
127
131
  multi_json (~> 1.11)
128
132
  os (>= 0.9, < 2.0)
129
133
  signet (>= 0.16, < 2.a)
130
- grpc (1.40.0)
131
- google-protobuf (~> 3.15)
134
+ grpc (1.43.1)
135
+ google-protobuf (~> 3.18)
132
136
  googleapis-common-protos-types (~> 1.0)
133
137
  grpc-google-iam-v1 (1.0.0)
134
138
  google-protobuf (~> 3.14)
135
139
  googleapis-common-protos (>= 1.3.12, < 2.0)
136
140
  grpc (~> 1.27)
137
- i18n (1.8.11)
141
+ i18n (1.10.0)
138
142
  concurrent-ruby (~> 1.0)
139
143
  jwt (2.3.0)
140
- loofah (2.13.0)
144
+ loofah (2.14.0)
141
145
  crass (~> 1.0.2)
142
146
  nokogiri (>= 1.5.9)
143
147
  mail (2.7.1)
@@ -146,57 +150,57 @@ GEM
146
150
  memoist (0.16.2)
147
151
  method_source (1.0.0)
148
152
  mini_mime (1.1.2)
149
- mini_portile2 (2.6.1)
153
+ mini_portile2 (2.8.0)
150
154
  minitest (5.15.0)
151
155
  multi_json (1.15.0)
152
156
  multipart-post (2.1.1)
153
157
  nio4r (2.5.8)
154
- nokogiri (1.12.5)
155
- mini_portile2 (~> 2.6.1)
158
+ nokogiri (1.13.3)
159
+ mini_portile2 (~> 2.8.0)
156
160
  racc (~> 1.4)
157
161
  os (1.1.4)
158
162
  public_suffix (4.0.6)
159
- puma (5.5.2)
163
+ puma (5.6.2)
160
164
  nio4r (~> 2.0)
161
165
  racc (1.6.0)
162
166
  rack (2.2.3)
163
167
  rack-test (1.1.0)
164
168
  rack (>= 1.0, < 3)
165
- rails (6.0.4.4)
166
- actioncable (= 6.0.4.4)
167
- actionmailbox (= 6.0.4.4)
168
- actionmailer (= 6.0.4.4)
169
- actionpack (= 6.0.4.4)
170
- actiontext (= 6.0.4.4)
171
- actionview (= 6.0.4.4)
172
- activejob (= 6.0.4.4)
173
- activemodel (= 6.0.4.4)
174
- activerecord (= 6.0.4.4)
175
- activestorage (= 6.0.4.4)
176
- activesupport (= 6.0.4.4)
169
+ rails (6.0.4.7)
170
+ actioncable (= 6.0.4.7)
171
+ actionmailbox (= 6.0.4.7)
172
+ actionmailer (= 6.0.4.7)
173
+ actionpack (= 6.0.4.7)
174
+ actiontext (= 6.0.4.7)
175
+ actionview (= 6.0.4.7)
176
+ activejob (= 6.0.4.7)
177
+ activemodel (= 6.0.4.7)
178
+ activerecord (= 6.0.4.7)
179
+ activestorage (= 6.0.4.7)
180
+ activesupport (= 6.0.4.7)
177
181
  bundler (>= 1.3.0)
178
- railties (= 6.0.4.4)
182
+ railties (= 6.0.4.7)
179
183
  sprockets-rails (>= 2.0.0)
180
184
  rails-dom-testing (2.0.3)
181
185
  activesupport (>= 4.2.0)
182
186
  nokogiri (>= 1.6)
183
187
  rails-html-sanitizer (1.4.2)
184
188
  loofah (~> 2.3)
185
- railties (6.0.4.4)
186
- actionpack (= 6.0.4.4)
187
- activesupport (= 6.0.4.4)
189
+ railties (6.0.4.7)
190
+ actionpack (= 6.0.4.7)
191
+ activesupport (= 6.0.4.7)
188
192
  method_source
189
193
  rake (>= 0.8.7)
190
194
  thor (>= 0.20.3, < 2.0)
191
195
  rake (13.0.6)
192
196
  retriable (3.1.2)
193
197
  ruby2_keywords (0.0.5)
194
- signet (0.16.0)
198
+ signet (0.16.1)
195
199
  addressable (~> 2.8)
196
- faraday (>= 0.17.3, < 2.0)
200
+ faraday (>= 0.17.5, < 3.0)
197
201
  jwt (>= 1.5, < 3.0)
198
202
  multi_json (~> 1.10)
199
- sprockets (4.0.2)
203
+ sprockets (4.0.3)
200
204
  concurrent-ruby (~> 1.0)
201
205
  rack (> 1, < 3)
202
206
  sprockets-rails (3.4.2)
@@ -211,14 +215,14 @@ GEM
211
215
  websocket-driver (0.7.5)
212
216
  websocket-extensions (>= 0.1.0)
213
217
  websocket-extensions (0.1.5)
214
- zeitwerk (2.5.3)
218
+ zeitwerk (2.5.4)
215
219
 
216
220
  PLATFORMS
217
221
  ruby
218
222
 
219
223
  DEPENDENCIES
220
224
  cloudenvoy!
221
- puma (~> 5.5.2)
225
+ puma (~> 5.6.2)
222
226
  rails (~> 6.0.2)
223
227
  sqlite3
224
228
 
@@ -9,7 +9,7 @@ ruby '3.0.0'
9
9
  gem 'sinatra'
10
10
 
11
11
  # Server
12
- gem 'puma', '~> 5.5.2'
12
+ gem 'puma', '~> 5.6.2'
13
13
 
14
14
  # Support rake tasks
15
15
  gem 'rake'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.0)
13
+ activesupport (7.0.2.3)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -18,26 +18,30 @@ GEM
18
18
  addressable (2.8.0)
19
19
  public_suffix (>= 2.0.2, < 5.0)
20
20
  concurrent-ruby (1.1.9)
21
- faraday (1.8.0)
21
+ faraday (1.10.0)
22
22
  faraday-em_http (~> 1.0)
23
23
  faraday-em_synchrony (~> 1.0)
24
24
  faraday-excon (~> 1.1)
25
- faraday-httpclient (~> 1.0.1)
25
+ faraday-httpclient (~> 1.0)
26
+ faraday-multipart (~> 1.0)
26
27
  faraday-net_http (~> 1.0)
27
- faraday-net_http_persistent (~> 1.1)
28
+ faraday-net_http_persistent (~> 1.0)
28
29
  faraday-patron (~> 1.0)
29
30
  faraday-rack (~> 1.0)
30
- multipart-post (>= 1.2, < 3)
31
+ faraday-retry (~> 1.0)
31
32
  ruby2_keywords (>= 0.0.4)
32
33
  faraday-em_http (1.0.0)
33
34
  faraday-em_synchrony (1.0.0)
34
35
  faraday-excon (1.1.0)
35
36
  faraday-httpclient (1.0.1)
37
+ faraday-multipart (1.0.3)
38
+ multipart-post (>= 1.2, < 3)
36
39
  faraday-net_http (1.0.1)
37
40
  faraday-net_http_persistent (1.2.0)
38
41
  faraday-patron (1.0.0)
39
42
  faraday-rack (1.0.0)
40
- gapic-common (0.7.0)
43
+ faraday-retry (1.0.3)
44
+ gapic-common (0.8.0)
41
45
  faraday (~> 1.3)
42
46
  google-protobuf (~> 3.14)
43
47
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -50,36 +54,40 @@ GEM
50
54
  google-cloud-env (1.5.0)
51
55
  faraday (>= 0.17.3, < 2.0)
52
56
  google-cloud-errors (1.2.0)
53
- google-cloud-pubsub (2.9.0)
57
+ google-cloud-pubsub (2.9.1)
54
58
  concurrent-ruby (~> 1.1)
55
59
  google-cloud-core (~> 1.5)
56
60
  google-cloud-pubsub-v1 (~> 0.0)
57
- google-cloud-pubsub-v1 (0.6.1)
61
+ google-cloud-pubsub-v1 (0.7.1)
58
62
  gapic-common (>= 0.7, < 2.a)
59
63
  google-cloud-errors (~> 1.0)
60
64
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
61
- google-protobuf (3.19.1-x86_64-darwin)
65
+ google-protobuf (3.19.4-x86_64-darwin)
66
+ google-protobuf (3.19.4-x86_64-linux)
62
67
  googleapis-common-protos (1.3.12)
63
68
  google-protobuf (~> 3.14)
64
69
  googleapis-common-protos-types (~> 1.2)
65
70
  grpc (~> 1.27)
66
71
  googleapis-common-protos-types (1.3.0)
67
72
  google-protobuf (~> 3.14)
68
- googleauth (1.1.0)
69
- faraday (>= 0.17.3, < 2.0)
73
+ googleauth (1.1.2)
74
+ faraday (>= 0.17.3, < 3.a)
70
75
  jwt (>= 1.4, < 3.0)
71
76
  memoist (~> 0.16)
72
77
  multi_json (~> 1.11)
73
78
  os (>= 0.9, < 2.0)
74
79
  signet (>= 0.16, < 2.a)
75
- grpc (1.40.0-universal-darwin)
76
- google-protobuf (~> 3.15)
80
+ grpc (1.43.1-universal-darwin)
81
+ google-protobuf (~> 3.18)
82
+ googleapis-common-protos-types (~> 1.0)
83
+ grpc (1.43.1-x86_64-linux)
84
+ google-protobuf (~> 3.18)
77
85
  googleapis-common-protos-types (~> 1.0)
78
86
  grpc-google-iam-v1 (1.0.0)
79
87
  google-protobuf (~> 3.14)
80
88
  googleapis-common-protos (>= 1.3.12, < 2.0)
81
89
  grpc (~> 1.27)
82
- i18n (1.8.11)
90
+ i18n (1.10.0)
83
91
  concurrent-ruby (~> 1.0)
84
92
  jwt (2.3.0)
85
93
  memoist (0.16.2)
@@ -91,23 +99,23 @@ GEM
91
99
  nio4r (2.5.8)
92
100
  os (1.1.4)
93
101
  public_suffix (4.0.6)
94
- puma (5.5.2)
102
+ puma (5.6.2)
95
103
  nio4r (~> 2.0)
96
104
  rack (2.2.3)
97
- rack-protection (2.1.0)
105
+ rack-protection (2.2.0)
98
106
  rack
99
107
  rake (13.0.6)
100
108
  retriable (3.1.2)
101
109
  ruby2_keywords (0.0.5)
102
- signet (0.16.0)
110
+ signet (0.16.1)
103
111
  addressable (~> 2.8)
104
- faraday (>= 0.17.3, < 2.0)
112
+ faraday (>= 0.17.5, < 3.0)
105
113
  jwt (>= 1.5, < 3.0)
106
114
  multi_json (~> 1.10)
107
- sinatra (2.1.0)
115
+ sinatra (2.2.0)
108
116
  mustermann (~> 1.0)
109
117
  rack (~> 2.2)
110
- rack-protection (= 2.1.0)
118
+ rack-protection (= 2.2.0)
111
119
  tilt (~> 2.0)
112
120
  tilt (2.0.10)
113
121
  tzinfo (2.0.4)
@@ -116,11 +124,11 @@ GEM
116
124
  PLATFORMS
117
125
  x86_64-darwin-17
118
126
  x86_64-darwin-19
127
+ x86_64-linux
119
128
 
120
129
  DEPENDENCIES
121
130
  cloudenvoy!
122
- grpc (~> 1.40.0)
123
- puma (~> 5.5.2)
131
+ puma (~> 5.6.2)
124
132
  rake
125
133
  sinatra
126
134
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -66,26 +66,30 @@ GEM
66
66
  crass (1.0.6)
67
67
  diff-lcs (1.5.0)
68
68
  erubi (1.10.0)
69
- faraday (1.8.0)
69
+ faraday (1.10.0)
70
70
  faraday-em_http (~> 1.0)
71
71
  faraday-em_synchrony (~> 1.0)
72
72
  faraday-excon (~> 1.1)
73
- faraday-httpclient (~> 1.0.1)
73
+ faraday-httpclient (~> 1.0)
74
+ faraday-multipart (~> 1.0)
74
75
  faraday-net_http (~> 1.0)
75
- faraday-net_http_persistent (~> 1.1)
76
+ faraday-net_http_persistent (~> 1.0)
76
77
  faraday-patron (~> 1.0)
77
78
  faraday-rack (~> 1.0)
78
- multipart-post (>= 1.2, < 3)
79
+ faraday-retry (~> 1.0)
79
80
  ruby2_keywords (>= 0.0.4)
80
81
  faraday-em_http (1.0.0)
81
82
  faraday-em_synchrony (1.0.0)
82
83
  faraday-excon (1.1.0)
83
84
  faraday-httpclient (1.0.1)
85
+ faraday-multipart (1.0.3)
86
+ multipart-post (>= 1.2, < 3)
84
87
  faraday-net_http (1.0.1)
85
88
  faraday-net_http_persistent (1.2.0)
86
89
  faraday-patron (1.0.0)
87
90
  faraday-rack (1.0.0)
88
- gapic-common (0.7.0)
91
+ faraday-retry (1.0.3)
92
+ gapic-common (0.8.0)
89
93
  faraday (~> 1.3)
90
94
  google-protobuf (~> 3.14)
91
95
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -100,29 +104,29 @@ GEM
100
104
  google-cloud-env (1.5.0)
101
105
  faraday (>= 0.17.3, < 2.0)
102
106
  google-cloud-errors (1.2.0)
103
- google-cloud-pubsub (2.9.0)
107
+ google-cloud-pubsub (2.9.1)
104
108
  concurrent-ruby (~> 1.1)
105
109
  google-cloud-core (~> 1.5)
106
110
  google-cloud-pubsub-v1 (~> 0.0)
107
- google-cloud-pubsub-v1 (0.6.1)
111
+ google-cloud-pubsub-v1 (0.7.1)
108
112
  gapic-common (>= 0.7, < 2.a)
109
113
  google-cloud-errors (~> 1.0)
110
114
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
111
- google-protobuf (3.19.1)
115
+ google-protobuf (3.19.4-x86_64-darwin)
112
116
  googleapis-common-protos (1.3.12)
113
117
  google-protobuf (~> 3.14)
114
118
  googleapis-common-protos-types (~> 1.2)
115
119
  grpc (~> 1.27)
116
120
  googleapis-common-protos-types (1.3.0)
117
121
  google-protobuf (~> 3.14)
118
- googleauth (1.1.0)
119
- faraday (>= 0.17.3, < 2.0)
122
+ googleauth (1.1.2)
123
+ faraday (>= 0.17.3, < 3.a)
120
124
  jwt (>= 1.4, < 3.0)
121
125
  memoist (~> 0.16)
122
126
  multi_json (~> 1.11)
123
127
  os (>= 0.9, < 2.0)
124
128
  signet (>= 0.16, < 2.a)
125
- grpc (1.42.0)
129
+ grpc (1.43.1-universal-darwin)
126
130
  google-protobuf (~> 3.18)
127
131
  googleapis-common-protos-types (~> 1.0)
128
132
  grpc-google-iam-v1 (1.0.0)
@@ -226,9 +230,9 @@ GEM
226
230
  ruby2_keywords (0.0.5)
227
231
  semantic_logger (4.9.0)
228
232
  concurrent-ruby (~> 1.0)
229
- signet (0.16.0)
233
+ signet (0.16.1)
230
234
  addressable (~> 2.8)
231
- faraday (>= 0.17.3, < 2.0)
235
+ faraday (>= 0.17.5, < 3.0)
232
236
  jwt (>= 1.5, < 3.0)
233
237
  multi_json (~> 1.10)
234
238
  sprockets (4.0.2)
@@ -238,7 +242,6 @@ GEM
238
242
  actionpack (>= 5.2)
239
243
  activesupport (>= 5.2)
240
244
  sprockets (>= 3.0.0)
241
- sqlite3 (1.4.2)
242
245
  thor (1.1.0)
243
246
  thread_safe (0.3.6)
244
247
  timecop (0.9.4)
@@ -266,9 +269,8 @@ DEPENDENCIES
266
269
  rubocop (= 0.76.0)
267
270
  rubocop-rspec (= 1.37.0)
268
271
  semantic_logger
269
- sqlite3
270
272
  timecop
271
273
  webmock
272
274
 
273
275
  BUNDLED WITH
274
- 2.3.4
276
+ 2.3.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -79,26 +79,30 @@ GEM
79
79
  crass (1.0.6)
80
80
  diff-lcs (1.5.0)
81
81
  erubi (1.10.0)
82
- faraday (1.8.0)
82
+ faraday (1.10.0)
83
83
  faraday-em_http (~> 1.0)
84
84
  faraday-em_synchrony (~> 1.0)
85
85
  faraday-excon (~> 1.1)
86
- faraday-httpclient (~> 1.0.1)
86
+ faraday-httpclient (~> 1.0)
87
+ faraday-multipart (~> 1.0)
87
88
  faraday-net_http (~> 1.0)
88
- faraday-net_http_persistent (~> 1.1)
89
+ faraday-net_http_persistent (~> 1.0)
89
90
  faraday-patron (~> 1.0)
90
91
  faraday-rack (~> 1.0)
91
- multipart-post (>= 1.2, < 3)
92
+ faraday-retry (~> 1.0)
92
93
  ruby2_keywords (>= 0.0.4)
93
94
  faraday-em_http (1.0.0)
94
95
  faraday-em_synchrony (1.0.0)
95
96
  faraday-excon (1.1.0)
96
97
  faraday-httpclient (1.0.1)
98
+ faraday-multipart (1.0.3)
99
+ multipart-post (>= 1.2, < 3)
97
100
  faraday-net_http (1.0.1)
98
101
  faraday-net_http_persistent (1.2.0)
99
102
  faraday-patron (1.0.0)
100
103
  faraday-rack (1.0.0)
101
- gapic-common (0.7.0)
104
+ faraday-retry (1.0.3)
105
+ gapic-common (0.8.0)
102
106
  faraday (~> 1.3)
103
107
  google-protobuf (~> 3.14)
104
108
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -113,29 +117,29 @@ GEM
113
117
  google-cloud-env (1.5.0)
114
118
  faraday (>= 0.17.3, < 2.0)
115
119
  google-cloud-errors (1.2.0)
116
- google-cloud-pubsub (2.9.0)
120
+ google-cloud-pubsub (2.9.1)
117
121
  concurrent-ruby (~> 1.1)
118
122
  google-cloud-core (~> 1.5)
119
123
  google-cloud-pubsub-v1 (~> 0.0)
120
- google-cloud-pubsub-v1 (0.6.1)
124
+ google-cloud-pubsub-v1 (0.7.1)
121
125
  gapic-common (>= 0.7, < 2.a)
122
126
  google-cloud-errors (~> 1.0)
123
127
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
124
- google-protobuf (3.19.1)
128
+ google-protobuf (3.19.4-x86_64-darwin)
125
129
  googleapis-common-protos (1.3.12)
126
130
  google-protobuf (~> 3.14)
127
131
  googleapis-common-protos-types (~> 1.2)
128
132
  grpc (~> 1.27)
129
133
  googleapis-common-protos-types (1.3.0)
130
134
  google-protobuf (~> 3.14)
131
- googleauth (1.1.0)
132
- faraday (>= 0.17.3, < 2.0)
135
+ googleauth (1.1.2)
136
+ faraday (>= 0.17.3, < 3.a)
133
137
  jwt (>= 1.4, < 3.0)
134
138
  memoist (~> 0.16)
135
139
  multi_json (~> 1.11)
136
140
  os (>= 0.9, < 2.0)
137
141
  signet (>= 0.16, < 2.a)
138
- grpc (1.42.0)
142
+ grpc (1.43.1-universal-darwin)
139
143
  google-protobuf (~> 3.18)
140
144
  googleapis-common-protos-types (~> 1.0)
141
145
  grpc-google-iam-v1 (1.0.0)
@@ -241,9 +245,9 @@ GEM
241
245
  ruby2_keywords (0.0.5)
242
246
  semantic_logger (4.9.0)
243
247
  concurrent-ruby (~> 1.0)
244
- signet (0.16.0)
248
+ signet (0.16.1)
245
249
  addressable (~> 2.8)
246
- faraday (>= 0.17.3, < 2.0)
250
+ faraday (>= 0.17.5, < 3.0)
247
251
  jwt (>= 1.5, < 3.0)
248
252
  multi_json (~> 1.10)
249
253
  sprockets (4.0.2)
@@ -253,7 +257,6 @@ GEM
253
257
  actionpack (>= 5.2)
254
258
  activesupport (>= 5.2)
255
259
  sprockets (>= 3.0.0)
256
- sqlite3 (1.4.2)
257
260
  thor (1.1.0)
258
261
  thread_safe (0.3.6)
259
262
  timecop (0.9.4)
@@ -282,9 +285,8 @@ DEPENDENCIES
282
285
  rubocop (= 0.76.0)
283
286
  rubocop-rspec (= 1.37.0)
284
287
  semantic_logger
285
- sqlite3
286
288
  timecop
287
289
  webmock
288
290
 
289
291
  BUNDLED WITH
290
- 2.3.4
292
+ 2.3.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -27,26 +27,30 @@ GEM
27
27
  crack (0.4.5)
28
28
  rexml
29
29
  diff-lcs (1.5.0)
30
- faraday (1.8.0)
30
+ faraday (1.10.0)
31
31
  faraday-em_http (~> 1.0)
32
32
  faraday-em_synchrony (~> 1.0)
33
33
  faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
34
+ faraday-httpclient (~> 1.0)
35
+ faraday-multipart (~> 1.0)
35
36
  faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
+ faraday-net_http_persistent (~> 1.0)
37
38
  faraday-patron (~> 1.0)
38
39
  faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
+ faraday-retry (~> 1.0)
40
41
  ruby2_keywords (>= 0.0.4)
41
42
  faraday-em_http (1.0.0)
42
43
  faraday-em_synchrony (1.0.0)
43
44
  faraday-excon (1.1.0)
44
45
  faraday-httpclient (1.0.1)
46
+ faraday-multipart (1.0.3)
47
+ multipart-post (>= 1.2, < 3)
45
48
  faraday-net_http (1.0.1)
46
49
  faraday-net_http_persistent (1.2.0)
47
50
  faraday-patron (1.0.0)
48
51
  faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
52
+ faraday-retry (1.0.3)
53
+ gapic-common (0.8.0)
50
54
  faraday (~> 1.3)
51
55
  google-protobuf (~> 3.14)
52
56
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -59,29 +63,29 @@ GEM
59
63
  google-cloud-env (1.5.0)
60
64
  faraday (>= 0.17.3, < 2.0)
61
65
  google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
66
+ google-cloud-pubsub (2.9.1)
63
67
  concurrent-ruby (~> 1.1)
64
68
  google-cloud-core (~> 1.5)
65
69
  google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
70
+ google-cloud-pubsub-v1 (0.7.1)
67
71
  gapic-common (>= 0.7, < 2.a)
68
72
  google-cloud-errors (~> 1.0)
69
73
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
74
+ google-protobuf (3.19.4-x86_64-darwin)
71
75
  googleapis-common-protos (1.3.12)
72
76
  google-protobuf (~> 3.14)
73
77
  googleapis-common-protos-types (~> 1.2)
74
78
  grpc (~> 1.27)
75
79
  googleapis-common-protos-types (1.3.0)
76
80
  google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
81
+ googleauth (1.1.2)
82
+ faraday (>= 0.17.3, < 3.a)
79
83
  jwt (>= 1.4, < 3.0)
80
84
  memoist (~> 0.16)
81
85
  multi_json (~> 1.11)
82
86
  os (>= 0.9, < 2.0)
83
87
  signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
88
+ grpc (1.43.1-universal-darwin)
85
89
  google-protobuf (~> 3.18)
86
90
  googleapis-common-protos-types (~> 1.0)
87
91
  grpc-google-iam-v1 (1.0.0)
@@ -132,9 +136,9 @@ GEM
132
136
  ruby2_keywords (0.0.5)
133
137
  semantic_logger (3.4.1)
134
138
  concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
139
+ signet (0.16.1)
136
140
  addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
141
+ faraday (>= 0.17.5, < 3.0)
138
142
  jwt (>= 1.5, < 3.0)
139
143
  multi_json (~> 1.10)
140
144
  thor (1.1.0)
@@ -164,4 +168,4 @@ DEPENDENCIES
164
168
  webmock
165
169
 
166
170
  BUNDLED WITH
167
- 2.3.4
171
+ 2.3.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -27,26 +27,30 @@ GEM
27
27
  crack (0.4.5)
28
28
  rexml
29
29
  diff-lcs (1.5.0)
30
- faraday (1.8.0)
30
+ faraday (1.10.0)
31
31
  faraday-em_http (~> 1.0)
32
32
  faraday-em_synchrony (~> 1.0)
33
33
  faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
34
+ faraday-httpclient (~> 1.0)
35
+ faraday-multipart (~> 1.0)
35
36
  faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
+ faraday-net_http_persistent (~> 1.0)
37
38
  faraday-patron (~> 1.0)
38
39
  faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
+ faraday-retry (~> 1.0)
40
41
  ruby2_keywords (>= 0.0.4)
41
42
  faraday-em_http (1.0.0)
42
43
  faraday-em_synchrony (1.0.0)
43
44
  faraday-excon (1.1.0)
44
45
  faraday-httpclient (1.0.1)
46
+ faraday-multipart (1.0.3)
47
+ multipart-post (>= 1.2, < 3)
45
48
  faraday-net_http (1.0.1)
46
49
  faraday-net_http_persistent (1.2.0)
47
50
  faraday-patron (1.0.0)
48
51
  faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
52
+ faraday-retry (1.0.3)
53
+ gapic-common (0.8.0)
50
54
  faraday (~> 1.3)
51
55
  google-protobuf (~> 3.14)
52
56
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -59,29 +63,29 @@ GEM
59
63
  google-cloud-env (1.5.0)
60
64
  faraday (>= 0.17.3, < 2.0)
61
65
  google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
66
+ google-cloud-pubsub (2.9.1)
63
67
  concurrent-ruby (~> 1.1)
64
68
  google-cloud-core (~> 1.5)
65
69
  google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
70
+ google-cloud-pubsub-v1 (0.7.1)
67
71
  gapic-common (>= 0.7, < 2.a)
68
72
  google-cloud-errors (~> 1.0)
69
73
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
74
+ google-protobuf (3.19.4-x86_64-darwin)
71
75
  googleapis-common-protos (1.3.12)
72
76
  google-protobuf (~> 3.14)
73
77
  googleapis-common-protos-types (~> 1.2)
74
78
  grpc (~> 1.27)
75
79
  googleapis-common-protos-types (1.3.0)
76
80
  google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
81
+ googleauth (1.1.2)
82
+ faraday (>= 0.17.3, < 3.a)
79
83
  jwt (>= 1.4, < 3.0)
80
84
  memoist (~> 0.16)
81
85
  multi_json (~> 1.11)
82
86
  os (>= 0.9, < 2.0)
83
87
  signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
88
+ grpc (1.43.1-universal-darwin)
85
89
  google-protobuf (~> 3.18)
86
90
  googleapis-common-protos-types (~> 1.0)
87
91
  grpc-google-iam-v1 (1.0.0)
@@ -132,9 +136,9 @@ GEM
132
136
  ruby2_keywords (0.0.5)
133
137
  semantic_logger (4.6.1)
134
138
  concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
139
+ signet (0.16.1)
136
140
  addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
141
+ faraday (>= 0.17.5, < 3.0)
138
142
  jwt (>= 1.5, < 3.0)
139
143
  multi_json (~> 1.10)
140
144
  thor (1.1.0)
@@ -164,4 +168,4 @@ DEPENDENCIES
164
168
  webmock
165
169
 
166
170
  BUNDLED WITH
167
- 2.3.4
171
+ 2.3.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -27,26 +27,30 @@ GEM
27
27
  crack (0.4.5)
28
28
  rexml
29
29
  diff-lcs (1.5.0)
30
- faraday (1.8.0)
30
+ faraday (1.10.0)
31
31
  faraday-em_http (~> 1.0)
32
32
  faraday-em_synchrony (~> 1.0)
33
33
  faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
34
+ faraday-httpclient (~> 1.0)
35
+ faraday-multipart (~> 1.0)
35
36
  faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
+ faraday-net_http_persistent (~> 1.0)
37
38
  faraday-patron (~> 1.0)
38
39
  faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
+ faraday-retry (~> 1.0)
40
41
  ruby2_keywords (>= 0.0.4)
41
42
  faraday-em_http (1.0.0)
42
43
  faraday-em_synchrony (1.0.0)
43
44
  faraday-excon (1.1.0)
44
45
  faraday-httpclient (1.0.1)
46
+ faraday-multipart (1.0.3)
47
+ multipart-post (>= 1.2, < 3)
45
48
  faraday-net_http (1.0.1)
46
49
  faraday-net_http_persistent (1.2.0)
47
50
  faraday-patron (1.0.0)
48
51
  faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
52
+ faraday-retry (1.0.3)
53
+ gapic-common (0.8.0)
50
54
  faraday (~> 1.3)
51
55
  google-protobuf (~> 3.14)
52
56
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -59,29 +63,29 @@ GEM
59
63
  google-cloud-env (1.5.0)
60
64
  faraday (>= 0.17.3, < 2.0)
61
65
  google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
66
+ google-cloud-pubsub (2.9.1)
63
67
  concurrent-ruby (~> 1.1)
64
68
  google-cloud-core (~> 1.5)
65
69
  google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
70
+ google-cloud-pubsub-v1 (0.7.1)
67
71
  gapic-common (>= 0.7, < 2.a)
68
72
  google-cloud-errors (~> 1.0)
69
73
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
74
+ google-protobuf (3.19.4-x86_64-darwin)
71
75
  googleapis-common-protos (1.3.12)
72
76
  google-protobuf (~> 3.14)
73
77
  googleapis-common-protos-types (~> 1.2)
74
78
  grpc (~> 1.27)
75
79
  googleapis-common-protos-types (1.3.0)
76
80
  google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
81
+ googleauth (1.1.2)
82
+ faraday (>= 0.17.3, < 3.a)
79
83
  jwt (>= 1.4, < 3.0)
80
84
  memoist (~> 0.16)
81
85
  multi_json (~> 1.11)
82
86
  os (>= 0.9, < 2.0)
83
87
  signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
88
+ grpc (1.43.1-universal-darwin)
85
89
  google-protobuf (~> 3.18)
86
90
  googleapis-common-protos-types (~> 1.0)
87
91
  grpc-google-iam-v1 (1.0.0)
@@ -132,9 +136,9 @@ GEM
132
136
  ruby2_keywords (0.0.5)
133
137
  semantic_logger (4.7.0)
134
138
  concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
139
+ signet (0.16.1)
136
140
  addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
141
+ faraday (>= 0.17.5, < 3.0)
138
142
  jwt (>= 1.5, < 3.0)
139
143
  multi_json (~> 1.10)
140
144
  thor (1.1.0)
@@ -164,4 +168,4 @@ DEPENDENCIES
164
168
  webmock
165
169
 
166
170
  BUNDLED WITH
167
- 2.3.4
171
+ 2.3.6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudenvoy (0.4.2)
4
+ cloudenvoy (0.5.0)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -27,26 +27,30 @@ GEM
27
27
  crack (0.4.5)
28
28
  rexml
29
29
  diff-lcs (1.5.0)
30
- faraday (1.8.0)
30
+ faraday (1.10.0)
31
31
  faraday-em_http (~> 1.0)
32
32
  faraday-em_synchrony (~> 1.0)
33
33
  faraday-excon (~> 1.1)
34
- faraday-httpclient (~> 1.0.1)
34
+ faraday-httpclient (~> 1.0)
35
+ faraday-multipart (~> 1.0)
35
36
  faraday-net_http (~> 1.0)
36
- faraday-net_http_persistent (~> 1.1)
37
+ faraday-net_http_persistent (~> 1.0)
37
38
  faraday-patron (~> 1.0)
38
39
  faraday-rack (~> 1.0)
39
- multipart-post (>= 1.2, < 3)
40
+ faraday-retry (~> 1.0)
40
41
  ruby2_keywords (>= 0.0.4)
41
42
  faraday-em_http (1.0.0)
42
43
  faraday-em_synchrony (1.0.0)
43
44
  faraday-excon (1.1.0)
44
45
  faraday-httpclient (1.0.1)
46
+ faraday-multipart (1.0.3)
47
+ multipart-post (>= 1.2, < 3)
45
48
  faraday-net_http (1.0.1)
46
49
  faraday-net_http_persistent (1.2.0)
47
50
  faraday-patron (1.0.0)
48
51
  faraday-rack (1.0.0)
49
- gapic-common (0.7.0)
52
+ faraday-retry (1.0.3)
53
+ gapic-common (0.8.0)
50
54
  faraday (~> 1.3)
51
55
  google-protobuf (~> 3.14)
52
56
  googleapis-common-protos (>= 1.3.11, < 2.a)
@@ -59,29 +63,29 @@ GEM
59
63
  google-cloud-env (1.5.0)
60
64
  faraday (>= 0.17.3, < 2.0)
61
65
  google-cloud-errors (1.2.0)
62
- google-cloud-pubsub (2.9.0)
66
+ google-cloud-pubsub (2.9.1)
63
67
  concurrent-ruby (~> 1.1)
64
68
  google-cloud-core (~> 1.5)
65
69
  google-cloud-pubsub-v1 (~> 0.0)
66
- google-cloud-pubsub-v1 (0.6.1)
70
+ google-cloud-pubsub-v1 (0.7.1)
67
71
  gapic-common (>= 0.7, < 2.a)
68
72
  google-cloud-errors (~> 1.0)
69
73
  grpc-google-iam-v1 (>= 0.6.10, < 2.a)
70
- google-protobuf (3.19.1)
74
+ google-protobuf (3.19.4-x86_64-darwin)
71
75
  googleapis-common-protos (1.3.12)
72
76
  google-protobuf (~> 3.14)
73
77
  googleapis-common-protos-types (~> 1.2)
74
78
  grpc (~> 1.27)
75
79
  googleapis-common-protos-types (1.3.0)
76
80
  google-protobuf (~> 3.14)
77
- googleauth (1.1.0)
78
- faraday (>= 0.17.3, < 2.0)
81
+ googleauth (1.1.2)
82
+ faraday (>= 0.17.3, < 3.a)
79
83
  jwt (>= 1.4, < 3.0)
80
84
  memoist (~> 0.16)
81
85
  multi_json (~> 1.11)
82
86
  os (>= 0.9, < 2.0)
83
87
  signet (>= 0.16, < 2.a)
84
- grpc (1.42.0)
88
+ grpc (1.43.1-universal-darwin)
85
89
  google-protobuf (~> 3.18)
86
90
  googleapis-common-protos-types (~> 1.0)
87
91
  grpc-google-iam-v1 (1.0.0)
@@ -132,9 +136,9 @@ GEM
132
136
  ruby2_keywords (0.0.5)
133
137
  semantic_logger (4.7.2)
134
138
  concurrent-ruby (~> 1.0)
135
- signet (0.16.0)
139
+ signet (0.16.1)
136
140
  addressable (~> 2.8)
137
- faraday (>= 0.17.3, < 2.0)
141
+ faraday (>= 0.17.5, < 3.0)
138
142
  jwt (>= 1.5, < 3.0)
139
143
  multi_json (~> 1.10)
140
144
  thor (1.1.0)
@@ -164,4 +168,4 @@ DEPENDENCIES
164
168
  webmock
165
169
 
166
170
  BUNDLED WITH
167
- 2.3.4
171
+ 2.3.6
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cloudenvoy
4
- VERSION = '0.5.rc1'
4
+ VERSION = '0.5.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudenvoy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.rc1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Lachaume
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-05 00:00:00.000000000 Z
11
+ date: 2022-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -339,9 +339,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
339
339
  version: 2.3.0
340
340
  required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  requirements:
342
- - - ">"
342
+ - - ">="
343
343
  - !ruby/object:Gem::Version
344
- version: 1.3.1
344
+ version: '0'
345
345
  requirements: []
346
346
  rubygems_version: 3.2.3
347
347
  signing_key: