forked from ruby/openssl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and gemspec description
* Reword the first paragraph for more clarification. * Add the compatibility matrix for stable branches and explain the maintenance policy. * Remove the outdated paragraph for how to use the gem in Ruby 2.3, which is no longer supported.
- Loading branch information
Showing
2 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|