arvados-cli 0.1.20141030211331 → 0.1.20141104173855
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 +4 -4
- data/bin/arv +2 -2
- data/bin/arv-tag +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd5b3aecb1cae2eef4d8dc25063a250726f64bdc
|
4
|
+
data.tar.gz: 5e0094797f17629b17f814a861b864e80c656fd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9370460a22cbfc2b299fa572609fafde45515d18e265141be72e7eaf9663501d6829d4356f34047a7186f0f23aa5a9533c23cbacebbb4e58545b1fe924254ce0
|
7
|
+
data.tar.gz: 2e2e0af5909567116bb07c24e95517bccc0a84cf58eccdf40220628637c2f8ee10746798d46d96455de771a50439cef1a213ef3c5ab81e693b72875d67115475
|
data/bin/arv
CHANGED
@@ -302,7 +302,7 @@ def arv_edit client, arvados, global_opts, remaining_opts
|
|
302
302
|
begin
|
303
303
|
result = client.execute(:api_method => eval(api_method),
|
304
304
|
:parameters => {"uuid" => uuid},
|
305
|
-
:
|
305
|
+
:body_object => { rsc.singularize => dumped },
|
306
306
|
:authenticated => false,
|
307
307
|
:headers => {
|
308
308
|
authorization: 'OAuth2 '+ENV['ARVADOS_API_TOKEN']
|
@@ -673,7 +673,7 @@ when
|
|
673
673
|
else
|
674
674
|
result = client.execute(:api_method => eval(api_method),
|
675
675
|
:parameters => request_parameters,
|
676
|
-
:
|
676
|
+
:body_object => request_body,
|
677
677
|
:authenticated => false,
|
678
678
|
:headers => {
|
679
679
|
authorization: 'OAuth2 '+ENV['ARVADOS_API_TOKEN']
|
data/bin/arv-tag
CHANGED
@@ -16,7 +16,7 @@ def api_call(method, parameters:{}, request_body:{})
|
|
16
16
|
request_body[:api_token] = ENV['ARVADOS_API_TOKEN']
|
17
17
|
result = $client.execute(:api_method => method,
|
18
18
|
:parameters => parameters,
|
19
|
-
:
|
19
|
+
:body_object => request_body,
|
20
20
|
:authenticated => false)
|
21
21
|
|
22
22
|
begin
|
@@ -157,7 +157,7 @@ global_opts = Trollop::options do
|
|
157
157
|
opt :yaml, "Return the response received from the API server, in YAML format", :short => "-y"
|
158
158
|
stop_on ['add', 'remove']
|
159
159
|
end
|
160
|
-
|
160
|
+
|
161
161
|
p = Trollop::Parser.new do
|
162
162
|
opt(:all,
|
163
163
|
"Remove this tag from all objects under your ownership. Only valid with `tag remove'.",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arvados-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.20141104173855
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: arvados
|
@@ -178,7 +178,7 @@ dependencies:
|
|
178
178
|
- - "<"
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 1.0.0
|
181
|
-
description: Arvados command line tools, git commit
|
181
|
+
description: Arvados command line tools, git commit d5cf000ee76060ce5e96bb4032f54e7f6b19116e
|
182
182
|
email: gem-dev@curoverse.com
|
183
183
|
executables:
|
184
184
|
- arv
|