mustard_client 0.1.15 → 0.1.16

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: 1da40b753921ccef1666c9b94ab2ca8d9ac7865f
4
- data.tar.gz: e573af5e9b8426b9da58424559644f11ed6c2c79
3
+ metadata.gz: 92d90c2ce43569b2fe5a90fa4aee865a920e6a87
4
+ data.tar.gz: 9496861c1b709eb3bd482b1f26d609da5f7b7048
5
5
  SHA512:
6
- metadata.gz: 9ffd9a097a12c8c802555ed8ead61af0b4b0d18b5b012c083d9fc4f4448caeda5d1e6ab4fce9b0d55b9cffa793c38c5b894c524b7da3fd806e26fa323a6c794a
7
- data.tar.gz: 6d41e19aaff39a4592abe430ecd2e15f30d32d5ae3e08cfeddf1d90329e252af7dd8d481cdaaa2bec7ae84455fefd7941ad8c9348979a2cf0cfcf43c20e91d2d
6
+ metadata.gz: f261cfe2bb20dd925bab848515ee52f8a84797ea5895c08e0cea027c1740b1b0edab66100302c7bed041341c7adead1e86b2b7110243a4565753a9a7827e3be2
7
+ data.tar.gz: c71deb3247ab98efe9291a0e950997302042ce1c192674c2a3ae8c3baee9e24a35f2847bd03205b632fbef812956ca110dbab82e8f6cd4d6409777b429293893
@@ -75,10 +75,10 @@ module MustardClient
75
75
  end
76
76
 
77
77
 
78
- def close execution_id: nil, execution_key: nil
78
+ def close execution_id: nil, project_key: nil
79
79
 
80
- if execution_key
81
- route = "/executions/close?execution_key=#{execution_key}"
80
+ if project_key
81
+ route = "/executions/close?project_key=#{project_key}"
82
82
  else
83
83
  route = "/executions/close?execution_id=#{execution_id}"
84
84
  end
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
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.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson