willglynn / ruby-zbar

Ruby bindings for the ZBar barcode recognition library
MIT License
83 stars 24 forks source link

removes Fixnum reference #13

Closed joshRpowell closed 7 years ago

joshRpowell commented 7 years ago

Since the Ruby-2.4.0 release, Fixnum and Bignum are combined into Integer class. This fix is to remove all Fixnum reference.

zbar-0.2.2/lib/zbar/processor.rb:7: warning: constant ::Fixnum is deprecated