mustard_client 0.1.49 → 0.1.50

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: 90b27a7e50c0fdc7d6e357d3a92b32122e1a951d
4
- data.tar.gz: 1a34bbb719bbbb78b2d20183443f97efff0d76cd
3
+ metadata.gz: 9c9b151d2dc2f95e21d951d8fa7d2379440a52a7
4
+ data.tar.gz: 24747b0fc72ba3ca611f0953d04f080ae027cf2a
5
5
  SHA512:
6
- metadata.gz: 6d6ff8d93ff332f53ba621eb1c7cf3c7d857396e0373d1c862ae445eb9bd798ce204cfca7cb4082a6baf87e257a598a679b6923b3ff5a5acfe97825b27edc48c
7
- data.tar.gz: 178177f77cc6d486d75aabbcbb1ce9743bb7bd46cc3b4c4974389f8c8d88ca71d2af6bfc2519251425852e01b8d2dc58bc0c586235ea3d3ceddd579b9cc4a4d3
6
+ metadata.gz: e6c3447d525f8b0940e1ae4e7f8ac7fbde27ceb56e62624908b20674502b929e8de39dba178deecbcdfda2d0be1ab4f9d121912fec1f26880bf881bba8e30c19
7
+ data.tar.gz: fa5d8556b7b47e40c623ef458b35e8b37e9cbc279714a7d900b2e3fe5e572adc2c4819e4bd008bc37d5f90e809b5056f456a6f105a5fc1df7c910383108efe53
@@ -135,7 +135,7 @@ module MustardClient
135
135
 
136
136
  def next_test execution_id, keywords: []
137
137
 
138
- keywords = [keywords] unless keyword.kind_of? Array
138
+ keywords = [keywords] unless keywords.kind_of? Array
139
139
 
140
140
  command = {}
141
141
  command[:method] = :get
@@ -155,9 +155,7 @@ module MustardClient
155
155
 
156
156
  def incomplete_tests execution_id, keywords: []
157
157
 
158
- keywords = [keywords] unless keyword.kind_of? Array
159
-
160
- keywords = parse_keywords( keywords ) unless keywords.blank?
158
+ keywords = [keywords] unless keywords.kind_of? Array
161
159
 
162
160
  command = {}
163
161
  command[:method] = :get
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.49"
2
+ VERSION = "0.1.50"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mustard_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson