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 f58a18cff Update js-yaml development dependencies (#3720)
     add 759b0faf3 Enforce Ruby whitespace layout rules (#3719)

No new revisions were added by this update.

Summary of changes:
 compiler/cpp/src/thrift/generate/t_rb_generator.cc | 33 +++++++++----
 .../tests/rb/t_rb_generator_functional_tests.cc    | 55 +++++++++++++++++++---
 lib/rb/.rubocop.yml                                | 40 ++++++++++++++++
 lib/rb/ext/extconf.rb                              |  2 +-
 lib/rb/lib/thrift/exceptions.rb                    |  2 -
 lib/rb/lib/thrift/multiplexed_processor.rb         |  1 -
 lib/rb/lib/thrift/protocol/base_protocol.rb        |  2 -
 lib/rb/lib/thrift/protocol/compact_protocol.rb     |  1 -
 lib/rb/lib/thrift/protocol/json_protocol.rb        |  2 -
 lib/rb/lib/thrift/protocol/multiplexed_protocol.rb |  1 -
 lib/rb/lib/thrift/protocol/protocol_decorator.rb   |  1 -
 lib/rb/lib/thrift/server/thin_http_server.rb       |  1 -
 lib/rb/lib/thrift/struct_union.rb                  |  1 -
 .../lib/thrift/transport/http_client_transport.rb  |  3 +-
 lib/rb/lib/thrift/transport/io_stream_transport.rb |  1 +
 lib/rb/lib/thrift/transport/server_socket.rb       |  1 -
 lib/rb/spec/base_transport_spec.rb                 |  4 +-
 lib/rb/spec/union_spec.rb                          |  2 +-
 test/rb/generation/test_enum.rb                    |  1 +
 test/rb/generation/test_recursive.rb               |  1 -
 test/rb/generation/test_struct.rb                  |  2 -
 test/rb/integration/TestClient.rb                  |  1 -
 test/rb/integration/TestServer.rb                  |  1 -
 tutorial/rb/RubyClient.rb                          |  1 -
 tutorial/rb/RubyServer.rb                          |  2 -
 25 files changed, 120 insertions(+), 42 deletions(-)

Reply via email to