cnvrg 1.11.12 → 1.11.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc3f80382d5e1ebdddea819a74e92cd00806a273dfd4d58c484e2a91a7f86932
4
- data.tar.gz: cfb22dc8d1548b7c6a1f0af0e588e8c03a62bcad67b06fc8c1573116df7db31b
3
+ metadata.gz: 74c9b6b821c1d0fadae87a6b17579fa43a445fb0166a973bb14f686d778109e5
4
+ data.tar.gz: 525cae9497069129defa5c02995d04548adf4155e70e2ccf5ffe4f23bd883ed2
5
5
  SHA512:
6
- metadata.gz: 3096470b6f4aa425b2804e12b1db724c33700d209387475fbee16977c89ac75d4794f3eea304de454936fca93b5a24df8ba57391f05490fc076abc2c2f3b2a20
7
- data.tar.gz: dd3dfd71604961c548d197c72cda3a6dd586103e19d38dabc05cc1af2e8262d84bab4126dfe93fe46f920c8fb345508c6626c42b212a7ad5a02b6cca0893c0d2
6
+ metadata.gz: 736ae2e6aa54cdd18ff40d0a196cf6a10c764eaca2cc651fa4c2816b671b1d84bdd5d2329dea01082ab4175a95223797a3904cfa712aca51a07b6c13f63b95ab
7
+ data.tar.gz: bf58276b9169bc539f8d505b7482b5e9c40959e2773d1b08a323b86fd5acf9aa729f34390f56e1c3e854e9deb5d252cb4ff7f242fedba59f4ca4152c2d4f7cf3
@@ -3382,10 +3382,10 @@ module Cnvrg
3382
3382
  if @project.is_git
3383
3383
  output_dir = output_dir || @exp.output_dir
3384
3384
  if output_dir.present?
3385
- upload(false, false, true, ignore, true, true, output_dir, "Experiment", @exp.slug, true )
3385
+ upload(false, false, true, ignore, true, false, output_dir, "Experiment", @exp.slug, true )
3386
3386
  end
3387
3387
  else
3388
- upload(false, false, true, ignore, true, true, nil, "Experiment", @exp.slug, true )
3388
+ upload(false, false, true, ignore, true, false, nil, "Experiment", @exp.slug, true )
3389
3389
  end
3390
3390
  end
3391
3391
 
@@ -170,7 +170,7 @@ class Cnvrg::Helpers::Executer
170
170
  next
171
171
  end
172
172
  cmd = @commands_q.pop.symbolize_keys
173
- command_json = Cnvrg::API.request([activity_url, "commands", cmd[:slug]].join('/'), "GET")
173
+ comman d_json = Cnvrg::API.request([activity_url, "commands", cmd[:slug]].join('/'), "GET")
174
174
 
175
175
  cmd_status = command_json["status"] rescue ""
176
176
 
@@ -1,3 +1,3 @@
1
1
  module Cnvrg
2
- VERSION = '1.11.12'
2
+ VERSION = '1.11.13'
3
3
  end
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.11.12
4
+ version: 1.11.13
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: 2021-01-06 00:00:00.000000000 Z
13
+ date: 2021-01-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -453,7 +453,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
453
453
  - !ruby/object:Gem::Version
454
454
  version: '0'
455
455
  requirements: []
456
- rubygems_version: 3.0.4
456
+ rubygems_version: 3.1.2
457
457
  signing_key:
458
458
  specification_version: 4
459
459
  summary: A CLI tool for interacting with cnvrg.io.