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
118 B
Protocol Buffer
8 lines
118 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package foo_bar_proto2;
|
|
|
|
option ruby_package = "A::B::Proto2";
|
|
|
|
message TestRubyPackageMessage {}
|