mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
* 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
7 lines
118 B
Protocol Buffer
7 lines
118 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package foo_bar_proto2;
|
|
|
|
option ruby_package = "A::B::Proto2";
|
|
|
|
message TestRubyPackageMessage {}
|