arvados-cli 0.1.20141017205431 → 0.1.20141024172048

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/arv +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e697f05545c5ea4cd651e6c3d090feb860ef573
4
- data.tar.gz: be3b7f748e7c9c5446443613efbf1cf50ee095d9
3
+ metadata.gz: 5d18539333d0ce807ee1f7372cea20b17fbbc66a
4
+ data.tar.gz: 108a0dcf6d7b46ec24db186623997c159045877a
5
5
  SHA512:
6
- metadata.gz: 0437e24e5c0c9f2d572520c62eab1409a46fd20d2f2379966d4006ecdf1d9c37c3c3ad5684cf32aa24ddbc47d7918d3ad29fe8880ad14e5f5ab3834b5eeef3e6
7
- data.tar.gz: 5810dcc65b6d33b1affb2e7f86bfc0ac7041f7b4921f675cfde07a9aeb0dcb2a29c4a40a55202f432cd6841b78926e5e6af664f6d9c6858cd895536d8e5cb4cf
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.20141017205431
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-17 00:00:00.000000000 Z
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 269adb302bf244332706a1fe053feddc402eb4be
181
+ description: Arvados command line tools, git commit 35ade8a042094a27e2ca5cfd5e9754aa3513410c
182
182
  email: gem-dev@curoverse.com
183
183
  executables:
184
184
  - arv