Foo is just a foo bar application
gem install foo
gem 'foo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install foo
@short_url = Foo::Shortener.new("http://fundwise.co").short #=> #<Foo::Shortener:0x007fdb0b00ae40 @long_url="http://fundwise.co">
@short_url.short #=> {"kind"=>"urlshortener#url", "id"=>"http://goo.gl/NPcPZT", "longUrl"=>"http://fundwise.co/"}
- Fork it ( https://github.com/zenbakiak/foo/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