Tweeter is a wrapper around the Twitter REST API v1.1.
$ gem build tweeter.gemspec $ gem ins tweeter-0.0.3.gem
create a twitter application to obtain a consumer key and consumer secret
require 'tweeter'
client = Tweeter::Client.new(auth: { consumer_key: 'xxxxxxxxxxxxxx', consumer_secret: 'xxxxxxxxxxxxxx' })