lib/nightcrawler_swift/gateway.rb in nightcrawler_swift-0.7.0 vs lib/nightcrawler_swift/gateway.rb in nightcrawler_swift-0.8.0
- old
+ new
@@ -57,10 +57,11 @@
def ssl_options
[
:verify_ssl,
:ssl_client_cert,
:ssl_client_key,
- :ssl_ca_file
+ :ssl_ca_file,
+ :ssl_version
].inject({}) {|hash, key|
hash.tap {
# OpenStruct in Ruby 1.9.x doesn't have the method []
hash[key] = options.send(key)