A simple Whois server with a simple simple API and a front-end built with AngularJS.
source 'http://rubygems.org' gem 'unicorn' gem 'sinatra' gem 'whois' gem 'haml' gem 'json' group :test, :development do gem 'pry' gem 'rb-readline' end