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

Fixes warning about already initialized constant SerialPort::VERSION #44

Closed michelboaventura closed 10 years ago

hparra commented 10 years ago

This require is necessary. Issue is more involved. See #40

michelboaventura commented 10 years ago

Thank you for the fix!