|
3 | 3 | <tt>PublicSuffix</tt> is a Ruby domain name parser based on the [Public Suffix List](https://publicsuffix.org/).
|
4 | 4 |
|
5 | 5 | [](https://travis-ci.org/weppos/publicsuffix-ruby)
|
| 6 | +[](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme) |
6 | 7 |
|
7 | 8 |
|
8 |
| -## Requirements |
| 9 | +## Links |
9 | 10 |
|
10 |
| -- Ruby >= 2.3 |
| 11 | +- [Homepage](https://simonecarletti.com/code/publicsuffix-ruby) |
| 12 | +- [Repository](https://github.com/weppos/publicsuffix-ruby) |
| 13 | +- [API Documentation](https://rubydoc.info/gems/public_suffix) |
| 14 | +- [Introducing the Public Suffix List library for Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/) |
| 15 | + |
| 16 | + |
| 17 | +## Requirements |
11 | 18 |
|
12 |
| -For an older versions of Ruby use a previous release. |
| 19 | +<tt>PublicSuffix</tt> requires **Ruby >= 2.3**. For an older versions of Ruby use a previous release. |
13 | 20 |
|
14 | 21 |
|
15 | 22 | ## Installation
|
16 | 23 |
|
17 | 24 | You can install the gem manually:
|
18 | 25 |
|
19 | 26 | ```shell
|
20 |
| -$ gem install public_suffix |
| 27 | +gem install public_suffix |
21 | 28 | ```
|
22 | 29 |
|
23 | 30 | Or use Bundler and define it as a dependency in your `Gemfile`:
|
@@ -173,21 +180,14 @@ Not convinced yet? Check out [this real world example](https://stackoverflow.com
|
173 | 180 | No. <tt>PublicSuffix</tt> comes with a bundled list. It does not make any HTTP requests to parse or validate a domain.
|
174 | 181 |
|
175 | 182 |
|
176 |
| -## Feedback and bug reports |
| 183 | +## Support |
177 | 184 |
|
178 |
| -If you use this library and find yourself missing any functionality, please [let me know](mailto:weppos@weppos.net). |
| 185 | +Library documentation is auto-generated from the [README](https://github.com/weppos/publicsuffix-ruby/blob/master/README.md) and the source code, and it's available at https://rubydoc.info/gems/public_suffix. |
179 | 186 |
|
180 |
| -Pull requests are very welcome! Please include tests and/or feature coverage for every patch, and create a topic branch for every separate change you make. |
| 187 | +- The PublicSuffix bug tracker is here: https://github.com/weppos/publicsuffix-ruby/issues |
| 188 | +- The PublicSuffix code repository is here: https://github.com/weppos/publicsuffix-ruby. Contributions are welcome! Please include tests and/or feature coverage for every patch, and create a topic branch for every separate change you make. |
181 | 189 |
|
182 |
| -Report issues or feature requests to [GitHub Issues](https://github.com/weppos/publicsuffix-ruby/issues). |
183 |
| - |
184 |
| - |
185 |
| -## More |
186 |
| - |
187 |
| -- [Homepage](https://simonecarletti.com/code/publicsuffix-ruby) |
188 |
| -- [Repository](https://github.com/weppos/publicsuffix-ruby) |
189 |
| -- [API Documentation](http://rubydoc.info/gems/public_suffix) |
190 |
| -- [Introducing the Public Suffix List library for Ruby](https://simonecarletti.com/blog/2010/06/public-suffix-list-library-for-ruby/) |
| 190 | +[Consider subscribing to Tidelift which provides Enterprise support for this project](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme) as part of the Tidelift Subscription. Tidelift subscriptions also help the maintainers by funding the project, which in turn allows us to ship releases, bugfixes, and security updates more often. |
191 | 191 |
|
192 | 192 |
|
193 | 193 | ## Changelog
|
|
0 commit comments