Skip to content
Muriel Salvan edited this page Apr 1, 2014 · 2 revisions

Hey fellow devs! Contributions are more than welcome!

Source code

The source of ruby-serial is hosted on Github.

You can always clone it, then create a branch, push it and issue a pull request with your modifications in it.

Run tests

Tests are run from the root of the project with the following commands:

  1. Install gem dependencies:

    bundle install
    
  2. Run tests:

    rake test
    

Bugs? Features?

If you find a bug, want a specific feature or ask a question, please open a new issue in the Issues tracker

Contact

ruby-serial is maintained by Muriel Salvan. Shoot me a mail!

Clone this wiki locally