weppos / publicsuffix-ruby

Domain name parser for Ruby based on the Public Suffix List.
https://simonecarletti.com/code/publicsuffix
MIT License
617 stars 109 forks source link

Gem homepage docs don't match latest official release (1.5.3) #102

Closed brucek closed 8 years ago

brucek commented 8 years ago

ie the homepage says you can call

PublicSuffix.domain("google.com") # => "google.com"

but the latest release (1.5.3 - 6 mo's old) does not have that call.

I can easily add it in (or use master on github directly), but maybe it's time to cut an official release? Thanks, this looks like a great library!

weppos commented 8 years ago

Master contains a major release, with several breaking changes. It's my intention to package a release as soon as possible, but I need to write some documentation first.

brucek commented 8 years ago

Gotcha, thanks - just wanted you to know someone out here cares :-)

weppos commented 8 years ago

Thanks, I appreciate it! :) I'll do my best to release it ASAP.

weppos commented 8 years ago

The new version is released.