dailycred 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/dailycred.gemspec +1 -1
- data/lib/generators/templates/omniauth.rb +1 -1
- metadata +1 -1
data/dailycred.gemspec
CHANGED
@@ -10,7 +10,7 @@ if File.exists?('/etc/ssl/certs')
|
|
10
10
|
dc_options[:client_options][:ssl] = { :ca_path => '/etc/ssl/certs'}
|
11
11
|
end
|
12
12
|
if File.exists?('/opt/local/share/curl/curl-ca-bundle.crt')
|
13
|
-
dc_options[:client_options][:ssl] = { :ca_file => 'opt/local/share/curl/curl-ca-bundle.crt' }
|
13
|
+
dc_options[:client_options][:ssl] = { :ca_file => '/opt/local/share/curl/curl-ca-bundle.crt' }
|
14
14
|
end
|
15
15
|
|
16
16
|
Rails.application.config.middleware.use OmniAuth::Builder do
|