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

declare gem dependencies in gemspec, add Gemfile for bundler support #35

Closed levinalex closed 11 years ago

levinalex commented 12 years ago

made this gem compatible with Bundler by declaring its dependencies and adding a Gemfile

this creates somewhat of a chicken and egg problem because the Rakefile does not work without jeweler installed.

atimin commented 12 years ago

+1

ghost commented 11 years ago

@hparra : anything stopping this from getting merged now?

hparra commented 11 years ago

Nothing. I just forgot about it. It needed some fixing. Latest is now v1.2.1.

levinalex commented 11 years ago

:+1: thank you.