evernote-sdk-ruby icon indicating copy to clipboard operation
evernote-sdk-ruby copied to clipboard

::Fixnum deprecated (ruby 2.4.0)

Open aapis opened this issue 8 years ago • 0 comments

The Fixnum constant is deprecated and should be replaced with Integer in base_protocol.rb.

/Users/prieber/.rvm/rubies/ruby-2.4.0/lib/ruby/gems/2.4.0/gems/evertils-0.3.4/lib/kernel.rb:9: warning: constant ::Fixnum is deprecated
/Users/prieber/.rvm/gems/ruby-2.4.0@global/gems/evernote-thrift-1.25.2/lib/thrift/protocol/base_protocol.rb:254: warning: constant ::Fixnum is deprecated
/Users/prieber/.rvm/gems/ruby-2.4.0@global/gems/evernote-thrift-1.25.2/lib/thrift/protocol/base_protocol.rb:294: warning: constant ::Fixnum is deprecated

aapis avatar May 12 '17 17:05 aapis