Skip to content

Commit da7f5a8

Browse files
committed
Add Tidelift link
1 parent 3648a1c commit da7f5a8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,28 @@
33
<tt>PublicSuffix</tt> is a Ruby domain name parser based on the [Public Suffix List](https://publicsuffix.org/).
44

55
[![Build Status](https://travis-ci.org/weppos/publicsuffix-ruby.svg?branch=master)](https://travis-ci.org/weppos/publicsuffix-ruby)
6+
[![Tidelift dependencies](https://tidelift.com/badges/github/weppos/publicsuffix-ruby)](https://tidelift.com/subscription/pkg/rubygems-public-suffix?utm_source=rubygems-public-suffix&utm_medium=referral&utm_campaign=readme)
67

78

8-
## Requirements
9+
## Links
910

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
1118

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.
1320

1421

1522
## Installation
1623

1724
You can install the gem manually:
1825

1926
```shell
20-
$ gem install public_suffix
27+
gem install public_suffix
2128
```
2229

2330
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
173180
No. <tt>PublicSuffix</tt> comes with a bundled list. It does not make any HTTP requests to parse or validate a domain.
174181

175182

176-
## Feedback and bug reports
183+
## Support
177184

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.
179186

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.
181189

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.
191191

192192

193193
## Changelog

0 commit comments

Comments
 (0)