ae85b457d2
* Revert "Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)""
This reverts commit bb211e851e
.
* add new files to Makefile.am
8 lines
103 B
Protocol Buffer
8 lines
103 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package foo_bar;
|
|
|
|
option ruby_package = "A::B";
|
|
|
|
message TestRubyPackageMessage {}
|