mustard_client 0.1.25 → 0.1.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e170e13feb78dc8246c7c018945164d88c55e48
4
- data.tar.gz: faeac264d42f769c0ef3c62a7558032248dabcdf
3
+ metadata.gz: c8e6ebc1e5301c730fa7d26e27e8dc5821470783
4
+ data.tar.gz: 78321ccdb6ad90cc504386501485ae59e20ab2ca
5
5
  SHA512:
6
- metadata.gz: 2ee3c57578a54f9fd06b62e2538fd23178de7d5ee9793357e7169fdf82961da519fd20faa57521507e10d02839714089a4a7ffac57a3914dc4c9c2318774de8e
7
- data.tar.gz: bd280b15b7f0511e8491b818bf9b3a6d05eb29f697bb92071353857d651e4062ba4fba1b37d0a740a9dd033024d04540c4e1673f550ad452d75e4e646a53f095
6
+ metadata.gz: 914f1f36638b38e8d033d628123cd646e7126f1b7d08ed5f4cd95a743dd121eace0a42917bfeaeec1e66795c517b615e722381c135c549da0a7f12bff0edb978
7
+ data.tar.gz: fb9fc3e47bad903acfd443cd84a7f082c6471d66c2d68a3f90a15797ca3aa5775ff5dc0e0c7aec6a91d20476a5dd5c5462110f373ef1ef4308fa9485bdb6e30a
@@ -51,11 +51,15 @@ module MustardClient
51
51
  end
52
52
 
53
53
 
54
- def testcase_status execution_id
54
+ def testcase_status execution_id, format=nil
55
55
 
56
56
  command = {}
57
57
  command[:method] = :get
58
- command[:route] = @mustard_url + "/executions/#{execution_id}/testcase_status"
58
+ if format
59
+ command[:route] = @mustard_url + "/executions/#{execution_id}/testcase_status.#{format}"
60
+ else
61
+ command[:route] = @mustard_url + "/executions/#{execution_id}/testcase_status"
62
+ end
59
63
  command[:headers] = {'User-Token' => @user_token}
60
64
 
61
65
  execute(command)
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.25"
2
+ VERSION = "0.1.26"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mustard_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-07 00:00:00.000000000 Z
11
+ date: 2016-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler