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
103 B
Protocol Buffer
7 lines
103 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package foo_bar;
|
|
|
|
option ruby_package = "A::B";
|
|
|
|
message TestRubyPackageMessage {}
|