lib/saml/config.rb in libsaml-2.15.8 vs lib/saml/config.rb in libsaml-2.16.0

- old
+ new

@@ -10,10 +10,13 @@ @@ssl_private_key_file = nil mattr_accessor :ssl_certificate_file @@ssl_certificate_file = nil + mattr_accessor :http_ca_file + @@http_ca_file = nil + mattr_accessor :registered_stores @@registered_stores = {} mattr_accessor :default_store @@ -21,8 +24,7 @@ registered_stores[name] = store self.default_store = name if options[:default] end module_function :register_store - end end