Skip to content

Commit

Permalink
feat: add default value for the ruby gem name (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslav-rostovtsev committed Feb 19, 2021
1 parent 475b182 commit 428c05b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ ruby_grpc_library(
ruby_cloud_gapic_library(
name = "{{name}}_ruby_gapic",
srcs = [":{{name}}_proto_with_info",],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-{{assembly_name}}-{{version}}",
],
grpc_service_config = {{grpc_service_config}},
deps = [
":{{name}}_ruby_grpc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ ruby_grpc_library(
ruby_cloud_gapic_library(
name = "library_ruby_gapic",
srcs = [":library_proto_with_info",],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-example-library-v1",
],
grpc_service_config = "library_example_grpc_service_config.json",
deps = [
":library_ruby_grpc",
Expand Down

0 comments on commit 428c05b

Please sign in to comment.