mustard_client 0.1.55 → 0.1.56

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: 5fb913f6a289ace00aa50658cdbef0228aa25c30
4
- data.tar.gz: 8c3491aca1beab529b660a2c8bdf604342008e54
3
+ metadata.gz: c55beac0ab142acc121d939204f6f1e9f854bec5
4
+ data.tar.gz: 25425a1926c6ab7a8302f34521591e954373aa32
5
5
  SHA512:
6
- metadata.gz: b32e7c97c65009eedbe9a1ad49c949b1d5bf8c4478aa93f9ff509b1324b70be77e068a90435fd1932d44724eedf8bfbc2e8b7cdf8069279c3e8ee0e0390aee2b
7
- data.tar.gz: e66de9b21a7896845d5dbd2cc19ddeff758eff55fa41f1204bb2128bc76ab57cc45f4af28ff4f165baf8a8788dfe6466e2398d072c2ab1ba73055a8c00d1f3b5
6
+ metadata.gz: 04ee612a460872eb9041069b0c848c6bdae4c3e7d603167fac6415b3d264f5ff3c5a7f955ed2221dc425836feff5e491dadc4c028d92f24c46ef2cf9bf137a35
7
+ data.tar.gz: 3daa72a4338800d649f59d50a02f993e77672c0db6f34109501bf2adfc2d54fafb9513144ff8dd1e564460e846e5d4d16230bba718a86aa76fa35518d602422d
@@ -156,7 +156,7 @@ module MustardClient
156
156
  keyword_string += "#{keyword_string != '' ? '&' : ''}environment=#{environment}"
157
157
 
158
158
  if keyword_string != ''
159
- command[:route] = @mustard_url + "/executions/#{execution_id}/next_test?#{keywords_string}"
159
+ command[:route] = @mustard_url + "/executions/#{execution_id}/next_test?#{keyword_string}"
160
160
 
161
161
  else
162
162
  command[:route] = @mustard_url + "/executions/#{execution_id}/next_test"
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.55"
2
+ VERSION = "0.1.56"
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.55
4
+ version: 0.1.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson