chore(bazel): update gapic-generator-ruby to 0.11.0

Changes include:
* Added generation of nonstandard LRO wrapper calls (currently used for Compute)
* Examples in the doc comments for modules are now generated with @example tags
* Proto files without a proto service can again be generated

Committer: @viacheslav-rostovtsev
PiperOrigin-RevId: 431553212
pull/706/head
Google APIs 3 years ago committed by Copybara-Service
parent 8df2b3aaf9
commit 9ffb8bb216
  1. 4
      WORKSPACE

@ -355,9 +355,9 @@ gapic_generator_csharp_repositories()
# Ruby
##############################################################################
_gapic_generator_ruby_version = "v0.10.7"
_gapic_generator_ruby_version = "v0.11.0"
_gapic_generator_ruby_sha256 = "730c6e8708a861c6f1db80ed3ebd781e18c07476269ee3fe4582424fb367481a"
_gapic_generator_ruby_sha256 = "e71aab7e48b102355640c5e78693dd21d1f2ede55e552ab5f90763bffa81a35d"
http_archive(
name = "gapic_generator_ruby",

Loading…
Cancel
Save