cnvrg 1.6.0.4 → 1.6.0.5
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/lib/cnvrg/cli.rb +0 -1
- data/lib/cnvrg/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 526b6f5148f32d44e338cfbd81d7a93a79403ba835a462600ed09778c0af6180
|
4
|
+
data.tar.gz: 42da99517eeee50cfd3c88c50e2436d088a8526710084a11f642bf46b74acbfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '086eaf1433c9ce2b0ff480bd8c92fd7e3a9ba3a70cf937c9c1f5e6f749382c0ad7073a0e99f62e0efafbce92a74a1f48afa1db18a9b0f2b84423fb753571a9bc'
|
7
|
+
data.tar.gz: 3508f1591a67ba0d9f5122a0a667295f18a54c9f89b83e26a5ab5956e2abf369f2a0f2ceaed893b595a7809ebc0c60744231e07c83249323664c54a0c7826c2a
|
data/lib/cnvrg/cli.rb
CHANGED
@@ -2449,7 +2449,6 @@ module Cnvrg
|
|
2449
2449
|
@dataset = Dataset.new(dataset_dir)
|
2450
2450
|
@files = Cnvrg::Datafiles.new(@dataset.owner, @dataset.slug, dataset: @dataset)
|
2451
2451
|
all_files = all_files
|
2452
|
-
@dataset.generate_idx
|
2453
2452
|
res = @dataset.compare_idx_download(all_files: all_files, desired_commit: commit)
|
2454
2453
|
unless CLI.is_response_success(res, false)
|
2455
2454
|
log_message("Cant find the desired commit, please check it or try to download without it.", Thor::Shell::Color::RED)
|
data/lib/cnvrg/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cnvrg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.0.
|
4
|
+
version: 1.6.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yochay Ettun
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2019-11-
|
13
|
+
date: 2019-11-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -476,7 +476,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
476
476
|
- !ruby/object:Gem::Version
|
477
477
|
version: '0'
|
478
478
|
requirements: []
|
479
|
-
rubygems_version: 3.0.
|
479
|
+
rubygems_version: 3.0.3
|
480
480
|
signing_key:
|
481
481
|
specification_version: 4
|
482
482
|
summary: A CLI tool for interacting with cnvrg.io.
|