Adopt ruby_package in ruby generated code. (#4627)
* Adopt ruby_package in ruby generated code. * Add test for ruby_packagepull/4675/head
parent
d8483a92d7
commit
5289ee0c21
5 changed files with 31 additions and 3 deletions
@ -0,0 +1,7 @@ |
||||
syntax = "proto3"; |
||||
|
||||
package foo_bar; |
||||
|
||||
option ruby_package = "A.B"; |
||||
|
||||
message TestRubyPackageMessage {} |
Loading…
Reference in new issue