Rubytoolpack

This is a very silly gem that I wrote as an example for class. It simply rolls-up some common rails project dependencies that I like to have in my projects.

Installation

Add this line to your application's Gemfile:

gem 'rubytoolpack'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubytoolpack

Usage

see above

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature) 2a. Do not change the version number
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request