warden-googleapps 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,6 +53,8 @@ module OpenID
53
53
  end
54
54
 
55
55
  def self.discover(uri)
56
+ # Set the CA file for the fetcher so the HTTPS requests will not issue warnings.
57
+ fetcher.ca_file = File.join(File.dirname(__FILE__), 'ca-bundle.crt')
56
58
  discovery = GoogleDiscovery.new
57
59
  info = discovery.perform_discovery(uri)
58
60
  if not info.nil?
@@ -1,5 +1,5 @@
1
1
  module Warden
2
2
  module GoogleApps
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Corey Donohoe