Installation
Requirements
- Ruby >= 1.8.6
Whois has been successfully tested against the following Ruby platforms:
- Ruby 1.8.6 / 1.8.7 / 1.9.1 / 1.9.2
- MacRuby
- Ruby Enterprise Edition
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