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 7eeb1c166 deprecate swift bindings for THRIFT-5864
add 441322032 Fixed make check for Ruby library
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +-
lib/rb/Gemfile.lock | 6 +-
lib/rb/Makefile.am | 4 -
lib/rb/lib/thrift/bytes.rb | 6 +-
lib/rb/lib/thrift/protocol/compact_protocol.rb | 4 +-
lib/rb/test/TestBinaryProtocol.rb | 145 ---------------
lib/rb/test/TestCompactProtocol.rb | 164 -----------------
lib/rb/test/TestJsonProtocol.rb | 208 ----------------------
test/rb/core/protocol/test_binary_protocol.rb | 171 ++++++++++++++++++
test/rb/core/protocol/test_compact_protocol.rb | 180 +++++++++++++++++++
test/rb/core/protocol/test_json_protocol.rb | 236 +++++++++++++++++++++++++
11 files changed, 597 insertions(+), 529 deletions(-)
delete mode 100644 lib/rb/test/TestBinaryProtocol.rb
delete mode 100644 lib/rb/test/TestCompactProtocol.rb
delete mode 100644 lib/rb/test/TestJsonProtocol.rb
create mode 100644 test/rb/core/protocol/test_binary_protocol.rb
create mode 100644 test/rb/core/protocol/test_compact_protocol.rb
create mode 100644 test/rb/core/protocol/test_json_protocol.rb