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 CHANGED
@@ -14,5 +14,5 @@ Gem::Specification.new do |gem|
14
14
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
15
15
  gem.name = "dailycred"
16
16
  gem.require_paths = ["lib"]
17
- gem.version = "0.1.1"
17
+ gem.version = "0.1.2"
18
18
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dailycred
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: