Installation

Requirements

Whois has been successfully tested against the following Ruby platforms:

Do you run any other Ruby platform or version? Are you experiencing any problem?
Tell us in the discussion group.

Installing Whois

Stable

The best way to install Whois is via RubyGems.

$ gem install whois

You might need administrator privileges on your system to install the Gem.

Development

The Whois repository is hosted on GitHub. You can start by watching or cloning the repository.

$ git clone git://github.com/weppos/whois
$ cd whois
$ sudo ruby setup.rb

Now run the tests to make sure everything is working as expected.

$ rake test