This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
protobuf
Watch
1
Star
0
Fork
0
You've already forked protobuf
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
345df38dd3
protobuf
/
ruby
/
tests
/
test_ruby_package.proto
8 lines
103 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
Adopt ruby_package in ruby generated code. (#4627) * Adopt ruby_package in ruby generated code. * Add test for ruby_package
2018-05-18 00:11:06 +00:00
syntax
=
"proto3"
;
package
foo_bar
;
Fix Ruby module name generation when the ruby_package option is used (again) (#5794) * Revert "Revert "Fix Ruby module name generation when the ruby_package option is used (#5735)"" This reverts commit bb211e851ec2158e479784bd68784784bf6594dc. * add new files to Makefile.am
2019-03-02 18:38:10 +00:00
option
ruby_package
=
"A::B"
;
Adopt ruby_package in ruby generated code. (#4627) * Adopt ruby_package in ruby generated code. * Add test for ruby_package
2018-05-18 00:11:06 +00:00
message
TestRubyPackageMessage
{
}
Reference in New Issue
Copy Permalink