Skip to content

Commit

Permalink
fix: ruby rules to have correct srcs form (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslav-rostovtsev committed Feb 19, 2021
1 parent 0a1f9d1 commit 475b182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ ruby_grpc_library(

ruby_cloud_gapic_library(
name = "{{name}}_ruby_gapic",
src = ":{{name}}_proto_with_info",
srcs = [":{{name}}_proto_with_info",],
grpc_service_config = {{grpc_service_config}},
deps = [
":{{name}}_ruby_grpc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ ruby_grpc_library(

ruby_cloud_gapic_library(
name = "library_ruby_gapic",
src = ":library_proto_with_info",
srcs = [":library_proto_with_info",],
grpc_service_config = "library_example_grpc_service_config.json",
deps = [
":library_ruby_grpc",
Expand Down

0 comments on commit 475b182

Please sign in to comment.