arvados-cli 0.1.20140328125216 → 0.1.20140328145218
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/crunch-job +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ef3ba3f60cc01742c9f52bee400efc3e6705767
|
4
|
+
data.tar.gz: 245e35a548db02e6221fd57a56c84617e6894e99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d95f401575b6d180e088515b4233fa79df2c48588f92524714a82301e7a4dac97584bdfeb88ebcc6d579b12784b493c9ef62d7cca8d501d45bd8fa2f8683960
|
7
|
+
data.tar.gz: a4a31e06ebd662fc54b5fe351b1c857d4c84bdfced15cc12ec260ebff309c483fc04e1b0aa51c4429ff21474071af18950f67bf63c40f172c77d9d90ac242edb
|
data/bin/crunch-job
CHANGED
@@ -415,7 +415,7 @@ else
|
|
415
415
|
or croak ("git clone $repo failed: exit ".($?>>8));
|
416
416
|
system("cd $ENV{CRUNCH_SRC} && git config clean.requireForce false");
|
417
417
|
}
|
418
|
-
`cd $ENV{CRUNCH_SRC} && git remote set-url origin \"\$CRUNCH_SRC_URL\" && git fetch -q origin`;
|
418
|
+
`cd $ENV{CRUNCH_SRC} && git remote set-url origin \"\$CRUNCH_SRC_URL\" && git fetch -q --tags origin`;
|
419
419
|
|
420
420
|
# If this looks like a subversion r#, look for it in git-svn commit messages
|
421
421
|
|
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.
|
4
|
+
version: 0.1.20140328145218
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
@@ -132,7 +132,7 @@ dependencies:
|
|
132
132
|
- - "~>"
|
133
133
|
- !ruby/object:Gem::Version
|
134
134
|
version: '0.8'
|
135
|
-
description: This is the Arvados SDK CLI gem, git revision
|
135
|
+
description: This is the Arvados SDK CLI gem, git revision c6043720763ecad450078728e2a3c815c51148bc
|
136
136
|
email: gem-dev@curoverse.com
|
137
137
|
executables:
|
138
138
|
- arv
|