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 df22bb1b1 Added Rubocop harness to enforce Ruby code style
add f5c80a41d Enforce consistent emtpy lines and trailing whitespaces in
Ruby code
No new revisions were added by this update.
Summary of changes:
lib/rb/.rubocop.yml | 12 +++++++
lib/rb/lib/thrift/exceptions.rb | 8 ++---
lib/rb/lib/thrift/multiplexed_processor.rb | 12 +++----
lib/rb/lib/thrift/processor.rb | 8 ++---
lib/rb/lib/thrift/protocol/binary_protocol.rb | 14 ++++----
.../thrift/protocol/binary_protocol_accelerated.rb | 10 +++---
lib/rb/lib/thrift/protocol/compact_protocol.rb | 42 +++++++++++-----------
lib/rb/lib/thrift/protocol/multiplexed_protocol.rb | 10 +++---
lib/rb/lib/thrift/protocol/protocol_decorator.rb | 6 ++--
lib/rb/lib/thrift/serializer/deserializer.rb | 10 +++---
lib/rb/lib/thrift/serializer/serializer.rb | 9 +++--
lib/rb/lib/thrift/server/base_server.rb | 6 ++--
lib/rb/lib/thrift/server/mongrel_http_server.rb | 8 ++---
lib/rb/lib/thrift/server/nonblocking_server.rb | 12 +++----
lib/rb/lib/thrift/server/simple_server.rb | 8 ++---
lib/rb/lib/thrift/server/thread_pool_server.rb | 10 +++---
lib/rb/lib/thrift/server/threaded_server.rb | 8 ++---
lib/rb/lib/thrift/struct.rb | 20 +++++------
lib/rb/lib/thrift/struct_union.rb | 14 ++++----
lib/rb/lib/thrift/thrift_native.rb | 2 +-
.../lib/thrift/transport/base_server_transport.rb | 10 +++---
lib/rb/lib/thrift/transport/buffered_transport.rb | 12 +++----
lib/rb/lib/thrift/transport/framed_transport.rb | 8 ++---
.../lib/thrift/transport/http_client_transport.rb | 2 +-
lib/rb/lib/thrift/transport/io_stream_transport.rb | 6 ++--
.../thrift/transport/memory_buffer_transport.rb | 12 +++----
lib/rb/lib/thrift/transport/server_socket.rb | 8 ++---
lib/rb/lib/thrift/transport/socket.rb | 8 ++---
lib/rb/lib/thrift/transport/ssl_server_socket.rb | 2 +-
lib/rb/lib/thrift/transport/ssl_socket.rb | 2 +-
lib/rb/lib/thrift/transport/unix_server_socket.rb | 8 ++---
lib/rb/lib/thrift/transport/unix_socket.rb | 10 +++---
lib/rb/lib/thrift/types.rb | 8 ++---
lib/rb/lib/thrift/union.rb | 12 +++----
lib/rb/script/proto_benchmark.rb | 17 +++++----
lib/rb/script/read_struct.rb | 2 +-
lib/rb/script/write_struct.rb | 2 +-
lib/rb/spec/base_transport_spec.rb | 8 ++---
lib/rb/spec/binary_protocol_spec_shared.rb | 1 -
lib/rb/spec/compact_protocol_spec.rb | 26 +++++++-------
lib/rb/spec/http_client_spec.rb | 2 +-
lib/rb/spec/server_spec.rb | 14 ++++----
lib/rb/spec/unix_socket_spec.rb | 2 +-
test/rb/benchmarks/protocol_benchmark.rb | 22 +++++-------
test/rb/core/test_backwards_compatability.rb | 1 -
test/rb/core/test_exceptions.rb | 1 -
test/rb/core/transport/test_transport.rb | 14 ++++----
test/rb/fixtures/structs.rb | 26 +++++++-------
test/rb/generation/test_enum.rb | 4 +--
test/rb/generation/test_struct.rb | 2 +-
test/rb/integration/TestClient.rb | 2 +-
test/rb/test_suite.rb | 2 +-
52 files changed, 244 insertions(+), 241 deletions(-)