Skip to content

Commit 0063882

Browse files
committed
bump version and point at correct version of openssl
1 parent 07f7fdf commit 0063882

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openssl.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "2.1.2"
4-
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
5-
spec.email = ["ruby-core@ruby-lang.org"]
3+
spec.version = "2.2.0-mcr1"
4+
spec.authors = ["Michael Richardson", "Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
5+
spec.email = ["mcr@sandelman.ca","ruby-core@ruby-lang.org"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
7-
spec.description = %q{It wraps the OpenSSL library.}
8-
spec.homepage = "https://github.com/ruby/openssl"
7+
spec.description = %q{It wraps the OpenSSL library. Note this version depends upon an as-yet-unreleased version of OpenSSL. Built it from https://github.com/mcr/openssl/tree/dtls-listen-refactor.}
8+
spec.homepage = "https://github.com/mcr/ruby-openssl"
99
spec.license = "Ruby"
1010

1111
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "*.md", "BSDL", "LICENSE.txt"]

0 commit comments

Comments
 (0)