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

remove version from C extension #40

Closed ghost closed 11 years ago

ghost commented 11 years ago

The version is now set from lib/serialport/version.rb

ghost commented 11 years ago

@hparra : this one is somewhat important as there are currently two definitions of SerialPort::VERSION due to the bundler switchover.

I'm choosing the ruby version in preference as one should still be able to package the gem without actually building the extension.

ghost commented 11 years ago

@hparra : can you take a look at this please?

hparra commented 11 years ago

Now v1.2.2