cnvrg 0.0.14253 → 0.0.14254
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 +1 -1
- data/lib/cnvrg/version.rb +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: c569282c58ef4a5a88ba3f62190a2640bdf4e00f
|
4
|
+
data.tar.gz: a9f9f19980dec4fa966f79a2116646f35571683d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfe491fa37c5830b7930afc840127ba45b223298fda50c975180422b3b41916004a87d600c7efde36bdd574ea3edafee7690240775c75074df4f87cf95ea30c3
|
7
|
+
data.tar.gz: 70ef2d66fcee9c0f718b347b651ba7a066191910ddbf9f0028042949ee98d528630b005ca58919de2995baa079c07e8de0ceb171ce5ed7b0b6f271e255465977
|
data/lib/cnvrg/cli.rb
CHANGED
@@ -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}
|
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: 0.0.
|
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-
|
12
|
+
date: 2017-07-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|