This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from dfeab8d57 THRIFT-5924: UUID support for NodeTS Client: ts,js Patch: 
CJCombrink This closes #3331
     add 3b0ab4dfa Enforce consistent whitespaces around blocks, equal signs, 
and in parameters in Ruby code

No new revisions were added by this update.

Summary of changes:
 lib/rb/.rubocop.yml                             | 20 ++++++++++-
 lib/rb/Rakefile                                 |  2 +-
 lib/rb/benchmark/benchmark.rb                   | 12 +++----
 lib/rb/benchmark/server.rb                      |  2 +-
 lib/rb/ext/extconf.rb                           |  2 +-
 lib/rb/lib/thrift/client.rb                     |  2 +-
 lib/rb/lib/thrift/exceptions.rb                 |  2 +-
 lib/rb/lib/thrift/processor.rb                  |  4 +--
 lib/rb/lib/thrift/protocol/base_protocol.rb     |  2 +-
 lib/rb/lib/thrift/protocol/binary_protocol.rb   |  2 +-
 lib/rb/lib/thrift/protocol/compact_protocol.rb  |  4 +--
 lib/rb/lib/thrift/protocol/json_protocol.rb     |  6 ++--
 lib/rb/lib/thrift/server/base_server.rb         |  2 +-
 lib/rb/lib/thrift/server/mongrel_http_server.rb |  4 +--
 lib/rb/lib/thrift/server/nonblocking_server.rb  |  4 +--
 lib/rb/lib/thrift/server/thin_http_server.rb    |  2 +-
 lib/rb/lib/thrift/server/thread_pool_server.rb  |  2 +-
 lib/rb/lib/thrift/struct.rb                     |  2 +-
 lib/rb/lib/thrift/transport/base_transport.rb   |  2 +-
 lib/rb/lib/thrift/transport/framed_transport.rb |  6 ++--
 lib/rb/lib/thrift/transport/socket.rb           |  2 +-
 lib/rb/lib/thrift/transport/ssl_socket.rb       |  2 +-
 lib/rb/lib/thrift/transport/unix_socket.rb      |  2 +-
 lib/rb/lib/thrift/types.rb                      |  4 +--
 lib/rb/lib/thrift/union.rb                      |  2 +-
 lib/rb/script/proto_benchmark.rb                |  1 -
 lib/rb/spec/base_protocol_spec.rb               |  3 +-
 lib/rb/spec/base_transport_spec.rb              |  5 ++-
 lib/rb/spec/binary_protocol_spec.rb             |  2 --
 lib/rb/spec/binary_protocol_spec_shared.rb      | 14 ++++----
 lib/rb/spec/client_spec.rb                      |  1 -
 lib/rb/spec/compact_protocol_spec.rb            |  6 ++--
 lib/rb/spec/constants_demo_spec.rb              |  2 +-
 lib/rb/spec/exception_spec.rb                   |  1 -
 lib/rb/spec/http_client_spec.rb                 |  4 +--
 lib/rb/spec/json_protocol_spec.rb               | 19 +++++-----
 lib/rb/spec/namespaced_spec.rb                  |  1 -
 lib/rb/spec/nonblocking_server_spec.rb          |  5 ++-
 lib/rb/spec/processor_spec.rb                   |  1 -
 lib/rb/spec/serializer_spec.rb                  |  1 -
 lib/rb/spec/server_socket_spec.rb               |  1 -
 lib/rb/spec/server_spec.rb                      |  3 +-
 lib/rb/spec/socket_spec.rb                      |  1 -
 lib/rb/spec/spec_helper.rb                      |  2 +-
 lib/rb/spec/ssl_server_socket_spec.rb           |  1 -
 lib/rb/spec/ssl_socket_spec.rb                  |  1 -
 lib/rb/spec/struct_nested_containers_spec.rb    |  3 +-
 lib/rb/spec/struct_spec.rb                      | 13 ++++---
 lib/rb/spec/thin_http_server_spec.rb            | 14 --------
 lib/rb/spec/types_spec.rb                       | 47 ++++++++++++-------------
 lib/rb/spec/union_spec.rb                       |  3 +-
 lib/rb/spec/unix_socket_spec.rb                 |  1 -
 lib/rb/spec/uuid_validation_spec.rb             |  2 +-
 lib/rb/thrift.gemspec                           |  6 ++--
 test/rb/benchmarks/protocol_benchmark.rb        |  1 -
 test/rb/integration/TestClient.rb               |  6 ++--
 test/rb/integration/TestServer.rb               |  2 --
 test/rb/test_helper.rb                          |  2 +-
 test/rb/test_suite.rb                           |  2 +-
 tutorial/rb/RubyClient.rb                       |  4 +--
 tutorial/rb/RubyServer.rb                       |  2 +-
 61 files changed, 128 insertions(+), 151 deletions(-)

Reply via email to