cloudenvoy 0.5.0 → 0.6.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.rubocop.yml +16 -20
- data/CHANGELOG.md +9 -0
- data/README.md +39 -5
- data/cloudenvoy.gemspec +2 -2
- data/examples/rails/Gemfile +1 -1
- data/examples/rails/Gemfile.lock +2 -2
- data/examples/rails/README.md +4 -0
- data/examples/rails/app/subscribers/hello_subscriber.rb +1 -1
- data/examples/rails/config/environments/production.rb +1 -1
- data/examples/rails/config/puma.rb +3 -3
- data/examples/sinatra/Gemfile +1 -1
- data/examples/sinatra/Gemfile.lock +2 -2
- data/examples/sinatra/README.md +4 -0
- data/examples/sinatra/app/subscribers/hello_subscriber.rb +1 -1
- data/examples/sinatra/app.rb +4 -4
- data/lib/cloudenvoy/backend/google_pub_sub.rb +35 -3
- data/lib/cloudenvoy/backend/memory_pub_sub.rb +25 -1
- data/lib/cloudenvoy/config.rb +1 -1
- data/lib/cloudenvoy/message.rb +2 -2
- data/lib/cloudenvoy/pub_sub_client.rb +13 -1
- data/lib/cloudenvoy/publisher.rb +39 -5
- data/lib/cloudenvoy/publisher_logger.rb +1 -1
- data/lib/cloudenvoy/version.rb +1 -1
- data/lib/cloudenvoy.rb +12 -0
- metadata +7 -13
- data/gemfiles/rails_5.2.gemfile.lock +0 -276
- data/gemfiles/rails_6.0.gemfile.lock +0 -292
- data/gemfiles/semantic_logger_3.4.gemfile.lock +0 -171
- data/gemfiles/semantic_logger_4.6.gemfile.lock +0 -171
- data/gemfiles/semantic_logger_4.7.0.gemfile.lock +0 -171
- data/gemfiles/semantic_logger_4.7.2.gemfile.lock +0 -171
@@ -1,171 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
cloudenvoy (0.5.0)
|
5
|
-
activesupport
|
6
|
-
google-cloud-pubsub (~> 2.0)
|
7
|
-
jwt
|
8
|
-
retriable
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
activesupport (6.1.0)
|
14
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
-
i18n (>= 1.6, < 2)
|
16
|
-
minitest (>= 5.1)
|
17
|
-
tzinfo (~> 2.0)
|
18
|
-
zeitwerk (~> 2.3)
|
19
|
-
addressable (2.8.0)
|
20
|
-
public_suffix (>= 2.0.2, < 5.0)
|
21
|
-
appraisal (2.4.1)
|
22
|
-
bundler
|
23
|
-
rake
|
24
|
-
thor (>= 0.14.0)
|
25
|
-
ast (2.4.2)
|
26
|
-
concurrent-ruby (1.1.9)
|
27
|
-
crack (0.4.5)
|
28
|
-
rexml
|
29
|
-
diff-lcs (1.5.0)
|
30
|
-
faraday (1.10.0)
|
31
|
-
faraday-em_http (~> 1.0)
|
32
|
-
faraday-em_synchrony (~> 1.0)
|
33
|
-
faraday-excon (~> 1.1)
|
34
|
-
faraday-httpclient (~> 1.0)
|
35
|
-
faraday-multipart (~> 1.0)
|
36
|
-
faraday-net_http (~> 1.0)
|
37
|
-
faraday-net_http_persistent (~> 1.0)
|
38
|
-
faraday-patron (~> 1.0)
|
39
|
-
faraday-rack (~> 1.0)
|
40
|
-
faraday-retry (~> 1.0)
|
41
|
-
ruby2_keywords (>= 0.0.4)
|
42
|
-
faraday-em_http (1.0.0)
|
43
|
-
faraday-em_synchrony (1.0.0)
|
44
|
-
faraday-excon (1.1.0)
|
45
|
-
faraday-httpclient (1.0.1)
|
46
|
-
faraday-multipart (1.0.3)
|
47
|
-
multipart-post (>= 1.2, < 3)
|
48
|
-
faraday-net_http (1.0.1)
|
49
|
-
faraday-net_http_persistent (1.2.0)
|
50
|
-
faraday-patron (1.0.0)
|
51
|
-
faraday-rack (1.0.0)
|
52
|
-
faraday-retry (1.0.3)
|
53
|
-
gapic-common (0.8.0)
|
54
|
-
faraday (~> 1.3)
|
55
|
-
google-protobuf (~> 3.14)
|
56
|
-
googleapis-common-protos (>= 1.3.11, < 2.a)
|
57
|
-
googleapis-common-protos-types (>= 1.0.6, < 2.a)
|
58
|
-
googleauth (>= 0.17.0, < 2.a)
|
59
|
-
grpc (~> 1.36)
|
60
|
-
google-cloud-core (1.6.0)
|
61
|
-
google-cloud-env (~> 1.0)
|
62
|
-
google-cloud-errors (~> 1.0)
|
63
|
-
google-cloud-env (1.5.0)
|
64
|
-
faraday (>= 0.17.3, < 2.0)
|
65
|
-
google-cloud-errors (1.2.0)
|
66
|
-
google-cloud-pubsub (2.9.1)
|
67
|
-
concurrent-ruby (~> 1.1)
|
68
|
-
google-cloud-core (~> 1.5)
|
69
|
-
google-cloud-pubsub-v1 (~> 0.0)
|
70
|
-
google-cloud-pubsub-v1 (0.7.1)
|
71
|
-
gapic-common (>= 0.7, < 2.a)
|
72
|
-
google-cloud-errors (~> 1.0)
|
73
|
-
grpc-google-iam-v1 (>= 0.6.10, < 2.a)
|
74
|
-
google-protobuf (3.19.4-x86_64-darwin)
|
75
|
-
googleapis-common-protos (1.3.12)
|
76
|
-
google-protobuf (~> 3.14)
|
77
|
-
googleapis-common-protos-types (~> 1.2)
|
78
|
-
grpc (~> 1.27)
|
79
|
-
googleapis-common-protos-types (1.3.0)
|
80
|
-
google-protobuf (~> 3.14)
|
81
|
-
googleauth (1.1.2)
|
82
|
-
faraday (>= 0.17.3, < 3.a)
|
83
|
-
jwt (>= 1.4, < 3.0)
|
84
|
-
memoist (~> 0.16)
|
85
|
-
multi_json (~> 1.11)
|
86
|
-
os (>= 0.9, < 2.0)
|
87
|
-
signet (>= 0.16, < 2.a)
|
88
|
-
grpc (1.43.1-universal-darwin)
|
89
|
-
google-protobuf (~> 3.18)
|
90
|
-
googleapis-common-protos-types (~> 1.0)
|
91
|
-
grpc-google-iam-v1 (1.0.0)
|
92
|
-
google-protobuf (~> 3.14)
|
93
|
-
googleapis-common-protos (>= 1.3.12, < 2.0)
|
94
|
-
grpc (~> 1.27)
|
95
|
-
hashdiff (1.0.1)
|
96
|
-
i18n (1.8.11)
|
97
|
-
concurrent-ruby (~> 1.0)
|
98
|
-
jaro_winkler (1.5.4)
|
99
|
-
jwt (2.3.0)
|
100
|
-
memoist (0.16.2)
|
101
|
-
minitest (5.15.0)
|
102
|
-
multi_json (1.15.0)
|
103
|
-
multipart-post (2.1.1)
|
104
|
-
os (1.1.4)
|
105
|
-
parallel (1.21.0)
|
106
|
-
parser (3.1.0.0)
|
107
|
-
ast (~> 2.4.1)
|
108
|
-
public_suffix (4.0.6)
|
109
|
-
rainbow (3.0.0)
|
110
|
-
rake (13.0.6)
|
111
|
-
retriable (3.1.2)
|
112
|
-
rexml (3.2.5)
|
113
|
-
rspec (3.10.0)
|
114
|
-
rspec-core (~> 3.10.0)
|
115
|
-
rspec-expectations (~> 3.10.0)
|
116
|
-
rspec-mocks (~> 3.10.0)
|
117
|
-
rspec-core (3.10.1)
|
118
|
-
rspec-support (~> 3.10.0)
|
119
|
-
rspec-expectations (3.10.1)
|
120
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
121
|
-
rspec-support (~> 3.10.0)
|
122
|
-
rspec-mocks (3.10.2)
|
123
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.10.0)
|
125
|
-
rspec-support (3.10.3)
|
126
|
-
rubocop (0.76.0)
|
127
|
-
jaro_winkler (~> 1.5.1)
|
128
|
-
parallel (~> 1.10)
|
129
|
-
parser (>= 2.6)
|
130
|
-
rainbow (>= 2.2.2, < 4.0)
|
131
|
-
ruby-progressbar (~> 1.7)
|
132
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
133
|
-
rubocop-rspec (1.37.0)
|
134
|
-
rubocop (>= 0.68.1)
|
135
|
-
ruby-progressbar (1.11.0)
|
136
|
-
ruby2_keywords (0.0.5)
|
137
|
-
semantic_logger (3.4.1)
|
138
|
-
concurrent-ruby (~> 1.0)
|
139
|
-
signet (0.16.1)
|
140
|
-
addressable (~> 2.8)
|
141
|
-
faraday (>= 0.17.5, < 3.0)
|
142
|
-
jwt (>= 1.5, < 3.0)
|
143
|
-
multi_json (~> 1.10)
|
144
|
-
thor (1.1.0)
|
145
|
-
timecop (0.9.4)
|
146
|
-
tzinfo (2.0.4)
|
147
|
-
concurrent-ruby (~> 1.0)
|
148
|
-
unicode-display_width (1.6.1)
|
149
|
-
webmock (3.14.0)
|
150
|
-
addressable (>= 2.8.0)
|
151
|
-
crack (>= 0.3.2)
|
152
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
153
|
-
zeitwerk (2.5.3)
|
154
|
-
|
155
|
-
PLATFORMS
|
156
|
-
ruby
|
157
|
-
|
158
|
-
DEPENDENCIES
|
159
|
-
activesupport (= 6.1)
|
160
|
-
appraisal
|
161
|
-
cloudenvoy!
|
162
|
-
rake (>= 12.3.3)
|
163
|
-
rspec (~> 3.0)
|
164
|
-
rubocop (= 0.76.0)
|
165
|
-
rubocop-rspec (= 1.37.0)
|
166
|
-
semantic_logger (= 3.4.1)
|
167
|
-
timecop
|
168
|
-
webmock
|
169
|
-
|
170
|
-
BUNDLED WITH
|
171
|
-
2.3.6
|
@@ -1,171 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
cloudenvoy (0.5.0)
|
5
|
-
activesupport
|
6
|
-
google-cloud-pubsub (~> 2.0)
|
7
|
-
jwt
|
8
|
-
retriable
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
activesupport (6.1.0)
|
14
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
-
i18n (>= 1.6, < 2)
|
16
|
-
minitest (>= 5.1)
|
17
|
-
tzinfo (~> 2.0)
|
18
|
-
zeitwerk (~> 2.3)
|
19
|
-
addressable (2.8.0)
|
20
|
-
public_suffix (>= 2.0.2, < 5.0)
|
21
|
-
appraisal (2.4.1)
|
22
|
-
bundler
|
23
|
-
rake
|
24
|
-
thor (>= 0.14.0)
|
25
|
-
ast (2.4.2)
|
26
|
-
concurrent-ruby (1.1.9)
|
27
|
-
crack (0.4.5)
|
28
|
-
rexml
|
29
|
-
diff-lcs (1.5.0)
|
30
|
-
faraday (1.10.0)
|
31
|
-
faraday-em_http (~> 1.0)
|
32
|
-
faraday-em_synchrony (~> 1.0)
|
33
|
-
faraday-excon (~> 1.1)
|
34
|
-
faraday-httpclient (~> 1.0)
|
35
|
-
faraday-multipart (~> 1.0)
|
36
|
-
faraday-net_http (~> 1.0)
|
37
|
-
faraday-net_http_persistent (~> 1.0)
|
38
|
-
faraday-patron (~> 1.0)
|
39
|
-
faraday-rack (~> 1.0)
|
40
|
-
faraday-retry (~> 1.0)
|
41
|
-
ruby2_keywords (>= 0.0.4)
|
42
|
-
faraday-em_http (1.0.0)
|
43
|
-
faraday-em_synchrony (1.0.0)
|
44
|
-
faraday-excon (1.1.0)
|
45
|
-
faraday-httpclient (1.0.1)
|
46
|
-
faraday-multipart (1.0.3)
|
47
|
-
multipart-post (>= 1.2, < 3)
|
48
|
-
faraday-net_http (1.0.1)
|
49
|
-
faraday-net_http_persistent (1.2.0)
|
50
|
-
faraday-patron (1.0.0)
|
51
|
-
faraday-rack (1.0.0)
|
52
|
-
faraday-retry (1.0.3)
|
53
|
-
gapic-common (0.8.0)
|
54
|
-
faraday (~> 1.3)
|
55
|
-
google-protobuf (~> 3.14)
|
56
|
-
googleapis-common-protos (>= 1.3.11, < 2.a)
|
57
|
-
googleapis-common-protos-types (>= 1.0.6, < 2.a)
|
58
|
-
googleauth (>= 0.17.0, < 2.a)
|
59
|
-
grpc (~> 1.36)
|
60
|
-
google-cloud-core (1.6.0)
|
61
|
-
google-cloud-env (~> 1.0)
|
62
|
-
google-cloud-errors (~> 1.0)
|
63
|
-
google-cloud-env (1.5.0)
|
64
|
-
faraday (>= 0.17.3, < 2.0)
|
65
|
-
google-cloud-errors (1.2.0)
|
66
|
-
google-cloud-pubsub (2.9.1)
|
67
|
-
concurrent-ruby (~> 1.1)
|
68
|
-
google-cloud-core (~> 1.5)
|
69
|
-
google-cloud-pubsub-v1 (~> 0.0)
|
70
|
-
google-cloud-pubsub-v1 (0.7.1)
|
71
|
-
gapic-common (>= 0.7, < 2.a)
|
72
|
-
google-cloud-errors (~> 1.0)
|
73
|
-
grpc-google-iam-v1 (>= 0.6.10, < 2.a)
|
74
|
-
google-protobuf (3.19.4-x86_64-darwin)
|
75
|
-
googleapis-common-protos (1.3.12)
|
76
|
-
google-protobuf (~> 3.14)
|
77
|
-
googleapis-common-protos-types (~> 1.2)
|
78
|
-
grpc (~> 1.27)
|
79
|
-
googleapis-common-protos-types (1.3.0)
|
80
|
-
google-protobuf (~> 3.14)
|
81
|
-
googleauth (1.1.2)
|
82
|
-
faraday (>= 0.17.3, < 3.a)
|
83
|
-
jwt (>= 1.4, < 3.0)
|
84
|
-
memoist (~> 0.16)
|
85
|
-
multi_json (~> 1.11)
|
86
|
-
os (>= 0.9, < 2.0)
|
87
|
-
signet (>= 0.16, < 2.a)
|
88
|
-
grpc (1.43.1-universal-darwin)
|
89
|
-
google-protobuf (~> 3.18)
|
90
|
-
googleapis-common-protos-types (~> 1.0)
|
91
|
-
grpc-google-iam-v1 (1.0.0)
|
92
|
-
google-protobuf (~> 3.14)
|
93
|
-
googleapis-common-protos (>= 1.3.12, < 2.0)
|
94
|
-
grpc (~> 1.27)
|
95
|
-
hashdiff (1.0.1)
|
96
|
-
i18n (1.8.11)
|
97
|
-
concurrent-ruby (~> 1.0)
|
98
|
-
jaro_winkler (1.5.4)
|
99
|
-
jwt (2.3.0)
|
100
|
-
memoist (0.16.2)
|
101
|
-
minitest (5.15.0)
|
102
|
-
multi_json (1.15.0)
|
103
|
-
multipart-post (2.1.1)
|
104
|
-
os (1.1.4)
|
105
|
-
parallel (1.21.0)
|
106
|
-
parser (3.1.0.0)
|
107
|
-
ast (~> 2.4.1)
|
108
|
-
public_suffix (4.0.6)
|
109
|
-
rainbow (3.0.0)
|
110
|
-
rake (13.0.6)
|
111
|
-
retriable (3.1.2)
|
112
|
-
rexml (3.2.5)
|
113
|
-
rspec (3.10.0)
|
114
|
-
rspec-core (~> 3.10.0)
|
115
|
-
rspec-expectations (~> 3.10.0)
|
116
|
-
rspec-mocks (~> 3.10.0)
|
117
|
-
rspec-core (3.10.1)
|
118
|
-
rspec-support (~> 3.10.0)
|
119
|
-
rspec-expectations (3.10.1)
|
120
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
121
|
-
rspec-support (~> 3.10.0)
|
122
|
-
rspec-mocks (3.10.2)
|
123
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.10.0)
|
125
|
-
rspec-support (3.10.3)
|
126
|
-
rubocop (0.76.0)
|
127
|
-
jaro_winkler (~> 1.5.1)
|
128
|
-
parallel (~> 1.10)
|
129
|
-
parser (>= 2.6)
|
130
|
-
rainbow (>= 2.2.2, < 4.0)
|
131
|
-
ruby-progressbar (~> 1.7)
|
132
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
133
|
-
rubocop-rspec (1.37.0)
|
134
|
-
rubocop (>= 0.68.1)
|
135
|
-
ruby-progressbar (1.11.0)
|
136
|
-
ruby2_keywords (0.0.5)
|
137
|
-
semantic_logger (4.6.1)
|
138
|
-
concurrent-ruby (~> 1.0)
|
139
|
-
signet (0.16.1)
|
140
|
-
addressable (~> 2.8)
|
141
|
-
faraday (>= 0.17.5, < 3.0)
|
142
|
-
jwt (>= 1.5, < 3.0)
|
143
|
-
multi_json (~> 1.10)
|
144
|
-
thor (1.1.0)
|
145
|
-
timecop (0.9.4)
|
146
|
-
tzinfo (2.0.4)
|
147
|
-
concurrent-ruby (~> 1.0)
|
148
|
-
unicode-display_width (1.6.1)
|
149
|
-
webmock (3.14.0)
|
150
|
-
addressable (>= 2.8.0)
|
151
|
-
crack (>= 0.3.2)
|
152
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
153
|
-
zeitwerk (2.5.3)
|
154
|
-
|
155
|
-
PLATFORMS
|
156
|
-
ruby
|
157
|
-
|
158
|
-
DEPENDENCIES
|
159
|
-
activesupport (= 6.1)
|
160
|
-
appraisal
|
161
|
-
cloudenvoy!
|
162
|
-
rake (>= 12.3.3)
|
163
|
-
rspec (~> 3.0)
|
164
|
-
rubocop (= 0.76.0)
|
165
|
-
rubocop-rspec (= 1.37.0)
|
166
|
-
semantic_logger (= 4.6.1)
|
167
|
-
timecop
|
168
|
-
webmock
|
169
|
-
|
170
|
-
BUNDLED WITH
|
171
|
-
2.3.6
|
@@ -1,171 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
cloudenvoy (0.5.0)
|
5
|
-
activesupport
|
6
|
-
google-cloud-pubsub (~> 2.0)
|
7
|
-
jwt
|
8
|
-
retriable
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
activesupport (6.1.0)
|
14
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
-
i18n (>= 1.6, < 2)
|
16
|
-
minitest (>= 5.1)
|
17
|
-
tzinfo (~> 2.0)
|
18
|
-
zeitwerk (~> 2.3)
|
19
|
-
addressable (2.8.0)
|
20
|
-
public_suffix (>= 2.0.2, < 5.0)
|
21
|
-
appraisal (2.4.1)
|
22
|
-
bundler
|
23
|
-
rake
|
24
|
-
thor (>= 0.14.0)
|
25
|
-
ast (2.4.2)
|
26
|
-
concurrent-ruby (1.1.9)
|
27
|
-
crack (0.4.5)
|
28
|
-
rexml
|
29
|
-
diff-lcs (1.5.0)
|
30
|
-
faraday (1.10.0)
|
31
|
-
faraday-em_http (~> 1.0)
|
32
|
-
faraday-em_synchrony (~> 1.0)
|
33
|
-
faraday-excon (~> 1.1)
|
34
|
-
faraday-httpclient (~> 1.0)
|
35
|
-
faraday-multipart (~> 1.0)
|
36
|
-
faraday-net_http (~> 1.0)
|
37
|
-
faraday-net_http_persistent (~> 1.0)
|
38
|
-
faraday-patron (~> 1.0)
|
39
|
-
faraday-rack (~> 1.0)
|
40
|
-
faraday-retry (~> 1.0)
|
41
|
-
ruby2_keywords (>= 0.0.4)
|
42
|
-
faraday-em_http (1.0.0)
|
43
|
-
faraday-em_synchrony (1.0.0)
|
44
|
-
faraday-excon (1.1.0)
|
45
|
-
faraday-httpclient (1.0.1)
|
46
|
-
faraday-multipart (1.0.3)
|
47
|
-
multipart-post (>= 1.2, < 3)
|
48
|
-
faraday-net_http (1.0.1)
|
49
|
-
faraday-net_http_persistent (1.2.0)
|
50
|
-
faraday-patron (1.0.0)
|
51
|
-
faraday-rack (1.0.0)
|
52
|
-
faraday-retry (1.0.3)
|
53
|
-
gapic-common (0.8.0)
|
54
|
-
faraday (~> 1.3)
|
55
|
-
google-protobuf (~> 3.14)
|
56
|
-
googleapis-common-protos (>= 1.3.11, < 2.a)
|
57
|
-
googleapis-common-protos-types (>= 1.0.6, < 2.a)
|
58
|
-
googleauth (>= 0.17.0, < 2.a)
|
59
|
-
grpc (~> 1.36)
|
60
|
-
google-cloud-core (1.6.0)
|
61
|
-
google-cloud-env (~> 1.0)
|
62
|
-
google-cloud-errors (~> 1.0)
|
63
|
-
google-cloud-env (1.5.0)
|
64
|
-
faraday (>= 0.17.3, < 2.0)
|
65
|
-
google-cloud-errors (1.2.0)
|
66
|
-
google-cloud-pubsub (2.9.1)
|
67
|
-
concurrent-ruby (~> 1.1)
|
68
|
-
google-cloud-core (~> 1.5)
|
69
|
-
google-cloud-pubsub-v1 (~> 0.0)
|
70
|
-
google-cloud-pubsub-v1 (0.7.1)
|
71
|
-
gapic-common (>= 0.7, < 2.a)
|
72
|
-
google-cloud-errors (~> 1.0)
|
73
|
-
grpc-google-iam-v1 (>= 0.6.10, < 2.a)
|
74
|
-
google-protobuf (3.19.4-x86_64-darwin)
|
75
|
-
googleapis-common-protos (1.3.12)
|
76
|
-
google-protobuf (~> 3.14)
|
77
|
-
googleapis-common-protos-types (~> 1.2)
|
78
|
-
grpc (~> 1.27)
|
79
|
-
googleapis-common-protos-types (1.3.0)
|
80
|
-
google-protobuf (~> 3.14)
|
81
|
-
googleauth (1.1.2)
|
82
|
-
faraday (>= 0.17.3, < 3.a)
|
83
|
-
jwt (>= 1.4, < 3.0)
|
84
|
-
memoist (~> 0.16)
|
85
|
-
multi_json (~> 1.11)
|
86
|
-
os (>= 0.9, < 2.0)
|
87
|
-
signet (>= 0.16, < 2.a)
|
88
|
-
grpc (1.43.1-universal-darwin)
|
89
|
-
google-protobuf (~> 3.18)
|
90
|
-
googleapis-common-protos-types (~> 1.0)
|
91
|
-
grpc-google-iam-v1 (1.0.0)
|
92
|
-
google-protobuf (~> 3.14)
|
93
|
-
googleapis-common-protos (>= 1.3.12, < 2.0)
|
94
|
-
grpc (~> 1.27)
|
95
|
-
hashdiff (1.0.1)
|
96
|
-
i18n (1.8.11)
|
97
|
-
concurrent-ruby (~> 1.0)
|
98
|
-
jaro_winkler (1.5.4)
|
99
|
-
jwt (2.3.0)
|
100
|
-
memoist (0.16.2)
|
101
|
-
minitest (5.15.0)
|
102
|
-
multi_json (1.15.0)
|
103
|
-
multipart-post (2.1.1)
|
104
|
-
os (1.1.4)
|
105
|
-
parallel (1.21.0)
|
106
|
-
parser (3.1.0.0)
|
107
|
-
ast (~> 2.4.1)
|
108
|
-
public_suffix (4.0.6)
|
109
|
-
rainbow (3.0.0)
|
110
|
-
rake (13.0.6)
|
111
|
-
retriable (3.1.2)
|
112
|
-
rexml (3.2.5)
|
113
|
-
rspec (3.10.0)
|
114
|
-
rspec-core (~> 3.10.0)
|
115
|
-
rspec-expectations (~> 3.10.0)
|
116
|
-
rspec-mocks (~> 3.10.0)
|
117
|
-
rspec-core (3.10.1)
|
118
|
-
rspec-support (~> 3.10.0)
|
119
|
-
rspec-expectations (3.10.1)
|
120
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
121
|
-
rspec-support (~> 3.10.0)
|
122
|
-
rspec-mocks (3.10.2)
|
123
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.10.0)
|
125
|
-
rspec-support (3.10.3)
|
126
|
-
rubocop (0.76.0)
|
127
|
-
jaro_winkler (~> 1.5.1)
|
128
|
-
parallel (~> 1.10)
|
129
|
-
parser (>= 2.6)
|
130
|
-
rainbow (>= 2.2.2, < 4.0)
|
131
|
-
ruby-progressbar (~> 1.7)
|
132
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
133
|
-
rubocop-rspec (1.37.0)
|
134
|
-
rubocop (>= 0.68.1)
|
135
|
-
ruby-progressbar (1.11.0)
|
136
|
-
ruby2_keywords (0.0.5)
|
137
|
-
semantic_logger (4.7.0)
|
138
|
-
concurrent-ruby (~> 1.0)
|
139
|
-
signet (0.16.1)
|
140
|
-
addressable (~> 2.8)
|
141
|
-
faraday (>= 0.17.5, < 3.0)
|
142
|
-
jwt (>= 1.5, < 3.0)
|
143
|
-
multi_json (~> 1.10)
|
144
|
-
thor (1.1.0)
|
145
|
-
timecop (0.9.4)
|
146
|
-
tzinfo (2.0.4)
|
147
|
-
concurrent-ruby (~> 1.0)
|
148
|
-
unicode-display_width (1.6.1)
|
149
|
-
webmock (3.14.0)
|
150
|
-
addressable (>= 2.8.0)
|
151
|
-
crack (>= 0.3.2)
|
152
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
153
|
-
zeitwerk (2.5.3)
|
154
|
-
|
155
|
-
PLATFORMS
|
156
|
-
ruby
|
157
|
-
|
158
|
-
DEPENDENCIES
|
159
|
-
activesupport (= 6.1)
|
160
|
-
appraisal
|
161
|
-
cloudenvoy!
|
162
|
-
rake (>= 12.3.3)
|
163
|
-
rspec (~> 3.0)
|
164
|
-
rubocop (= 0.76.0)
|
165
|
-
rubocop-rspec (= 1.37.0)
|
166
|
-
semantic_logger (= 4.7.0)
|
167
|
-
timecop
|
168
|
-
webmock
|
169
|
-
|
170
|
-
BUNDLED WITH
|
171
|
-
2.3.6
|
@@ -1,171 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
cloudenvoy (0.5.0)
|
5
|
-
activesupport
|
6
|
-
google-cloud-pubsub (~> 2.0)
|
7
|
-
jwt
|
8
|
-
retriable
|
9
|
-
|
10
|
-
GEM
|
11
|
-
remote: https://rubygems.org/
|
12
|
-
specs:
|
13
|
-
activesupport (6.1.0)
|
14
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
-
i18n (>= 1.6, < 2)
|
16
|
-
minitest (>= 5.1)
|
17
|
-
tzinfo (~> 2.0)
|
18
|
-
zeitwerk (~> 2.3)
|
19
|
-
addressable (2.8.0)
|
20
|
-
public_suffix (>= 2.0.2, < 5.0)
|
21
|
-
appraisal (2.4.1)
|
22
|
-
bundler
|
23
|
-
rake
|
24
|
-
thor (>= 0.14.0)
|
25
|
-
ast (2.4.2)
|
26
|
-
concurrent-ruby (1.1.9)
|
27
|
-
crack (0.4.5)
|
28
|
-
rexml
|
29
|
-
diff-lcs (1.5.0)
|
30
|
-
faraday (1.10.0)
|
31
|
-
faraday-em_http (~> 1.0)
|
32
|
-
faraday-em_synchrony (~> 1.0)
|
33
|
-
faraday-excon (~> 1.1)
|
34
|
-
faraday-httpclient (~> 1.0)
|
35
|
-
faraday-multipart (~> 1.0)
|
36
|
-
faraday-net_http (~> 1.0)
|
37
|
-
faraday-net_http_persistent (~> 1.0)
|
38
|
-
faraday-patron (~> 1.0)
|
39
|
-
faraday-rack (~> 1.0)
|
40
|
-
faraday-retry (~> 1.0)
|
41
|
-
ruby2_keywords (>= 0.0.4)
|
42
|
-
faraday-em_http (1.0.0)
|
43
|
-
faraday-em_synchrony (1.0.0)
|
44
|
-
faraday-excon (1.1.0)
|
45
|
-
faraday-httpclient (1.0.1)
|
46
|
-
faraday-multipart (1.0.3)
|
47
|
-
multipart-post (>= 1.2, < 3)
|
48
|
-
faraday-net_http (1.0.1)
|
49
|
-
faraday-net_http_persistent (1.2.0)
|
50
|
-
faraday-patron (1.0.0)
|
51
|
-
faraday-rack (1.0.0)
|
52
|
-
faraday-retry (1.0.3)
|
53
|
-
gapic-common (0.8.0)
|
54
|
-
faraday (~> 1.3)
|
55
|
-
google-protobuf (~> 3.14)
|
56
|
-
googleapis-common-protos (>= 1.3.11, < 2.a)
|
57
|
-
googleapis-common-protos-types (>= 1.0.6, < 2.a)
|
58
|
-
googleauth (>= 0.17.0, < 2.a)
|
59
|
-
grpc (~> 1.36)
|
60
|
-
google-cloud-core (1.6.0)
|
61
|
-
google-cloud-env (~> 1.0)
|
62
|
-
google-cloud-errors (~> 1.0)
|
63
|
-
google-cloud-env (1.5.0)
|
64
|
-
faraday (>= 0.17.3, < 2.0)
|
65
|
-
google-cloud-errors (1.2.0)
|
66
|
-
google-cloud-pubsub (2.9.1)
|
67
|
-
concurrent-ruby (~> 1.1)
|
68
|
-
google-cloud-core (~> 1.5)
|
69
|
-
google-cloud-pubsub-v1 (~> 0.0)
|
70
|
-
google-cloud-pubsub-v1 (0.7.1)
|
71
|
-
gapic-common (>= 0.7, < 2.a)
|
72
|
-
google-cloud-errors (~> 1.0)
|
73
|
-
grpc-google-iam-v1 (>= 0.6.10, < 2.a)
|
74
|
-
google-protobuf (3.19.4-x86_64-darwin)
|
75
|
-
googleapis-common-protos (1.3.12)
|
76
|
-
google-protobuf (~> 3.14)
|
77
|
-
googleapis-common-protos-types (~> 1.2)
|
78
|
-
grpc (~> 1.27)
|
79
|
-
googleapis-common-protos-types (1.3.0)
|
80
|
-
google-protobuf (~> 3.14)
|
81
|
-
googleauth (1.1.2)
|
82
|
-
faraday (>= 0.17.3, < 3.a)
|
83
|
-
jwt (>= 1.4, < 3.0)
|
84
|
-
memoist (~> 0.16)
|
85
|
-
multi_json (~> 1.11)
|
86
|
-
os (>= 0.9, < 2.0)
|
87
|
-
signet (>= 0.16, < 2.a)
|
88
|
-
grpc (1.43.1-universal-darwin)
|
89
|
-
google-protobuf (~> 3.18)
|
90
|
-
googleapis-common-protos-types (~> 1.0)
|
91
|
-
grpc-google-iam-v1 (1.0.0)
|
92
|
-
google-protobuf (~> 3.14)
|
93
|
-
googleapis-common-protos (>= 1.3.12, < 2.0)
|
94
|
-
grpc (~> 1.27)
|
95
|
-
hashdiff (1.0.1)
|
96
|
-
i18n (1.8.11)
|
97
|
-
concurrent-ruby (~> 1.0)
|
98
|
-
jaro_winkler (1.5.4)
|
99
|
-
jwt (2.3.0)
|
100
|
-
memoist (0.16.2)
|
101
|
-
minitest (5.15.0)
|
102
|
-
multi_json (1.15.0)
|
103
|
-
multipart-post (2.1.1)
|
104
|
-
os (1.1.4)
|
105
|
-
parallel (1.21.0)
|
106
|
-
parser (3.1.0.0)
|
107
|
-
ast (~> 2.4.1)
|
108
|
-
public_suffix (4.0.6)
|
109
|
-
rainbow (3.0.0)
|
110
|
-
rake (13.0.6)
|
111
|
-
retriable (3.1.2)
|
112
|
-
rexml (3.2.5)
|
113
|
-
rspec (3.10.0)
|
114
|
-
rspec-core (~> 3.10.0)
|
115
|
-
rspec-expectations (~> 3.10.0)
|
116
|
-
rspec-mocks (~> 3.10.0)
|
117
|
-
rspec-core (3.10.1)
|
118
|
-
rspec-support (~> 3.10.0)
|
119
|
-
rspec-expectations (3.10.1)
|
120
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
121
|
-
rspec-support (~> 3.10.0)
|
122
|
-
rspec-mocks (3.10.2)
|
123
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.10.0)
|
125
|
-
rspec-support (3.10.3)
|
126
|
-
rubocop (0.76.0)
|
127
|
-
jaro_winkler (~> 1.5.1)
|
128
|
-
parallel (~> 1.10)
|
129
|
-
parser (>= 2.6)
|
130
|
-
rainbow (>= 2.2.2, < 4.0)
|
131
|
-
ruby-progressbar (~> 1.7)
|
132
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
133
|
-
rubocop-rspec (1.37.0)
|
134
|
-
rubocop (>= 0.68.1)
|
135
|
-
ruby-progressbar (1.11.0)
|
136
|
-
ruby2_keywords (0.0.5)
|
137
|
-
semantic_logger (4.7.2)
|
138
|
-
concurrent-ruby (~> 1.0)
|
139
|
-
signet (0.16.1)
|
140
|
-
addressable (~> 2.8)
|
141
|
-
faraday (>= 0.17.5, < 3.0)
|
142
|
-
jwt (>= 1.5, < 3.0)
|
143
|
-
multi_json (~> 1.10)
|
144
|
-
thor (1.1.0)
|
145
|
-
timecop (0.9.4)
|
146
|
-
tzinfo (2.0.4)
|
147
|
-
concurrent-ruby (~> 1.0)
|
148
|
-
unicode-display_width (1.6.1)
|
149
|
-
webmock (3.14.0)
|
150
|
-
addressable (>= 2.8.0)
|
151
|
-
crack (>= 0.3.2)
|
152
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
153
|
-
zeitwerk (2.5.3)
|
154
|
-
|
155
|
-
PLATFORMS
|
156
|
-
ruby
|
157
|
-
|
158
|
-
DEPENDENCIES
|
159
|
-
activesupport (= 6.1)
|
160
|
-
appraisal
|
161
|
-
cloudenvoy!
|
162
|
-
rake (>= 12.3.3)
|
163
|
-
rspec (~> 3.0)
|
164
|
-
rubocop (= 0.76.0)
|
165
|
-
rubocop-rspec (= 1.37.0)
|
166
|
-
semantic_logger (= 4.7.2)
|
167
|
-
timecop
|
168
|
-
webmock
|
169
|
-
|
170
|
-
BUNDLED WITH
|
171
|
-
2.3.6
|