Sha256: 82559fe4042f7d17da0be8eb76b7d66cb8130147acc40c8199ba27a354f5e73a

Contents?: true

Size: 144 Bytes

Versions: 2

Compression:

Stored size: 144 Bytes

Contents

require 'mechanize'
class Mechanize
  def set_ssl_client_certification(clientcert, clientkey)
    @cert, @key = clientcert, clientkey
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
frameworks-capybara-0.0.35 lib/monkey-patches/mechanize-patches.rb
frameworks-capybara-0.0.34 lib/monkey-patches/mechanize-patches.rb