Adopt ruby_package in ruby generated code. (#4627)
* Adopt ruby_package in ruby generated code. * Add test for ruby_packagepull/4646/head
parent
036947f630
commit
9ccc3e536c
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