Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Added the 'certified' gem to prevent SSL errors on ruby 1.9.x such as…
Browse files Browse the repository at this point in the history
… 'error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.' as described on http://martinottenwaelter.fr/2010/12/ruby19-and-the-ssl-error/
  • Loading branch information
subblue committed Sep 28, 2012
1 parent 93f2d64 commit 416f4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cupertino.gemspec
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "mechanize", "~> 2.5.1"
s.add_dependency "security", "~> 0.1.2"
s.add_dependency "shenzhen", ">= 0.0.1"
s.add_dependency "certified", ">= 0.1.0"

s.files = Dir["./**/*"].reject { |file| file =~ /\.\/(bin|log|pkg|script|spec|test|vendor)/ }
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
1 change: 1 addition & 0 deletions lib/cupertino/provisioning_portal.rb
@@ -1,4 +1,5 @@
require 'mechanize'
require 'certified'

module Cupertino
module ProvisioningPortal
Expand Down

0 comments on commit 416f4aa

Please sign in to comment.