Skip to content

Commit

Permalink
fix: ruby package name (#1015)
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
  • Loading branch information
viacheslav-rostovtsev and noahdietz authored Mar 1, 2022
1 parent ea7a014 commit 7289f2e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions schema/google/showcase/v1beta1/compliance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package google.showcase.v1beta1;
option go_package = "github.com/googleapis/gapic-showcase/server/genproto";
option java_package = "com.google.showcase.v1beta1";
option java_multiple_files = true;
option ruby_package = "Google::Showcase::V1beta1";

// This service is used to test that GAPICs can transcode proto3 requests to
// REST format correctly for various types of HTTP annotations.
Expand Down
2 changes: 1 addition & 1 deletion schema/google/showcase/v1beta1/echo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package google.showcase.v1beta1;
option go_package = "github.com/googleapis/gapic-showcase/server/genproto";
option java_package = "com.google.showcase.v1beta1";
option java_multiple_files = true;
option ruby_package = "Google::Showcase::V1Beta1";
option ruby_package = "Google::Showcase::V1beta1";

// This service is used showcase the four main types of rpcs - unary, server
// side streaming, client side streaming, and bidirectional streaming. This
Expand Down
2 changes: 1 addition & 1 deletion schema/google/showcase/v1beta1/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package google.showcase.v1beta1;
option go_package = "github.com/googleapis/gapic-showcase/server/genproto";
option java_package = "com.google.showcase.v1beta1";
option java_multiple_files = true;
option ruby_package = "Google::Showcase::V1Beta1";
option ruby_package = "Google::Showcase::V1beta1";

// A simple identity service.
service Identity {
Expand Down
2 changes: 1 addition & 1 deletion schema/google/showcase/v1beta1/messaging.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package google.showcase.v1beta1;
option go_package = "github.com/googleapis/gapic-showcase/server/genproto";
option java_package = "com.google.showcase.v1beta1";
option java_multiple_files = true;
option ruby_package = "Google::Showcase::V1Beta1";
option ruby_package = "Google::Showcase::V1beta1";

// A simple messaging service that implements chat rooms and profile posts.
//
Expand Down
2 changes: 1 addition & 1 deletion schema/google/showcase/v1beta1/sequence.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package google.showcase.v1beta1;
option go_package = "github.com/googleapis/gapic-showcase/server/genproto";
option java_package = "com.google.showcase.v1beta1";
option java_multiple_files = true;
option ruby_package = "Google::Showcase::V1Beta1";
option ruby_package = "Google::Showcase::V1beta1";

service SequenceService {
// This service is meant to only run locally on the port 7469 (keypad digits
Expand Down
2 changes: 1 addition & 1 deletion schema/google/showcase/v1beta1/testing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package google.showcase.v1beta1;
option go_package = "github.com/googleapis/gapic-showcase/server/genproto";
option java_package = "com.google.showcase.v1beta1";
option java_multiple_files = true;
option ruby_package = "Google::Showcase::V1Beta1";
option ruby_package = "Google::Showcase::V1beta1";

// A service to facilitate running discrete sets of tests
// against Showcase.
Expand Down

0 comments on commit 7289f2e

Please sign in to comment.