mustard_client 0.1.11 → 0.1.12

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: f2da2f89abc39c6a8d6cb33ebd66b53ffc38e040
4
- data.tar.gz: 74585fe910866a623d068bc7dd7b0ed02d443a9e
3
+ metadata.gz: 3328e813ffa4a7ec212856fb25f8b90e90c3381c
4
+ data.tar.gz: 52cc22c855ecfdccf6225eab78262a783abf1c30
5
5
  SHA512:
6
- metadata.gz: 80923283dd62e8001bfbdc09db178e27daa6ab60cd085f8eae98c0e24ac0c6866974916845cf5ad5333686aa982ea63fd80ebed6e01476a629b7c7e6d29a5c60
7
- data.tar.gz: 696b40a67d3c9c9b12af7d75ff41393724c14d46931e1def2cfe2f557bdb448b66c3a970fe525ca9a154dd6583552e7793ecc2d6053495de0fe258111bc12031
6
+ metadata.gz: 6b183a2eb5dbb3640f1e7a9ce7d548596e04d6ab6535f9644549e41a6fef4eac0c63c404e87c85beb85936291d88e59aa1ec4e3e780fec67aa323db84163f918
7
+ data.tar.gz: 0676f42ae0b01fb2f5d2ff0d1ce11235d1d4ad991d1b93021d26dfd2904729128361ded970ff94be0618c9c3b7f0c49239f9641a8e7e8d3ec545e6326522b42b
@@ -24,15 +24,15 @@ module MustardClient
24
24
 
25
25
  end
26
26
 
27
- end
27
+ def screenshot result_id, screenshot_id
28
28
 
29
- def screenshot result_id, screenshot_id
29
+ command = {}
30
+ command[:method] = :get
31
+ command[:route] = @mustard_url + "/results/#{result_id}/screenshot/#{screenshot_id}"
30
32
 
31
- command = {}
32
- command[:method] = :get
33
- command[:route] = @mustard_url + "/results/#{result_id}/screenshot/#{screenshot_id}"
33
+ execute(command)
34
34
 
35
- execute(command)
35
+ end
36
36
 
37
37
  end
38
38
  end
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
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.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson