mustard_client 0.1.52 → 0.1.53

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 733d3fa5a4971d518f3af132d1838f4e65d53d20
4
- data.tar.gz: f79adeca98c797bdbb2aba8a46609dfca40bf05f
3
+ metadata.gz: 5d7a1dfb1fab846422b5e81d8cbace730d2063ee
4
+ data.tar.gz: 0d40afd7f2ccec60c75e9d30bc7f7f381075dff0
5
5
  SHA512:
6
- metadata.gz: 7db397822132f6dcb05f201b99dc4f3c6e62f602c46c42843ca479aa6828cd9a00aea7ffc2ac18f220defa4033d25128e1b8056f709032bf1bc7e4b988c1ccb6
7
- data.tar.gz: 80a121ba7910264bf8530d503d71130a33fa90726a0a360aa27e8f7d550ef0605d63a66426ad9554b1335519b748ebb033239994e533ca9926be494ee9aa701f
6
+ metadata.gz: cbd9fe65de7d0a7861f725dc686bfe42d453ea474f0481b50e81526c8de52e24a8aa820f597a6544076f4d8a44a9328459a540d961a5e933426fb42af2d6da04
7
+ data.tar.gz: 81419cdca828ded5710d1ff477eceda2e78aee5b8405e4cb4e6135860f55bb61c1c7c23614b7a1aefd163269859056834ed07e52efc63d5dcd5a1d473f496df6
@@ -115,7 +115,7 @@ module MustardClient
115
115
  end
116
116
 
117
117
 
118
- def close execution_id: nil, project_key: nil, name: nil
118
+ def close execution_id: nil, project_key: nil, new_execution_params: nil
119
119
 
120
120
  if project_key
121
121
  route = "/executions/close?project_key=#{project_key}"
@@ -126,7 +126,7 @@ module MustardClient
126
126
  command = {}
127
127
  command[:method] = :post
128
128
  command[:route] = @mustard_url + route
129
- command[:params] = {execution: {name: name}} if name
129
+ command[:params] = {execution: new_execution_params} if new_execution_params
130
130
  command[:headers] = {'User-Token' => @user_token}
131
131
 
132
132
  execute(command)
@@ -1,3 +1,3 @@
1
1
  module MustardClient
2
- VERSION = "0.1.52"
2
+ VERSION = "0.1.53"
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.52
4
+ version: 0.1.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Watson