This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
protobuf
Watch
8
Star
0
Fork
You've already forked protobuf
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
8001
Commits
204
Branches
369
Tags
184 MiB
Tree:
ce560630bf
protobuf
/
ruby
/
tests
/
test_ruby_package.proto
8 lines
103 B
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
7 years ago
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
6 years ago
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
7 years ago
message
TestRubyPackageMessage
{
}