cnvrg 0.0.14253 → 0.0.14254

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
  SHA1:
3
- metadata.gz: 29e42b6a2a440d51e52338b3a8ed9d58f5533634
4
- data.tar.gz: f1c4bb6e33f8c5c0d41a5ca27e70a4b0e668199e
3
+ metadata.gz: c569282c58ef4a5a88ba3f62190a2640bdf4e00f
4
+ data.tar.gz: a9f9f19980dec4fa966f79a2116646f35571683d
5
5
  SHA512:
6
- metadata.gz: 6342336d3ed35832f1af2a6dcb6866d48767b678734ae5fd301735f61d9c8b03f01aafd2c50896563da859f4aa3c00d0f587049483223b5b8f66199aaf9db443
7
- data.tar.gz: cecc0bd1e7a4df55e4ce78290bc043289967869e764aa9615c720b4ac03a3fc90885e21d4ea2aaf508326e2c47ceb154111121b5767ee97a0a411dc0a88e818c
6
+ metadata.gz: cfe491fa37c5830b7930afc840127ba45b223298fda50c975180422b3b41916004a87d600c7efde36bdd574ea3edafee7690240775c75074df4f87cf95ea30c3
7
+ data.tar.gz: 70ef2d66fcee9c0f718b347b651ba7a066191910ddbf9f0028042949ee98d528630b005ca58919de2995baa079c07e8de0ceb171ce5ed7b0b6f271e255465977
@@ -4447,7 +4447,7 @@ module Cnvrg
4447
4447
  config = YAML.load_file(home_dir+"/.cnvrg/config.yml")
4448
4448
 
4449
4449
  compression_path = "#{home_dir}/.cnvrg/tmp"
4450
- if !config.empty? and !config.to_h[:compression_path].nil?
4450
+ if config and !config.nil? and !config.empty? and !config.to_h[:compression_path].nil?
4451
4451
  compression_path = config.to_h[:compression_path]
4452
4452
  end
4453
4453
  config = {owner: owner, username: username, version_last_check: get_start_day(), api: url,compression_path:compression_path}
@@ -1,4 +1,4 @@
1
1
  module Cnvrg
2
- VERSION = '0.0.14253'
2
+ VERSION = '0.0.14254'
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: 0.0.14253
4
+ version: 0.0.14254
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yochay Ettun
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-07-02 00:00:00.000000000 Z
12
+ date: 2017-07-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler