This is an example of how to release platform specific gems. Included at this time is Ruboto specific version, but contact us if you would like to add another version.
Add this line to your application's Gemfile:
gem 'example_gem'
And then execute:
$ bundle
Or install it yourself as:
$ gem install example_gem
This gem will probably never get any features :)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request