# BoneHola [![Build Status][travis_image]][travis_url] [![Dependency Status][gemnasium_image]][gemnasium_url] [![MIT License][license-image]][license-url] Support Chinese hola ## Installation Add this line to your application's Gemfile: ```ruby gem 'bone_hola' ``` And then execute: $ bundle Or install it yourself as: $ gem install bone_hola ## Usage $ bone_hola $ bone_hola english $ bone_hola spanish ## Contributing 1. Fork it ( https://github.com/denleyhsiao/bone_hola/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request [travis_image]: https://travis-ci.org/denleyhsiao/bone_hola.svg?branch=master [travis_url]: https://travis-ci.org/denleyhsiao/bone_hola [gemnasium_image]: https://gemnasium.com/denleyhsiao/bone_hola.svg [gemnasium_url]: https://gemnasium.com/denleyhsiao/bone_hola [license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat [license-url]: LICENSE