diff options
author | Kazuki Yamaguchi <[email protected]> | 2023-08-31 18:46:41 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-09-21 20:01:23 +0000 |
commit | a2f1195bebca468eed7e8bf650027e3d3747c141 (patch) | |
tree | ed154726559c261f8d2de6e6d5d96e624f40fa2a /ext/openssl | |
parent | 5c11dea40c94f669778946498fa5978abeeda537 (diff) |
[ruby/openssl] Update README and gemspec description
* Reword the description in README for more clarity.
* Add a compatibility matrix of our stable branches and explain the
maintenance policy.
* Remove the obsolete paragraph for how to use the gem in Ruby 2.3,
which is no longer supported.
https://github.com/ruby/openssl/commit/7691034fcb
Diffstat (limited to 'ext/openssl')
-rw-r--r-- | ext/openssl/openssl.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/openssl.gemspec b/ext/openssl/openssl.gemspec index 674dc20deb..c194b5049d 100644 --- a/ext/openssl/openssl.gemspec +++ b/ext/openssl/openssl.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |spec| spec.version = "3.1.0" spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"] spec.email = ["[email protected]"] - spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.} - spec.description = %q{It wraps the OpenSSL library.} + spec.summary = %q{SSL/TLS and general-purpose cryptography for Ruby} + spec.description = %q{OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on the OpenSSL library.} spec.homepage = "https://github.com/ruby/openssl" spec.license = "Ruby" |