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 91d0590cf Enable double-quoted Ruby string literals (#3715)
     add 9c7b4929d Enforce modern Ruby hash syntax (#3716)

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    | 33 +++++++-
 lib/rb/.rubocop.yml                                |  4 +
 lib/rb/Rakefile                                    | 14 ++--
 lib/rb/benchmark/benchmark.rb                      | 20 ++---
 lib/rb/lib/thrift/protocol/base_protocol.rb        |  6 +-
 lib/rb/lib/thrift/struct_union.rb                  | 10 +--
 lib/rb/spec/base_protocol_spec.rb                  | 48 ++++++------
 lib/rb/spec/base_transport_spec.rb                 |  4 +-
 lib/rb/spec/binary_protocol_spec_shared.rb         |  6 +-
 lib/rb/spec/client_spec.rb                         | 38 +++++++---
 lib/rb/spec/compact_protocol_spec.rb               | 54 ++++++-------
 lib/rb/spec/http_client_spec.rb                    | 14 ++--
 lib/rb/spec/nonblocking_server_spec.rb             | 26 +++----
 lib/rb/spec/processor_spec.rb                      |  4 +-
 lib/rb/spec/recursion_depth_spec.rb                |  4 +-
 lib/rb/spec/serializer_spec.rb                     | 22 +++---
 lib/rb/spec/server_socket_spec.rb                  |  6 +-
 lib/rb/spec/socket_spec.rb                         |  6 +-
 lib/rb/spec/ssl_socket_spec.rb                     |  6 +-
 lib/rb/spec/struct_spec.rb                         | 42 +++++------
 lib/rb/spec/thin_http_server_spec.rb               | 18 ++---
 lib/rb/spec/types_spec.rb                          | 86 ++++++++++-----------
 lib/rb/spec/union_spec.rb                          | 18 ++---
 lib/rb/spec/unix_socket_spec.rb                    |  8 +-
 test/rb/fixtures/structs.rb                        | 88 +++++++++++-----------
 test/rb/generation/test_struct.rb                  |  2 +-
 test/rb/integration/TestClient.rb                  |  8 +-
 test/rb/integration/TestServer.rb                  | 16 ++--
 29 files changed, 347 insertions(+), 297 deletions(-)

Reply via email to