Skip to content

intrigueio/whois-parser

 
 

Repository files navigation

⚠️ WARNING: This is a fork of a fork: https://github.com/jarthod/whois-parser

This is a temporary solution to work around the fact that the original whois-parser gem seems to be edging towards deprecation and causing issues on Ruby 3.2.2. weppos#158

Once we move to another gem or another approach, this can be removed.

Fork readme below:


⚠️ WARNING:: this repository is a fork of https://github.com/weppos/whois-parser. I created it because the maintainer seems to have paused so the project was lagging more and more behind actual WHOIS definitions and the PR piling up. I hope we'll be able to merge this back into the main project eventually but in the meantime if you need a more up-to-date and maintained version you can use this one:

Gemfile:

gem 'whois-parser', github: 'jarthod/whois-parser' # Unofficial but more up-to-date fork, check status at https://github.com/jarthod/whois-parser

I'll try to merge as much existing PR as possible into this fork and provide my own updates too. I don't want to release the gem under another name at the moment to make it easier to go back to the official gem if possible, if so I'll update this page so you can check it from time to time when you see this comment in your Gemfile. The CHANGELOG file will be updated with all the changes in this fork, you can compare it with the upstream CHANGELOG

Below is the unmodified upstream Readme to make merging easier.


Whois Parser

Whois Parser is a — pure Ruby — WHOIS parser.

This library was extracted from the Ruby Whois library], and made available as a standalone library. It can be used in combination with the Ruby Whois library to perform WHOIS queries and parse the response in Ruby, or as a standalone library to parse WHOIS records fetched previously and/or from different WHOIS clients.

Build Status

The whois repository contains more information on how to use the library.

More Information

Versioning

Whois::Parser uses Semantic Versioning 2.0.0

License

Copyright (c) 2009-2022 Simone Carletti. This is Free Software distributed under the MIT license.

About

Unofficial fork of the whois-parser gem to keep it more up-to-date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%