[ruby/openssl] bump version number to 3.1.0.pre
https://github.com/ruby/openssl/commit/fceb978a5d
This commit is contained in:
parent
cd83f5b961
commit
04bf83d6f7
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module OpenSSL
|
module OpenSSL
|
||||||
VERSION = "3.0.1"
|
VERSION = "3.1.0.pre"
|
||||||
end
|
end
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "openssl"
|
spec.name = "openssl"
|
||||||
spec.version = "3.0.1"
|
spec.version = "3.1.0.pre"
|
||||||
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
|
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
|
||||||
spec.email = ["ruby-core@ruby-lang.org"]
|
spec.email = ["ruby-core@ruby-lang.org"]
|
||||||
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
|
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user