Skip to content

Commit

Permalink
Ruby/OpenSSL 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Sep 8, 2022
1 parent afa4078 commit de8a644
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 1,9 @@
Version 2.2.2
=============

Merged changes in 2.1.4.


Version 2.2.1
=============

Expand Down
2 changes: 1 addition & 1 deletion lib/openssl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
# frozen_string_literal: true

module OpenSSL
VERSION = "2.2.1"
VERSION = "2.2.2"
end
2 changes: 1 addition & 1 deletion openssl.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
spec.version = "2.2.1"
spec.version = "2.2.2"
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.}
Expand Down

0 comments on commit de8a644

Please sign in to comment.