codeclimate-test-reporter 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  module CodeClimate
2
2
  module TestReporter
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
 
5
5
  def self.start
6
6
  if run?
@@ -66,7 +66,7 @@ module CodeClimate
66
66
  if uri.scheme == "https"
67
67
  http.use_ssl = true
68
68
  http.verify_mode = OpenSSL::SSL::VERIFY_PEER
69
- http.ca_file = File.expand_path('../../config/cacert.pem', __FILE__)
69
+ http.ca_file = File.expand_path('../../../../config/cacert.pem', __FILE__)
70
70
  http.verify_depth = 5
71
71
  end
72
72
  http.open_timeout = 5 # in seconds
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate-test-reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: