Jacky
Gem with common code from my rails apps
Installation
Add this line to your application's Gemfile:
gem 'jacky'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jacky
Usage
Jacky will create a yaml file to store your normal configuration data in config/config.yml and your private passwords access codes from config/keys.yml
Contributing
- Fork it ( http://github.com/minhajuddin/jacky/fork )
- 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