Skip to content

Commit 360c5cc

Browse files
committed
set cert_chain to [] instead of nil to prevent bundling errors
1 parent dbff675 commit 360c5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eventmachine_httpserver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Francis Cianfrocca"]
9-
s.cert_chain = nil
9+
s.cert_chain = []
1010
s.date = %q{2007-03-16}
1111
s.description = %q{}
1212
s.email = %q{garbagecat10@gmail.com}

0 commit comments

Comments
 (0)