ruby-protobuf / protobuf

A pure ruby implementation of Google's Protocol Buffers
https://github.com/ruby-protobuf
MIT License
462 stars 101 forks source link

refresh well known protos: descriptor.proto, plugin.proto #423

Closed nerdrew closed 2 years ago

nerdrew commented 3 years ago

from: https://raw.githubusercontent.com/google/protobuf/master/src/google/protobuf/descriptor.proto https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/compiler/plugin.proto

nerdrew commented 3 years ago

bumping this PR cc @film42

film42 commented 3 years ago

This all looks great. I added the plug-in enum to master, but it shows up here again. Let me make sure the diff is right locally.

film42 commented 2 years ago

Diff on github is a bit strange, but comparing it locally shows this is good to go.

film42 commented 2 years ago

Released! Thanks, @nerdrew !