arvados-cli 0.1.20140812101132 → 0.1.20140812114255

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: 045eab93d72306fe632c852614b2bf2929fe1587
4
- data.tar.gz: 7bbbb11f0567c049d4d47ca67951ee8d2cefc012
3
+ metadata.gz: d574b62d1f14de00719b8e5e456abbb328c2d8e5
4
+ data.tar.gz: fbe6b2b852bb25752afef200288fe2338e423bd1
5
5
  SHA512:
6
- metadata.gz: 304ad02c85a9c5c9e9aca8537289afca2c9936c976b3667d7d732514bd3502c073f5b322bd0b5a73e3f6597579261f2899d7ad5cfb108f105e8e99f9670bd417
7
- data.tar.gz: 36f1b18769f41b58e6fff9be20af4eb3e03b659e976037fc602112cb0fb6d662395795f1cdd892f21cc5461aba77386ba2d46cd428561d51dd5a60ad3a5943e2
6
+ metadata.gz: 8e29fdf4f8b3e28c5290cfe54faff4fd9ef96f2c3c9b43ef0edd91f45db192bbcbb6c5a84f16c9ee3ef2a8ef0ac5ef7a55ba83512961f4036f1601c3f3286bd3
7
+ data.tar.gz: 508d52db3246467e738c6f78e673b510d82c19cb4c5bd5ea879f468d083afb6d8ea38f98b96e4134f455fea3c3b44544cd7429234fe3a482ad17782c7f35bcdc
@@ -243,8 +243,8 @@ class PipelineInstance
243
243
  end
244
244
  def self.create(attributes)
245
245
  result = $client.execute(:api_method => $arvados.pipeline_instances.create,
246
- :body => {
247
- :pipeline_instance => attributes.to_json
246
+ :body_object => {
247
+ :pipeline_instance => attributes
248
248
  },
249
249
  :authenticated => false,
250
250
  :headers => {
@@ -262,8 +262,8 @@ class PipelineInstance
262
262
  :parameters => {
263
263
  :uuid => @pi[:uuid]
264
264
  },
265
- :body => {
266
- :pipeline_instance => @attributes_to_update.to_json
265
+ :body_object => {
266
+ :pipeline_instance => @attributes_to_update
267
267
  },
268
268
  :authenticated => false,
269
269
  :headers => {
@@ -328,7 +328,7 @@ class JobCache
328
328
  body = {job: no_nil_values(job)}.merge(no_nil_values(create_params))
329
329
 
330
330
  result = $client.execute(:api_method => $arvados.jobs.create,
331
- :body => body,
331
+ :body_object => body,
332
332
  :authenticated => false,
333
333
  :headers => {
334
334
  authorization: 'OAuth2 '+ENV['ARVADOS_API_TOKEN']
@@ -346,7 +346,7 @@ class JobCache
346
346
  msg += "Job submission was: #{body.to_json}"
347
347
 
348
348
  $client.execute(:api_method => $arvados.logs.create,
349
- :body => {
349
+ :body_object => {
350
350
  :log => {
351
351
  :object_uuid => pipeline[:uuid],
352
352
  :event_type => 'stderr',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arvados-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20140812101132
4
+ version: 0.1.20140812114255
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
@@ -166,7 +166,7 @@ dependencies:
166
166
  - - "<"
167
167
  - !ruby/object:Gem::Version
168
168
  version: 1.0.0
169
- description: This is the Arvados SDK CLI gem, git revision 57ee96926d2d3d315ece3b2cbfb20d0fe01ab912
169
+ description: This is the Arvados SDK CLI gem, git revision c5be0c3abd926adc54e0c1de65e8dfdd25a84ea1
170
170
  email: gem-dev@curoverse.com
171
171
  executables:
172
172
  - arv