Use multiple url shorteners with a single gem
gem install multi_shorten
require 'multi_shorten'
client = MultiShorten::Client.new
client.shorten({:mode => "single", :url => "http://www.google.com", :shortener => "b54"})
{:status => :success, :short_url => "http://b54.in/9o"}
client.shorten({:mode => "multiple", :url => "http://www.google.com", :shorteners => ["b54", "qr_cx"]})
{"b54" => {:status => :fail }, "qr_cx" => {:status => :success, :short_url => "http://qr.cx/9o"}}
b54
linkee
goo_gl
is_gd
jumbo_tweet
meta_mark
mt_ny
qr_cx
shortr
Use the above codes to shorten your urls with the respective service