hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports
http://rubygems.org/gems/serialport
GNU General Public License v2.0
246 stars 58 forks source link

stop using deprecated api #54

Closed tenderlove closed 10 years ago

tenderlove commented 10 years ago

Hi,

The serialport gem won't compile on Ruby 2.2 because Check_SafeStr has been removed. I've fixed those spots so it works on all rubys.

hparra commented 10 years ago

Can push a new version soon. Just waiting for comments on #55.