Gem::Specification#to_ruby needs OpenSSL
This commit is contained in:
parent
41e3c204fd
commit
c4ec817a7a
@ -2423,6 +2423,7 @@ class Gem::Specification < Gem::BasicSpecification
|
|||||||
# still have their default values are omitted.
|
# still have their default values are omitted.
|
||||||
|
|
||||||
def to_ruby
|
def to_ruby
|
||||||
|
require 'openssl'
|
||||||
mark_version
|
mark_version
|
||||||
result = []
|
result = []
|
||||||
result << "# -*- encoding: utf-8 -*-"
|
result << "# -*- encoding: utf-8 -*-"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user