Awesome
Haller
@sercaneraslan'ın Haller.js'inin Ruby portu
Installation
Add this line to your application's Gemfile:
gem 'haller'
And then execute:
$ bundle
Or install it yourself as:
$ gem install haller
Usage
require 'haller'
"Can Vural".to_hal('iyelik') # Can Vural'ın
"Can Vural".to_hal('i') # Can Vural'ı
"Can Vural".to_hal('e') # Can Vural'a
"Can Vural".to_hal('de') # Can Vural'da
"Can Vural".to_hal('den') # Can Vural'dan
Contributing
- Fork it ( https://github.com/canvural/Haller.rb/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 a new Pull Request