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 c77cbd263 Raise an error when nil is sent to binary protocol write
operations
add f06db1b06 Remove Fixnum references to support modern Ruby versions
No new revisions were added by this update.
Summary of changes:
LANGUAGES.md | 2 +-
lib/rb/lib/thrift.rb | 1 -
lib/rb/lib/thrift/core_ext.rb | 23 ---------------------
lib/rb/lib/thrift/core_ext/fixnum.rb | 29 ---------------------------
lib/rb/lib/thrift/protocol/base_protocol.rb | 8 ++++----
lib/rb/lib/thrift/transport/base_transport.rb | 2 +-
lib/rb/spec/struct_spec.rb | 4 ++--
lib/rb/spec/types_spec.rb | 4 ++--
lib/rb/thrift.gemspec | 2 ++
test/rb/integration/TestClient.rb | 4 ++--
10 files changed, 14 insertions(+), 65 deletions(-)
delete mode 100644 lib/rb/lib/thrift/core_ext.rb
delete mode 100644 lib/rb/lib/thrift/core_ext/fixnum.rb