Used protoc to generate at.rb. My main.rb literally just includes at.rb and outputs "hello world".
I built the gem from scratch following the instructions in the readme. Tried running my simple ruby program that
RuntimeError: headers.key: "key" is already defined in "headers".
build at com/google/protobuf/jruby/RubyDescriptorPool.java:84
<main> at /root/work/at/at.rb:6
require at org/jruby/RubyKernel.java:955
(root) at uri:classloader:/jruby/kernel/kernel.rb:1
<main> at main.rb:1
Used
protocto generateat.rb. Mymain.rbliterally just includesat.rband outputs "hello world".I built the gem from scratch following the instructions in the readme. Tried running my simple ruby program that