mustard_client 0.1.51 → 0.1.52

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: 4f640d4d78249e336e302dd098e2c763fcbc9b56
4
- data.tar.gz: 17b065e6ae2fefb4e9cb69fd4c98826bf5a46e29
3
+ metadata.gz: 733d3fa5a4971d518f3af132d1838f4e65d53d20
4
+ data.tar.gz: f79adeca98c797bdbb2aba8a46609dfca40bf05f
5
5
  SHA512:
6
- metadata.gz: a6a10979993aab15dac0c90d6072873cad29b702d637b3b70b6664d0dc7a350488145ae7b5be339889fd3e50e654e70c2112dabda1e9bb87513f38dec04e3127
7
- data.tar.gz: 5466b652a78a77b63e0928a9ba9ac2519a97379213c24cf83848a2a9eece7579b54df238465031c75582b751206a2140d846d264046c45f204e0b6ceda257bb5
6
+ metadata.gz: 7db397822132f6dcb05f201b99dc4f3c6e62f602c46c42843ca479aa6828cd9a00aea7ffc2ac18f220defa4033d25128e1b8056f709032bf1bc7e4b988c1ccb6
7
+ data.tar.gz: 80a121ba7910264bf8530d503d71130a33fa90726a0a360aa27e8f7d550ef0605d63a66426ad9554b1335519b748ebb033239994e533ca9926be494ee9aa701f
@@ -51,6 +51,18 @@ module MustardClient
51
51
  end
52
52
 
53
53
 
54
+ def keyword_summary execution_id
55
+
56
+ command = {}
57
+ command[:method] = :get
58
+ command[:route] = @mustard_url + "/executions/#{execution_id}/keyword_summary"
59
+ command[:headers] = {'User-Token' => @user_token}
60
+
61
+ execute(command)
62
+
63
+ end
64
+
65
+
54
66
  def testcase_status execution_id, format=nil
55
67
 
56
68
  command = {}
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.51"
2
+ VERSION = "0.1.52"
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.51
4
+ version: 0.1.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-17 00:00:00.000000000 Z
11
+ date: 2017-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.6.12
85
+ rubygems_version: 2.5.1
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Ruby Client for Mustard Results Server