cloudenvoy 0.3.0 → 0.4.2

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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +4 -0
  3. data/.gitignore +3 -0
  4. data/Appraisals +16 -0
  5. data/CHANGELOG.md +29 -0
  6. data/README.md +4 -4
  7. data/app/controllers/cloudenvoy/subscriber_controller.rb +6 -5
  8. data/cloudenvoy.gemspec +1 -0
  9. data/examples/rails/Gemfile.lock +125 -106
  10. data/examples/sinatra/Gemfile +15 -0
  11. data/examples/sinatra/Gemfile.lock +127 -0
  12. data/examples/sinatra/Procfile +1 -0
  13. data/examples/sinatra/README.md +41 -0
  14. data/examples/sinatra/app/publishers/hello_publisher.rb +34 -0
  15. data/examples/sinatra/app/subscribers/hello_subscriber.rb +16 -0
  16. data/examples/sinatra/app.rb +40 -0
  17. data/examples/sinatra/bin/console +8 -0
  18. data/examples/sinatra/config/initializers/cloudenvoy.rb +30 -0
  19. data/gemfiles/rails_5.2.gemfile.lock +89 -73
  20. data/gemfiles/rails_6.0.gemfile.lock +90 -74
  21. data/gemfiles/semantic_logger_3.4.gemfile +7 -0
  22. data/gemfiles/semantic_logger_3.4.gemfile.lock +279 -0
  23. data/gemfiles/semantic_logger_4.6.gemfile +7 -0
  24. data/gemfiles/semantic_logger_4.6.gemfile.lock +279 -0
  25. data/gemfiles/semantic_logger_4.7.0.gemfile +7 -0
  26. data/gemfiles/semantic_logger_4.7.0.gemfile.lock +279 -0
  27. data/gemfiles/semantic_logger_4.7.2.gemfile +7 -0
  28. data/gemfiles/semantic_logger_4.7.2.gemfile.lock +279 -0
  29. data/lib/cloudenvoy/backend/google_pub_sub.rb +16 -1
  30. data/lib/cloudenvoy/logger_wrapper.rb +1 -1
  31. data/lib/cloudenvoy/message.rb +2 -2
  32. data/lib/cloudenvoy/publisher.rb +1 -0
  33. data/lib/cloudenvoy/subscriber.rb +3 -2
  34. data/lib/cloudenvoy/version.rb +1 -1
  35. data/lib/generators/cloudenvoy/publisher_generator.rb +46 -0
  36. data/lib/generators/cloudenvoy/subscriber_generator.rb +46 -0
  37. data/lib/generators/cloudenvoy/templates/publisher.rb.erb +11 -0
  38. data/lib/generators/cloudenvoy/templates/publisher_spec.rb.erb +6 -0
  39. data/lib/generators/cloudenvoy/templates/subscriber.rb.erb +11 -0
  40. data/lib/generators/cloudenvoy/templates/subscriber_spec.rb.erb +6 -0
  41. data/lib/tasks/cloudenvoy.rake +4 -4
  42. metadata +42 -7
  43. data/Gemfile.lock +0 -264
  44. data/app/controllers/cloudenvoy/application_controller.rb +0 -8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudenvoy (0.2.0)
4
+ cloudenvoy (0.4.1)
5
5
  activesupport
6
6
  google-cloud-pubsub (~> 2.0)
7
7
  jwt
@@ -67,69 +67,77 @@ GEM
67
67
  zeitwerk (~> 2.1, >= 2.1.8)
68
68
  addressable (2.7.0)
69
69
  public_suffix (>= 2.0.2, < 5.0)
70
- appraisal (2.3.0)
70
+ appraisal (2.4.0)
71
71
  bundler
72
72
  rake
73
73
  thor (>= 0.14.0)
74
- ast (2.4.1)
74
+ ast (2.4.2)
75
75
  builder (3.2.4)
76
- concurrent-ruby (1.1.6)
77
- crack (0.4.3)
78
- safe_yaml (~> 1.0.0)
76
+ concurrent-ruby (1.1.8)
77
+ crack (0.4.5)
78
+ rexml
79
79
  crass (1.0.6)
80
- diff-lcs (1.4.2)
81
- erubi (1.9.0)
82
- faraday (1.0.1)
80
+ diff-lcs (1.4.4)
81
+ erubi (1.10.0)
82
+ faraday (1.4.1)
83
+ faraday-excon (~> 1.1)
84
+ faraday-net_http (~> 1.0)
85
+ faraday-net_http_persistent (~> 1.1)
83
86
  multipart-post (>= 1.2, < 3)
84
- gapic-common (0.3.4)
85
- google-protobuf (~> 3.12, >= 3.12.2)
86
- googleapis-common-protos (>= 1.3.9, < 2.0)
87
- googleapis-common-protos-types (>= 1.0.4, < 2.0)
88
- googleauth (~> 0.9)
89
- grpc (~> 1.25)
87
+ ruby2_keywords (>= 0.0.4)
88
+ faraday-excon (1.1.0)
89
+ faraday-net_http (1.0.1)
90
+ faraday-net_http_persistent (1.1.0)
91
+ gapic-common (0.4.1)
92
+ faraday (~> 1.3)
93
+ google-protobuf (~> 3.15, >= 3.15.2)
94
+ googleapis-common-protos (>= 1.3.11, < 2.0)
95
+ googleapis-common-protos-types (>= 1.0.6, < 2.0)
96
+ googleauth (~> 0.15, >= 0.15.1)
97
+ grpc (~> 1.36)
90
98
  globalid (0.4.2)
91
99
  activesupport (>= 4.2.0)
92
- google-cloud-core (1.5.0)
100
+ google-cloud-core (1.6.0)
93
101
  google-cloud-env (~> 1.0)
94
102
  google-cloud-errors (~> 1.0)
95
- google-cloud-env (1.3.3)
103
+ google-cloud-env (1.5.0)
96
104
  faraday (>= 0.17.3, < 2.0)
97
- google-cloud-errors (1.0.1)
98
- google-cloud-pubsub (2.0.0)
105
+ google-cloud-errors (1.1.0)
106
+ google-cloud-pubsub (2.5.0)
99
107
  concurrent-ruby (~> 1.1)
100
108
  google-cloud-core (~> 1.5)
101
109
  google-cloud-pubsub-v1 (~> 0.0)
102
- google-cloud-pubsub-v1 (0.1.2)
110
+ google-cloud-pubsub-v1 (0.4.0)
103
111
  gapic-common (~> 0.3)
104
112
  google-cloud-errors (~> 1.0)
105
113
  grpc-google-iam-v1 (>= 0.6.10, < 2.0)
106
- google-protobuf (3.13.0-universal-darwin)
107
- googleapis-common-protos (1.3.10)
108
- google-protobuf (~> 3.11)
109
- googleapis-common-protos-types (>= 1.0.5, < 2.0)
114
+ google-protobuf (3.15.8)
115
+ googleapis-common-protos (1.3.11)
116
+ google-protobuf (~> 3.14)
117
+ googleapis-common-protos-types (>= 1.0.6, < 2.0)
110
118
  grpc (~> 1.27)
111
- googleapis-common-protos-types (1.0.5)
112
- google-protobuf (~> 3.11)
113
- googleauth (0.13.1)
119
+ googleapis-common-protos-types (1.0.6)
120
+ google-protobuf (~> 3.14)
121
+ googleauth (0.16.1)
114
122
  faraday (>= 0.17.3, < 2.0)
115
123
  jwt (>= 1.4, < 3.0)
116
124
  memoist (~> 0.16)
117
125
  multi_json (~> 1.11)
118
126
  os (>= 0.9, < 2.0)
119
127
  signet (~> 0.14)
120
- grpc (1.32.0-universal-darwin)
121
- google-protobuf (~> 3.13)
128
+ grpc (1.37.0)
129
+ google-protobuf (~> 3.15)
122
130
  googleapis-common-protos-types (~> 1.0)
123
- grpc-google-iam-v1 (0.6.10)
124
- google-protobuf (~> 3.11)
125
- googleapis-common-protos (>= 1.3.10, < 2.0)
131
+ grpc-google-iam-v1 (0.6.11)
132
+ google-protobuf (~> 3.14)
133
+ googleapis-common-protos (>= 1.3.11, < 2.0)
126
134
  grpc (~> 1.27)
127
135
  hashdiff (1.0.1)
128
- i18n (1.8.5)
136
+ i18n (1.8.10)
129
137
  concurrent-ruby (~> 1.0)
130
138
  jaro_winkler (1.5.4)
131
139
  jwt (2.2.2)
132
- loofah (2.6.0)
140
+ loofah (2.9.1)
133
141
  crass (~> 1.0.2)
134
142
  nokogiri (>= 1.5.9)
135
143
  mail (2.7.1)
@@ -138,20 +146,24 @@ GEM
138
146
  mimemagic (~> 0.3.2)
139
147
  memoist (0.16.2)
140
148
  method_source (1.0.0)
141
- mimemagic (0.3.5)
142
- mini_mime (1.0.2)
143
- mini_portile2 (2.4.0)
144
- minitest (5.14.1)
149
+ mimemagic (0.3.10)
150
+ nokogiri (~> 1)
151
+ rake
152
+ mini_mime (1.1.0)
153
+ mini_portile2 (2.5.0)
154
+ minitest (5.14.4)
145
155
  multi_json (1.15.0)
146
156
  multipart-post (2.1.1)
147
- nio4r (2.5.2)
148
- nokogiri (1.10.10)
149
- mini_portile2 (~> 2.4.0)
157
+ nio4r (2.5.7)
158
+ nokogiri (1.11.3)
159
+ mini_portile2 (~> 2.5.0)
160
+ racc (~> 1.4)
150
161
  os (1.1.1)
151
- parallel (1.19.2)
152
- parser (2.7.1.4)
162
+ parallel (1.20.1)
163
+ parser (3.0.1.0)
153
164
  ast (~> 2.4.1)
154
- public_suffix (4.0.5)
165
+ public_suffix (4.0.6)
166
+ racc (1.5.2)
155
167
  rack (2.2.3)
156
168
  rack-test (1.1.0)
157
169
  rack (>= 1.0, < 3)
@@ -182,29 +194,30 @@ GEM
182
194
  rake (>= 0.8.7)
183
195
  thor (>= 0.20.3, < 2.0)
184
196
  rainbow (3.0.0)
185
- rake (13.0.1)
197
+ rake (13.0.3)
186
198
  retriable (3.1.2)
187
- rspec (3.9.0)
188
- rspec-core (~> 3.9.0)
189
- rspec-expectations (~> 3.9.0)
190
- rspec-mocks (~> 3.9.0)
191
- rspec-core (3.9.2)
192
- rspec-support (~> 3.9.3)
193
- rspec-expectations (3.9.2)
199
+ rexml (3.2.5)
200
+ rspec (3.10.0)
201
+ rspec-core (~> 3.10.0)
202
+ rspec-expectations (~> 3.10.0)
203
+ rspec-mocks (~> 3.10.0)
204
+ rspec-core (3.10.1)
205
+ rspec-support (~> 3.10.0)
206
+ rspec-expectations (3.10.1)
194
207
  diff-lcs (>= 1.2.0, < 2.0)
195
- rspec-support (~> 3.9.0)
196
- rspec-mocks (3.9.1)
208
+ rspec-support (~> 3.10.0)
209
+ rspec-mocks (3.10.2)
197
210
  diff-lcs (>= 1.2.0, < 2.0)
198
- rspec-support (~> 3.9.0)
199
- rspec-rails (4.0.1)
200
- actionpack (>= 4.2)
201
- activesupport (>= 4.2)
202
- railties (>= 4.2)
203
- rspec-core (~> 3.9)
204
- rspec-expectations (~> 3.9)
205
- rspec-mocks (~> 3.9)
206
- rspec-support (~> 3.9)
207
- rspec-support (3.9.3)
211
+ rspec-support (~> 3.10.0)
212
+ rspec-rails (5.0.1)
213
+ actionpack (>= 5.2)
214
+ activesupport (>= 5.2)
215
+ railties (>= 5.2)
216
+ rspec-core (~> 3.10)
217
+ rspec-expectations (~> 3.10)
218
+ rspec-mocks (~> 3.10)
219
+ rspec-support (~> 3.10)
220
+ rspec-support (3.10.2)
208
221
  rubocop (0.76.0)
209
222
  jaro_winkler (~> 1.5.1)
210
223
  parallel (~> 1.10)
@@ -214,9 +227,11 @@ GEM
214
227
  unicode-display_width (>= 1.4.0, < 1.7)
215
228
  rubocop-rspec (1.37.0)
216
229
  rubocop (>= 0.68.1)
217
- ruby-progressbar (1.10.1)
218
- safe_yaml (1.0.5)
219
- signet (0.14.0)
230
+ ruby-progressbar (1.11.0)
231
+ ruby2_keywords (0.0.4)
232
+ semantic_logger (4.7.4)
233
+ concurrent-ruby (~> 1.0)
234
+ signet (0.15.0)
220
235
  addressable (~> 2.3)
221
236
  faraday (>= 0.17.3, < 2.0)
222
237
  jwt (>= 1.5, < 3.0)
@@ -224,25 +239,25 @@ GEM
224
239
  sprockets (4.0.2)
225
240
  concurrent-ruby (~> 1.0)
226
241
  rack (> 1, < 3)
227
- sprockets-rails (3.2.1)
242
+ sprockets-rails (3.2.2)
228
243
  actionpack (>= 4.0)
229
244
  activesupport (>= 4.0)
230
245
  sprockets (>= 3.0.0)
231
246
  sqlite3 (1.4.2)
232
- thor (1.0.1)
247
+ thor (1.1.0)
233
248
  thread_safe (0.3.6)
234
- timecop (0.9.1)
235
- tzinfo (1.2.7)
249
+ timecop (0.9.4)
250
+ tzinfo (1.2.9)
236
251
  thread_safe (~> 0.1)
237
252
  unicode-display_width (1.6.1)
238
- webmock (3.8.3)
253
+ webmock (3.12.2)
239
254
  addressable (>= 2.3.6)
240
255
  crack (>= 0.3.2)
241
256
  hashdiff (>= 0.4.0, < 2.0.0)
242
257
  websocket-driver (0.7.3)
243
258
  websocket-extensions (>= 0.1.0)
244
259
  websocket-extensions (0.1.5)
245
- zeitwerk (2.4.0)
260
+ zeitwerk (2.4.2)
246
261
 
247
262
  PLATFORMS
248
263
  ruby
@@ -256,9 +271,10 @@ DEPENDENCIES
256
271
  rspec-rails
257
272
  rubocop (= 0.76.0)
258
273
  rubocop-rspec (= 1.37.0)
274
+ semantic_logger
259
275
  sqlite3
260
276
  timecop
261
277
  webmock
262
278
 
263
279
  BUNDLED WITH
264
- 2.1.4
280
+ 2.2.9
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "semantic_logger", "3.4.1"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,279 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ cloudenvoy (0.4.1)
5
+ activesupport
6
+ google-cloud-pubsub (~> 2.0)
7
+ jwt
8
+ retriable
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ actioncable (6.1.3.1)
14
+ actionpack (= 6.1.3.1)
15
+ activesupport (= 6.1.3.1)
16
+ nio4r (~> 2.0)
17
+ websocket-driver (>= 0.6.1)
18
+ actionmailbox (6.1.3.1)
19
+ actionpack (= 6.1.3.1)
20
+ activejob (= 6.1.3.1)
21
+ activerecord (= 6.1.3.1)
22
+ activestorage (= 6.1.3.1)
23
+ activesupport (= 6.1.3.1)
24
+ mail (>= 2.7.1)
25
+ actionmailer (6.1.3.1)
26
+ actionpack (= 6.1.3.1)
27
+ actionview (= 6.1.3.1)
28
+ activejob (= 6.1.3.1)
29
+ activesupport (= 6.1.3.1)
30
+ mail (~> 2.5, >= 2.5.4)
31
+ rails-dom-testing (~> 2.0)
32
+ actionpack (6.1.3.1)
33
+ actionview (= 6.1.3.1)
34
+ activesupport (= 6.1.3.1)
35
+ rack (~> 2.0, >= 2.0.9)
36
+ rack-test (>= 0.6.3)
37
+ rails-dom-testing (~> 2.0)
38
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
39
+ actiontext (6.1.3.1)
40
+ actionpack (= 6.1.3.1)
41
+ activerecord (= 6.1.3.1)
42
+ activestorage (= 6.1.3.1)
43
+ activesupport (= 6.1.3.1)
44
+ nokogiri (>= 1.8.5)
45
+ actionview (6.1.3.1)
46
+ activesupport (= 6.1.3.1)
47
+ builder (~> 3.1)
48
+ erubi (~> 1.4)
49
+ rails-dom-testing (~> 2.0)
50
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
51
+ activejob (6.1.3.1)
52
+ activesupport (= 6.1.3.1)
53
+ globalid (>= 0.3.6)
54
+ activemodel (6.1.3.1)
55
+ activesupport (= 6.1.3.1)
56
+ activerecord (6.1.3.1)
57
+ activemodel (= 6.1.3.1)
58
+ activesupport (= 6.1.3.1)
59
+ activestorage (6.1.3.1)
60
+ actionpack (= 6.1.3.1)
61
+ activejob (= 6.1.3.1)
62
+ activerecord (= 6.1.3.1)
63
+ activesupport (= 6.1.3.1)
64
+ marcel (~> 1.0.0)
65
+ mini_mime (~> 1.0.2)
66
+ activesupport (6.1.3.1)
67
+ concurrent-ruby (~> 1.0, >= 1.0.2)
68
+ i18n (>= 1.6, < 2)
69
+ minitest (>= 5.1)
70
+ tzinfo (~> 2.0)
71
+ zeitwerk (~> 2.3)
72
+ addressable (2.7.0)
73
+ public_suffix (>= 2.0.2, < 5.0)
74
+ appraisal (2.4.0)
75
+ bundler
76
+ rake
77
+ thor (>= 0.14.0)
78
+ ast (2.4.2)
79
+ builder (3.2.4)
80
+ concurrent-ruby (1.1.8)
81
+ crack (0.4.5)
82
+ rexml
83
+ crass (1.0.6)
84
+ diff-lcs (1.4.4)
85
+ erubi (1.10.0)
86
+ faraday (1.4.1)
87
+ faraday-excon (~> 1.1)
88
+ faraday-net_http (~> 1.0)
89
+ faraday-net_http_persistent (~> 1.1)
90
+ multipart-post (>= 1.2, < 3)
91
+ ruby2_keywords (>= 0.0.4)
92
+ faraday-excon (1.1.0)
93
+ faraday-net_http (1.0.1)
94
+ faraday-net_http_persistent (1.1.0)
95
+ gapic-common (0.4.1)
96
+ faraday (~> 1.3)
97
+ google-protobuf (~> 3.15, >= 3.15.2)
98
+ googleapis-common-protos (>= 1.3.11, < 2.0)
99
+ googleapis-common-protos-types (>= 1.0.6, < 2.0)
100
+ googleauth (~> 0.15, >= 0.15.1)
101
+ grpc (~> 1.36)
102
+ globalid (0.4.2)
103
+ activesupport (>= 4.2.0)
104
+ google-cloud-core (1.6.0)
105
+ google-cloud-env (~> 1.0)
106
+ google-cloud-errors (~> 1.0)
107
+ google-cloud-env (1.5.0)
108
+ faraday (>= 0.17.3, < 2.0)
109
+ google-cloud-errors (1.1.0)
110
+ google-cloud-pubsub (2.5.0)
111
+ concurrent-ruby (~> 1.1)
112
+ google-cloud-core (~> 1.5)
113
+ google-cloud-pubsub-v1 (~> 0.0)
114
+ google-cloud-pubsub-v1 (0.4.0)
115
+ gapic-common (~> 0.3)
116
+ google-cloud-errors (~> 1.0)
117
+ grpc-google-iam-v1 (>= 0.6.10, < 2.0)
118
+ google-protobuf (3.15.8)
119
+ googleapis-common-protos (1.3.11)
120
+ google-protobuf (~> 3.14)
121
+ googleapis-common-protos-types (>= 1.0.6, < 2.0)
122
+ grpc (~> 1.27)
123
+ googleapis-common-protos-types (1.0.6)
124
+ google-protobuf (~> 3.14)
125
+ googleauth (0.16.1)
126
+ faraday (>= 0.17.3, < 2.0)
127
+ jwt (>= 1.4, < 3.0)
128
+ memoist (~> 0.16)
129
+ multi_json (~> 1.11)
130
+ os (>= 0.9, < 2.0)
131
+ signet (~> 0.14)
132
+ grpc (1.37.0)
133
+ google-protobuf (~> 3.15)
134
+ googleapis-common-protos-types (~> 1.0)
135
+ grpc-google-iam-v1 (0.6.11)
136
+ google-protobuf (~> 3.14)
137
+ googleapis-common-protos (>= 1.3.11, < 2.0)
138
+ grpc (~> 1.27)
139
+ hashdiff (1.0.1)
140
+ i18n (1.8.10)
141
+ concurrent-ruby (~> 1.0)
142
+ jaro_winkler (1.5.4)
143
+ jwt (2.2.2)
144
+ loofah (2.9.1)
145
+ crass (~> 1.0.2)
146
+ nokogiri (>= 1.5.9)
147
+ mail (2.7.1)
148
+ mini_mime (>= 0.1.1)
149
+ marcel (1.0.1)
150
+ memoist (0.16.2)
151
+ method_source (1.0.0)
152
+ mini_mime (1.0.3)
153
+ mini_portile2 (2.5.0)
154
+ minitest (5.14.4)
155
+ multi_json (1.15.0)
156
+ multipart-post (2.1.1)
157
+ nio4r (2.5.7)
158
+ nokogiri (1.11.3)
159
+ mini_portile2 (~> 2.5.0)
160
+ racc (~> 1.4)
161
+ os (1.1.1)
162
+ parallel (1.20.1)
163
+ parser (3.0.1.0)
164
+ ast (~> 2.4.1)
165
+ public_suffix (4.0.6)
166
+ racc (1.5.2)
167
+ rack (2.2.3)
168
+ rack-test (1.1.0)
169
+ rack (>= 1.0, < 3)
170
+ rails (6.1.3.1)
171
+ actioncable (= 6.1.3.1)
172
+ actionmailbox (= 6.1.3.1)
173
+ actionmailer (= 6.1.3.1)
174
+ actionpack (= 6.1.3.1)
175
+ actiontext (= 6.1.3.1)
176
+ actionview (= 6.1.3.1)
177
+ activejob (= 6.1.3.1)
178
+ activemodel (= 6.1.3.1)
179
+ activerecord (= 6.1.3.1)
180
+ activestorage (= 6.1.3.1)
181
+ activesupport (= 6.1.3.1)
182
+ bundler (>= 1.15.0)
183
+ railties (= 6.1.3.1)
184
+ sprockets-rails (>= 2.0.0)
185
+ rails-dom-testing (2.0.3)
186
+ activesupport (>= 4.2.0)
187
+ nokogiri (>= 1.6)
188
+ rails-html-sanitizer (1.3.0)
189
+ loofah (~> 2.3)
190
+ railties (6.1.3.1)
191
+ actionpack (= 6.1.3.1)
192
+ activesupport (= 6.1.3.1)
193
+ method_source
194
+ rake (>= 0.8.7)
195
+ thor (~> 1.0)
196
+ rainbow (3.0.0)
197
+ rake (13.0.3)
198
+ retriable (3.1.2)
199
+ rexml (3.2.5)
200
+ rspec (3.10.0)
201
+ rspec-core (~> 3.10.0)
202
+ rspec-expectations (~> 3.10.0)
203
+ rspec-mocks (~> 3.10.0)
204
+ rspec-core (3.10.1)
205
+ rspec-support (~> 3.10.0)
206
+ rspec-expectations (3.10.1)
207
+ diff-lcs (>= 1.2.0, < 2.0)
208
+ rspec-support (~> 3.10.0)
209
+ rspec-mocks (3.10.2)
210
+ diff-lcs (>= 1.2.0, < 2.0)
211
+ rspec-support (~> 3.10.0)
212
+ rspec-rails (5.0.1)
213
+ actionpack (>= 5.2)
214
+ activesupport (>= 5.2)
215
+ railties (>= 5.2)
216
+ rspec-core (~> 3.10)
217
+ rspec-expectations (~> 3.10)
218
+ rspec-mocks (~> 3.10)
219
+ rspec-support (~> 3.10)
220
+ rspec-support (3.10.2)
221
+ rubocop (0.76.0)
222
+ jaro_winkler (~> 1.5.1)
223
+ parallel (~> 1.10)
224
+ parser (>= 2.6)
225
+ rainbow (>= 2.2.2, < 4.0)
226
+ ruby-progressbar (~> 1.7)
227
+ unicode-display_width (>= 1.4.0, < 1.7)
228
+ rubocop-rspec (1.37.0)
229
+ rubocop (>= 0.68.1)
230
+ ruby-progressbar (1.11.0)
231
+ ruby2_keywords (0.0.4)
232
+ semantic_logger (3.4.1)
233
+ concurrent-ruby (~> 1.0)
234
+ signet (0.15.0)
235
+ addressable (~> 2.3)
236
+ faraday (>= 0.17.3, < 2.0)
237
+ jwt (>= 1.5, < 3.0)
238
+ multi_json (~> 1.10)
239
+ sprockets (4.0.2)
240
+ concurrent-ruby (~> 1.0)
241
+ rack (> 1, < 3)
242
+ sprockets-rails (3.2.2)
243
+ actionpack (>= 4.0)
244
+ activesupport (>= 4.0)
245
+ sprockets (>= 3.0.0)
246
+ sqlite3 (1.4.2)
247
+ thor (1.1.0)
248
+ timecop (0.9.4)
249
+ tzinfo (2.0.4)
250
+ concurrent-ruby (~> 1.0)
251
+ unicode-display_width (1.6.1)
252
+ webmock (3.12.2)
253
+ addressable (>= 2.3.6)
254
+ crack (>= 0.3.2)
255
+ hashdiff (>= 0.4.0, < 2.0.0)
256
+ websocket-driver (0.7.3)
257
+ websocket-extensions (>= 0.1.0)
258
+ websocket-extensions (0.1.5)
259
+ zeitwerk (2.4.2)
260
+
261
+ PLATFORMS
262
+ ruby
263
+
264
+ DEPENDENCIES
265
+ appraisal
266
+ cloudenvoy!
267
+ rails
268
+ rake (>= 12.3.3)
269
+ rspec (~> 3.0)
270
+ rspec-rails
271
+ rubocop (= 0.76.0)
272
+ rubocop-rspec (= 1.37.0)
273
+ semantic_logger (= 3.4.1)
274
+ sqlite3
275
+ timecop
276
+ webmock
277
+
278
+ BUNDLED WITH
279
+ 2.2.9
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "semantic_logger", "4.6.1"
6
+
7
+ gemspec path: "../"