arvados-cli 0.1.20141017205431 → 0.1.20141024172048
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 +1 -1
- 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: 5d18539333d0ce807ee1f7372cea20b17fbbc66a
|
4
|
+
data.tar.gz: 108a0dcf6d7b46ec24db186623997c159045877a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09f8fe0b1ba5921de15877a781e2754c5564ad4fd2f617985e6b8d5be10b49be608d8438503e046944f7baabfa5958f975df9d78b98f2e66a96a7f9d995604c8
|
7
|
+
data.tar.gz: e3ef670470825fd5171e0fa7b93c46b8a53f568044436486144678f03bb90cae2a63665f74c2a843ca70fc16768bbac59f7a03327af5eda3871fd7f1a4bf668d
|
data/bin/arv
CHANGED
@@ -123,7 +123,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
|
|
123
123
|
arv_edit client, arvados, global_opts, remaining_opts
|
124
124
|
when 'keep'
|
125
125
|
@sub = remaining_opts.shift
|
126
|
-
if ['get', 'put', 'ls', 'normalize'].index @sub then
|
126
|
+
if ['get', 'put', 'ls', 'normalize', 'copy'].index @sub then
|
127
127
|
# Native Arvados
|
128
128
|
exec `which arv-#{@sub}`.strip, *remaining_opts
|
129
129
|
elsif ['less', 'check'].index @sub then
|
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.20141024172048
|
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-10-
|
11
|
+
date: 2014-10-24 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 35ade8a042094a27e2ca5cfd5e9754aa3513410c
|
182
182
|
email: gem-dev@curoverse.com
|
183
183
|
executables:
|
184
184
|
- arv
|