mustard_client 0.1.50 → 0.1.51

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: 9c9b151d2dc2f95e21d951d8fa7d2379440a52a7
4
- data.tar.gz: 24747b0fc72ba3ca611f0953d04f080ae027cf2a
3
+ metadata.gz: 4f640d4d78249e336e302dd098e2c763fcbc9b56
4
+ data.tar.gz: 17b065e6ae2fefb4e9cb69fd4c98826bf5a46e29
5
5
  SHA512:
6
- metadata.gz: e6c3447d525f8b0940e1ae4e7f8ac7fbde27ceb56e62624908b20674502b929e8de39dba178deecbcdfda2d0be1ab4f9d121912fec1f26880bf881bba8e30c19
7
- data.tar.gz: fa5d8556b7b47e40c623ef458b35e8b37e9cbc279714a7d900b2e3fe5e572adc2c4819e4bd008bc37d5f90e809b5056f456a6f105a5fc1df7c910383108efe53
6
+ metadata.gz: a6a10979993aab15dac0c90d6072873cad29b702d637b3b70b6664d0dc7a350488145ae7b5be339889fd3e50e654e70c2112dabda1e9bb87513f38dec04e3127
7
+ data.tar.gz: 5466b652a78a77b63e0928a9ba9ac2519a97379213c24cf83848a2a9eece7579b54df238465031c75582b751206a2140d846d264046c45f204e0b6ceda257bb5
@@ -143,7 +143,7 @@ module MustardClient
143
143
  if keywords.blank?
144
144
  command[:route] = @mustard_url + "/executions/#{execution_id}/next_test"
145
145
  else
146
- keywords_string = keywords.map{|keyword| "keywords[]=#{keyword.upcase}"}.join('&')
146
+ keywords_string = keywords.map{|keyword| "keyword[]=#{keyword.upcase}"}.join('&')
147
147
  command[:route] = @mustard_url + "/executions/#{execution_id}/next_test?#{keywords_string}"
148
148
  end
149
149
 
@@ -163,7 +163,7 @@ module MustardClient
163
163
  if keywords.blank?
164
164
  command[:route] = @mustard_url + "/executions/#{execution_id}/incomplete_tests"
165
165
  else
166
- keywords_string = keywords.map{|keyword| "keywords[]=#{keyword.upcase}"}.join('&')
166
+ keywords_string = keywords.map{|keyword| "keyword[]=#{keyword.upcase}"}.join('&')
167
167
  command[:route] = @mustard_url + "/executions/#{execution_id}/next_test?#{keywords_string}"
168
168
  end
169
169
 
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.50"
2
+ VERSION = "0.1.51"
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.50
4
+ version: 0.1.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson