aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/protobuf_c/defs.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename protobuf Ruby module to google/protobuf and rework its buildChris Fallin2014-12-121-1286/+0
| | | | | | system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'.
* Provide a Ruby extension.Chris Fallin2014-12-091-0/+1286
This adds a Ruby extension in ruby/ that is based on the 'upb' library (now included as a submodule), and adds support for Ruby code generation to the protoc compiler.