mustard_client 0.1.47 → 0.1.48

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: b1df2808b3e0f96fc4b3a9fc598125a382c83a68
4
- data.tar.gz: 506aefd4dbd34893f9897f33eff74e5baf5a1050
3
+ metadata.gz: 972d07c41a83fb28aadbf6c1ac82ce7819fb7338
4
+ data.tar.gz: c7d1b9ee1b466d11b15add5bfdd76a54238e0f86
5
5
  SHA512:
6
- metadata.gz: 1e62d96c9002cb904eb4d1f96050368f07bb11c98e146f72b5ea1b4b8ef6904b78e5f9484c23969c5b91d6148740af25996b158630e819b5a76ca90951691aee
7
- data.tar.gz: 205dffb0ea62ec88b9755998a84b9c63ecbbc1d4d3cbae63bdf2e7ffd6340a95628d1d3252832f969d789cc3ef5a301f175064d1ef1f4ca04a476ca649e42442
6
+ metadata.gz: a39cb43fcef9d0e468d505fa8cdc8af40d1bf7b5221930539a1ecc82f2cdc03ea56e497915607b6866d6345b862feff3e63f2e542c088bb9af3626e5064b6aeb
7
+ data.tar.gz: bea8989acd9cc577f809ec73a79b1230f8c189ac9d56a25353451ff289461d6ae7ed8ae429db34a13622487e00e4e77ecd0de3108426ca0a0473b59ebc981cef
@@ -135,7 +135,7 @@ module MustardClient
135
135
 
136
136
  def next_test execution_id, keywords: []
137
137
 
138
- keywords = parse_keywords keywords unless keywords.blank?
138
+ keywords = parse_keywords(keywords) unless keywords.blank?
139
139
 
140
140
  command = {}
141
141
  command[:method] = :get
@@ -155,7 +155,7 @@ module MustardClient
155
155
 
156
156
  def incomplete_tests execution_id, keywords: []
157
157
 
158
- keywords = parse_keywords keywords unless keywords.blank?
158
+ keywords = parse_keywords( keywords ) unless keywords.blank?
159
159
 
160
160
  command = {}
161
161
  command[:method] = :get
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.47"
2
+ VERSION = "0.1.48"
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.47
4
+ version: 0.1.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson