codeclimate-test-reporter 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require "uri"
5
5
 
6
6
  module CodeClimate
7
7
  class TestReporter
8
- VERSION = "0.0.3"
8
+ VERSION = "0.0.4"
9
9
 
10
10
  class API
11
11
  def self.host
@@ -20,6 +20,8 @@ module CodeClimate
20
20
  if uri.scheme == "https"
21
21
  http.use_ssl = true
22
22
  http.verify_mode = OpenSSL::SSL::VERIFY_PEER
23
+ http.ca_file = File.expand_path('../../config/cacert.pem', __FILE__)
24
+ http.verify_depth = 5
23
25
  end
24
26
 
25
27
  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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-28 00:00:00.000000000 Z
12
+ date: 2013-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: simplecov
@@ -73,6 +73,7 @@ files:
73
73
  - README.md
74
74
  - Rakefile
75
75
  - codeclimate-test-reporter.gemspec
76
+ - config/cacert.pem
76
77
  - lib/codeclimate-test-reporter.rb
77
78
  - spec/spec_helper.rb
78
79
  homepage: ''
@@ -101,4 +102,3 @@ specification_version: 3
101
102
  summary: Uploads Ruby test coverage data to Code Climate.
102
103
  test_files:
103
104
  - spec/spec_helper.rb
104
- has_rdoc: