gruf 2.13.1 → 2.17.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gruf
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.1
4
+ version: 2.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaun McCormick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-17 00:00:00.000000000 Z
11
+ date: 2023-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler-audit
@@ -304,6 +304,20 @@ dependencies:
304
304
  - - ">="
305
305
  - !ruby/object:Gem::Version
306
306
  version: '0.1'
307
+ - !ruby/object:Gem::Dependency
308
+ name: zeitwerk
309
+ requirement: !ruby/object:Gem::Requirement
310
+ requirements:
311
+ - - ">="
312
+ - !ruby/object:Gem::Version
313
+ version: '2'
314
+ type: :runtime
315
+ prerelease: false
316
+ version_requirements: !ruby/object:Gem::Requirement
317
+ requirements:
318
+ - - ">="
319
+ - !ruby/object:Gem::Version
320
+ version: '2'
307
321
  description: gRPC Ruby Framework for building complex gRPC applications at scale
308
322
  email:
309
323
  - splittingred@gmail.com
@@ -318,18 +332,23 @@ files:
318
332
  - bin/gruf
319
333
  - gruf.gemspec
320
334
  - lib/gruf.rb
335
+ - lib/gruf/autoloaders.rb
321
336
  - lib/gruf/cli/executor.rb
322
337
  - lib/gruf/client.rb
323
338
  - lib/gruf/client/error.rb
324
339
  - lib/gruf/client/error_factory.rb
340
+ - lib/gruf/client/errors.rb
325
341
  - lib/gruf/configuration.rb
342
+ - lib/gruf/controllers/autoloader.rb
326
343
  - lib/gruf/controllers/base.rb
344
+ - lib/gruf/controllers/health_controller.rb
327
345
  - lib/gruf/controllers/request.rb
328
346
  - lib/gruf/controllers/service_binder.rb
329
347
  - lib/gruf/error.rb
330
348
  - lib/gruf/errors/debug_info.rb
331
349
  - lib/gruf/errors/field.rb
332
350
  - lib/gruf/errors/helpers.rb
351
+ - lib/gruf/grpc_logger.rb
333
352
  - lib/gruf/hooks/base.rb
334
353
  - lib/gruf/hooks/executor.rb
335
354
  - lib/gruf/hooks/registry.rb
@@ -350,7 +369,7 @@ files:
350
369
  - lib/gruf/interceptors/server_interceptor.rb
351
370
  - lib/gruf/interceptors/timer.rb
352
371
  - lib/gruf/loggable.rb
353
- - lib/gruf/logging.rb
372
+ - lib/gruf/logger.rb
354
373
  - lib/gruf/outbound/request_context.rb
355
374
  - lib/gruf/response.rb
356
375
  - lib/gruf/serializers/errors/base.rb
@@ -363,7 +382,12 @@ homepage: https://github.com/bigcommerce/gruf
363
382
  licenses:
364
383
  - MIT
365
384
  metadata:
385
+ bug_tracker_uri: https://github.com/bigcommerce/gruf/issues
386
+ changelog_uri: https://github.com/bigcommerce/gruf/CHANGELOG.md
387
+ homepage_uri: https://github.com/bigcommerce/gruf
366
388
  rubygems_mfa_required: 'true'
389
+ source_code_uri: https://github.com/bigcommerce/gruf
390
+ wiki_uri: https://github.com/bigcommerce/gruf/wiki
367
391
  post_install_message:
368
392
  rdoc_options: []
369
393
  require_paths:
@@ -372,17 +396,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
372
396
  requirements:
373
397
  - - ">="
374
398
  - !ruby/object:Gem::Version
375
- version: '2.6'
399
+ version: '2.7'
376
400
  - - "<"
377
401
  - !ruby/object:Gem::Version
378
- version: '3.1'
402
+ version: '3.3'
379
403
  required_rubygems_version: !ruby/object:Gem::Requirement
380
404
  requirements:
381
405
  - - ">="
382
406
  - !ruby/object:Gem::Version
383
407
  version: '0'
384
408
  requirements: []
385
- rubygems_version: 3.3.4
409
+ rubygems_version: 3.4.1
386
410
  signing_key:
387
411
  specification_version: 4
388
412
  summary: gRPC Ruby Framework