Closed tenderlove closed 12 years ago
I'm just getting connected after a year of traveling. Thanks for this update.
Gem pushed. 1.1.0
awesome, thank you very much! :-D
On Fri, May 25, 2012 at 9:19 PM, Hector Guillermo Parra Alvarez reply@reply.github.com wrote:
Gem pushed. 1.1.0
Reply to this email directly or view it on GitHub: https://github.com/hparra/ruby-serialport/pull/32#issuecomment-5944254
Aaron Patterson http://tenderlovemaking.com/
I've added rake-compiler to the Rakefile, so when you want to compile and test, just do
rake compile
, and the shared object will be copied to your lib folder.I've removed the
RUBY_1_9
preprocessor directive in favor of using directives fromruby.h
. We can tell ifruby/io.h
is available based on preprocessor directives set inruby.h
. More importantly, we don't have to do version detection on the particular version of ruby people are running.These commits make the gem work on Ruby 2.0.
Thanks.