resttestrail 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e68f3debdae5e5faaced82e75fa360cf09deaa6e
4
- data.tar.gz: 7c9edc3936a266e7a3fe0d52c56cef40e4b49508
3
+ metadata.gz: a991bebfe442854d1857148107f986cf51ec861c
4
+ data.tar.gz: c35433f5626bcb6a01190dc18175a14785da5f28
5
5
  SHA512:
6
- metadata.gz: 54f242dc85ec950513c6a72e6a9a06590088f2728054707084028811573d8040ca81bc0974cbec1e89c72e26f60404c95f490fbc2067d0479282ff2709fbb96e
7
- data.tar.gz: 8adbf4f9db18b74baf989ad73008934b74f628c737ea8982fae884ff854e16c5bb092a4c99a4ca6562e3691e3e03c1f188d55b748e598832f6aab9904fe1a3d5
6
+ metadata.gz: 71b42666ec1e599d89965533d74c8d6549cab0e558c8e4830f99a1b1bfc48f5a444aee297e7b1d49e1d813088ec36398af1039b390edc48c19424bc9dcd6bbe2
7
+ data.tar.gz: 0955683806e6247abb1c05d8ae2997216c70030ef719f7831cff0ce656af595f720058947b2b277384ad785a356297ac7cc5253ee8c81ff9c5475d2408ca04be
@@ -34,7 +34,7 @@ module Resttestrail
34
34
  end
35
35
 
36
36
  def add_result_for_case(run_id, test_case_id, status, elapsed_time_secs, exception=nil)
37
- request = Resttestrail::Requests.add_result_for_case(run_id, test_case_id, status, elapsed_time_secs, exception=nil)
37
+ request = Resttestrail::Requests.add_result_for_case(run_id, test_case_id, status, elapsed_time_secs, exception)
38
38
  http_response = Resttestrail::Client.response(@net_http.request(request))
39
39
  http_response[:body]["id"]
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module Resttestrail
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/resttestrail.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Syed Hussain"]
10
10
  spec.email = ["shussain@groupon.com"]
11
11
  spec.summary = %q{Gem for Testrail rest api}
12
- spec.description = %q{Supports api calls related to test runs}
12
+ spec.description = %q{Write a longer description. Optional.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resttestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Syed Hussain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2015-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Supports api calls related to test runs
69
+ description: Write a longer description. Optional.
70
70
  email:
71
71
  - shussain@groupon.com
72
72
  executables: []