Skip to content

Commit

Permalink
Merge pull request #407 from krautcomputing/fix_urls
Browse files Browse the repository at this point in the history
change all ruby-whois.org occurrences to whoisrb.org
  • Loading branch information
weppos committed Jun 29, 2015
2 parents f31ceca + 86bb947 commit 9e80331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ This library was extracted from [RoboWhois](https://www.robowhois.com/) and [Rob

## Features

- Ability to lookup WHOIS record for [IPv4, IPv6, TLDs, and ICANN new gTLDs](http://ruby-whois.org/manual/usage/#usage-objects)
- Ability to [parse WHOIS responses](http://ruby-whois.org/manual/parser/)
- Flexible and extensible interface (e.g. You can define [custom servers](http://ruby-whois.org/manual/server/) on the fly)
- Ability to lookup WHOIS record for [IPv4, IPv6, TLDs, and ICANN new gTLDs](http://whoisrb.org/manual/usage/#usage-objects)
- Ability to [parse WHOIS responses](http://whoisrb.org/manual/parser/)
- Flexible and extensible interface (e.g. You can define [custom servers](http://whoisrb.org/manual/server/) on the fly)
- Object oriented design, featuring 10 different design patterns
- Pure Ruby library, without any external dependency other than Ruby itself
- Successfully tested against several [Ruby implementations](http://ruby-whois.org/manual/interpreters/)
- Successfully tested against several [Ruby implementations](http://whoisrb.org/manual/interpreters/)


## Requirements
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec = Gem::Specification.new do |s|

s.authors = ["Simone Carletti"]
s.email = ["weppos@weppos.net"]
s.homepage = "http://www.ruby-whois.org/"
s.homepage = "http://whoisrb.org/"
s.license = "MIT"
s.rubyforge_project = "whois"

Expand Down

0 comments on commit 9e80331

Please sign in to comment.