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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08e1b4de54c214c61113287b538b86a85318980300af9f3e787ab580f6e00b3b'
4
- data.tar.gz: bb2df80ccedb30725e80b1d30cf99873dbb6a41be5aafad946c2f84d0b21fea0
3
+ metadata.gz: 526b6f5148f32d44e338cfbd81d7a93a79403ba835a462600ed09778c0af6180
4
+ data.tar.gz: 42da99517eeee50cfd3c88c50e2436d088a8526710084a11f642bf46b74acbfa
5
5
  SHA512:
6
- metadata.gz: 550361921e9a47a1ce06653d0311c777b412febdf5cc0ff64a00a29468d70c734e5165d958dd32079528d66c24ba26ec0180ae07f201573fae96ddc76fae16a7
7
- data.tar.gz: dea632f76f6de27c4d96ae850e6caf2ce20f3e900e98888fc42ef5dd6fb25f83fce4c16133cb7ffaab45235041a558c369229148736d8025e4d1ab2669bc76e6
6
+ metadata.gz: '086eaf1433c9ce2b0ff480bd8c92fd7e3a9ba3a70cf937c9c1f5e6f749382c0ad7073a0e99f62e0efafbce92a74a1f48afa1db18a9b0f2b84423fb753571a9bc'
7
+ data.tar.gz: 3508f1591a67ba0d9f5122a0a667295f18a54c9f89b83e26a5ab5956e2abf369f2a0f2ceaed893b595a7809ebc0c60744231e07c83249323664c54a0c7826c2a
@@ -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)
@@ -1,4 +1,4 @@
1
1
  module Cnvrg
2
- VERSION = '1.6.0.4'
2
+ VERSION = '1.6.0.5'
3
3
  end
4
4
 
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
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-19 00:00:00.000000000 Z
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.4
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.