This is an automated email from the ASF dual-hosted git repository.
kpumuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from c8f876181 Bump shell-quote from 1.7.3 to 1.10.0 in /lib/ts
add de266f685 Omit parentheses from zero-argument Ruby methods (#3740)
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_rb_generator.cc | 54 ++++++++++++----------
.../tests/rb/t_rb_generator_functional_tests.cc | 28 ++++++++---
lib/rb/.rubocop.yml | 6 +++
lib/rb/lib/thrift/client.rb | 2 +-
lib/rb/lib/thrift/protocol/compact_protocol.rb | 42 ++++++++---------
lib/rb/lib/thrift/struct.rb | 2 +-
lib/rb/lib/thrift/transport/framed_transport.rb | 2 +-
lib/rb/spec/binary_protocol_spec_shared.rb | 8 ++--
lib/rb/spec/client_spec.rb | 2 +-
lib/rb/spec/server_spec.rb | 2 +-
lib/rb/spec/struct_spec.rb | 2 +-
lib/rb/spec/union_spec.rb | 4 +-
test/rb/integration/TestClient.rb | 2 +-
test/rb/integration/TestServer.rb | 4 +-
tutorial/rb/RubyClient.rb | 10 ++--
tutorial/rb/RubyServer.rb | 18 ++++----
16 files changed, 107 insertions(+), 81 deletions(-)