dicom / ruby-dicom

Library for reading, editing and writing DICOM files, as well as handling DICOM network communication. Written in the Ruby language.
http://dicom.rubyforge.org/
GNU General Public License v3.0
178 stars 67 forks source link

warning: constant ::Fixnum is deprecated #72

Closed bjoernalbers closed 6 years ago

bjoernalbers commented 6 years ago

Hey Christoffer,

with the latest release (0.9.7) of ruby-dicom under Ruby 2.4 I get this warning:

warning: constant ::Fixnum is deprecated

I found out that the issue is already fixed in master branch. Could you please release an update (RubyGem)?

Thanks, Björn

dicom commented 6 years ago

Hello Bjørn

Thanks for the heads up. I guess you are right, it is time for a new release. Ill try to make it happen ASAP.

Best regards, Christoffer

dicom commented 6 years ago

Version 0.9.8 has been released with this fix.