aboutsummaryrefslogtreecommitdiffstats
path: root/openssl.gemspec
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2018-05-12 15:52:57 +0900
committerKazuki Yamaguchi <k@rhe.jp>2018-05-12 15:52:57 +0900
commitfdcda971a26895ea5c5015a90671ee73039d55e8 (patch)
treeedb16e27616ec50c31e4f404a22d492fa9625de6 /openssl.gemspec
parent3f64119bf301e0ad43bb0c04ae64d214cbfa09df (diff)
parent2d6719910020d00444329161a5ff8a01fbdad2e6 (diff)
downloadruby-openssl-fdcda971a26895ea5c5015a90671ee73039d55e8.tar.gz
Merge branch 'maint'
* maint: Ruby/OpenSSL 2.1.1 Ruby/OpenSSL 2.0.8 test/test_ssl_session: set client protocol version explicitly test/test_pkey_rsa: fix test failure with OpenSSL 1.1.1 extconf.rb: fix build with LibreSSL 2.7.0 cipher: validate iterations argument for Cipher#pkcs5_keyivgen test/utils: disable Thread's report_on_exception in start_server
Diffstat (limited to 'openssl.gemspec')
-rw-r--r--openssl.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl.gemspec b/openssl.gemspec
index 4896eac3..68a87a28 100644
--- a/openssl.gemspec
+++ b/openssl.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
- spec.version = "2.1.0"
+ spec.version = "2.1.1"
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
spec.email = ["ruby-core@ruby-lang.org"]
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}