mustard_client 0.1.17 → 0.1.18

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: 1cdf76012f8e1c4a915513cd4be9f2ed210d1ae4
4
- data.tar.gz: 5da0391ff856b010ff5484f568707e36b1084084
3
+ metadata.gz: 18029ccf7f8b817eb1b15c1eab237d3534e146ab
4
+ data.tar.gz: 4ba8679e188b84fde544c5d65f6b089bfe088aa1
5
5
  SHA512:
6
- metadata.gz: b1386829ed11589cdd87696dbb09a34255741b4c13606f38dd06314113c8280fa04cf371b43f34723044f76a03773d0fafd6f7217c6f86021b012b80a782f869
7
- data.tar.gz: 9aee390b6082be3beafcbaedc15729c12dac56f6b0cd626d52c55a96805fa9562cf8ef07b556b06dbad5e3552eeb25ea983f2c0192be4b7295014cf02e3283d4
6
+ metadata.gz: 843f3564855669cfd349aafb53980aea778781772a74d51e7f873a7810564137e34a1eaa5ba7613c509af88d4b7978523a5b75e96172dd17cef76155d9311c3b
7
+ data.tar.gz: d7a7547c497a12f31bcdbc4cf2489610d9e3be94b9bf32dbe783acdc1116e35b8736cadb25aa4495f84686ea54875d929bd6867c06b67c97b2c5c9aae02fce26
@@ -104,5 +104,16 @@ module MustardClient
104
104
 
105
105
  end
106
106
 
107
+ def next_test execution_id
108
+
109
+ command = {}
110
+ command[:method] = :get
111
+ command[:route] = @mustard_url + "/executions/#{execution_id}/next_test"
112
+ command[:headers] = {'User-Token' => @user_token}
113
+
114
+ execute(command)
115
+
116
+ end
117
+
107
118
  end
108
119
  end
@@ -13,6 +13,7 @@ module MustardClient
13
13
 
14
14
  end
15
15
 
16
+
16
17
  def add result_params
17
18
 
18
19
  command = {}
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.17"
2
+ VERSION = "0.1.18"
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.17
4
+ version: 0.1.18
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-10-06 00:00:00.000000000 Z
11
+ date: 2016-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler